This library implements common functions that allows you to build tiny microservices with less boilerplate.
Install with pip, including optional dependencies:
pip install tiny-service-core[cache,db,http-client]Clearly, you can use any other Python package manager instead.
I personally prefer using uv nowadays.
uv add tiny-service-core --extra cache --extra db --extra http-clientTiny Service Core is highly opinionated.
Current version glues together these components: