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.1.3.tar.gz
(15.8 kB
view details)
Built Distribution
yacore-0.1.3-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file yacore-0.1.3.tar.gz
.
File metadata
- Download URL: yacore-0.1.3.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2141aedb5e27a3e777e5fce76ca99dcfd10e25c6a64afb84846e4d1d5b523c74 |
|
MD5 | cd3b7c441f78e730d4ce1823dd6c586d |
|
BLAKE2b-256 | f7fdfddfe1728a962220c63d5ef4a1c308d84db4ef02c0e7bf687d8523147070 |
File details
Details for the file yacore-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: yacore-0.1.3-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd386b2dec686e9bd58d7dc377716920e87bec086aabdc94ce593d85d9fddc35 |
|
MD5 | 6fc648eb1806fe24b2458398523bfe33 |
|
BLAKE2b-256 | 10a37cc15dc8f36e2fc02805bcd90059a0dd71e0d9e5743acb0a0478df18c988 |