yet another core library
Project description
yacore
Yet Another CORE library
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.
Current implementation matrix
database | logging | network | executors |
---|---|---|---|
postgres | stdlib | httpx + fastapi + hypercorn | thread pool executor |
loguru |
Requirements
- python 3.9+
Usage
You can start new project from scratch with cookiecutter template via:
cookiecutter gh:pohmelie/cookiecutter-yacore
Read more at cookiecutter-yacore.
Documentation
TBD
License
yacore
is offered under MIT license.
Development
Installation
pip install -e ./[dev]
Run tests
Since coverage issue/feature, plugins coverage is broken by default. Workaround:
COV_CORE_SOURCE=yacore COV_CORE_CONFIG=.coveragerc COV_CORE_DATAFILE=.coverage.eager pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yacore-0.3.0.tar.gz
(16.0 kB
view details)
Built Distribution
yacore-0.3.0-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file yacore-0.3.0.tar.gz
.
File metadata
- Download URL: yacore-0.3.0.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 734a11a86295c6b25c0ece5261b64e3e046570079f8767f806b24dda32eef23e |
|
MD5 | 2c0b72aa623095e96e71237941abc94f |
|
BLAKE2b-256 | 0ba4d3793bc57dac3e7a795a189ce219656c3e8d53da4695b193986d3fbaf5b6 |
File details
Details for the file yacore-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: yacore-0.3.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1ae0ebd5936aab312d3ff6fb36bfcb2cbe2ecce1025eab1dbd5c3729ac589b6 |
|
MD5 | aacb2104b162cac44f34fcb6b57cdf25 |
|
BLAKE2b-256 | d3361839046f8a45e655afb5d6240e452b01237ea5ff2d24dad70e71cd76a542 |