A toolkit for building containers if you don't have Docker installed. Automatically garbage collects container images. Multiple output formats. Pluggable. Does not require running as root.
Namechecked for use with faasd.
faasd is OpenFaaS reimagined, but without the cost and complexity of Kubernetes. It runs on a single host with very modest requirements, making it fast and easy to manage. Under the hood it uses containerd and Container Networking Interface (CNI) along with the same core OpenFaaS components from the main project. Will work on something as lightweight as a RasPi or a $5us VPS. Doesn't use Kubernetes so maintenance and upgrading is far easier. Implemented as a single executable binary.
textacy is a Python library for performing a variety of natural language processing (NLP) tasks, built on the high-performance spaCy library. With the fundamentals --- tokenization, part-of-speech tagging, dependency parsing, etc. --- delegated to another library, textacy focuses primarily on the tasks that come before and follow after. Abstracts away the boilerplate for the stuff you actually care about.
Quickstart: https://chartbeat-labs.github.io/textacy/getting_started/quickstart.html
A Python module for making posts to Livejournal and Dreamwidth.
A Python module that implements a WHOIS client. Requires the futures
module as a dependency. Returns what it finds as a Python data structure.
A Python module that purports to track packages sent through UPS, USPS, and FedEx. Returns tracking data and URLs to official tracking pages.
A Python module that implements a United States Postal Service API connector.
A Github community of OpenFaaS functions.
A foss clone of AWS Lambda. Build serverless functions using Docker and Kubernetes automagicaklly. Web control panel. CLI available. Upload your script and any deps, and turn it loose. Turn any Docker container into a function.