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.1.tar.gz
(16.1 kB
view details)
Built Distribution
yacore-0.3.1-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file yacore-0.3.1.tar.gz
.
File metadata
- Download URL: yacore-0.3.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8951070e5d8a167ac25fbd3ed691e913c9f08b181b7acb12c6707b8828823e6 |
|
MD5 | b3dad804b39ad7863d8ef4f57b299f15 |
|
BLAKE2b-256 | 2f740537fba4172858f79ec1935822345f44699e1d13e2a679bf2a6646b645e0 |
File details
Details for the file yacore-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: yacore-0.3.1-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 | 06ce87b9dafc3c067b829445ea06e968c558e57b1ff287c2ddda7cdc26ca5d4a |
|
MD5 | 38615028d5e116d8439b48302988dc46 |
|
BLAKE2b-256 | 3b721d9e50765d103e8f0145d2624a4995f359137f3ba20fbb68d5e93e9234cf |