Skip to content

yacore

yacore


Github actions status for master branch Codecov coverage for master branch Pypi version Pypi downloads count

Yet Another CORE library

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 and giveme. 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+