yacore
yacore
is a set of service-like «backends» to build your application on top of.
Reason
- Reduce daily routine to start new service.
- Reduce errors on copy/paste things from previous projects.
Features
- Build on top of
facet
,cock
andgiveme
. This means services, configuration and dependency injection. - Flexible installation (install only what you need for current service, e.g.
pip install yacore[db.postgresql,net.http]
) - Couple backends for databases, logging, networking and whatever in strict service-like style.
Requirements
- python 3.9+