Skip to content

Jamim/tiny-service-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪐 Tiny Service Core

CI Coverage License Version Python

This library implements common functions that allows you to build tiny microservices with less boilerplate.

Installation

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-client

Dependencies

Tiny Service Core is highly opinionated.
Current version glues together these components:

About

🪐 Shared functionality for tiny microservices

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors