Name | python-cq JSON |
Version |
0.3.1
JSON |
| download |
home_page | None |
Summary | Lightweight CQRS library. |
upload_time | 2025-02-19 10:59:48 |
maintainer | None |
docs_url | None |
author | remimd |
requires_python | <4,>=3.12 |
license | MIT |
keywords |
cqrs
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# python-cq
[](https://github.com/100nm/python-cq)
[](https://pypi.org/project/python-cq/)
[](https://github.com/astral-sh/ruff)
Lightweight library for separating Python code according to **Command and Query Responsibility Segregation** principles.
Dependency injection is handled by [python-injection](https://github.com/100nm/python-injection).
Easy to use with [FastAPI](https://github.com/fastapi/fastapi).
## Installation
⚠️ _Requires Python 3.12 or higher_
```bash
pip install python-cq
```
## Resources
* [**Writing Application Layer**](https://github.com/100nm/python-cq/tree/prod/documentation/writing-application-layer.md)
* [**Pipeline**](https://github.com/100nm/python-cq/tree/prod/documentation/pipeline.md)
* [**FastAPI Example**](https://github.com/100nm/python-cq/tree/prod/documentation/fastapi-example.md)
Raw data
{
"_id": null,
"home_page": null,
"name": "python-cq",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.12",
"maintainer_email": null,
"keywords": "cqrs",
"author": "remimd",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/f9/6b/821ae8fe98e50640124174ab4753fcb2d565df1aaa3312163f1dbc7d69a2/python_cq-0.3.1.tar.gz",
"platform": null,
"description": "# python-cq\n\n[](https://github.com/100nm/python-cq)\n[](https://pypi.org/project/python-cq/)\n[](https://github.com/astral-sh/ruff)\n\nLightweight library for separating Python code according to **Command and Query Responsibility Segregation** principles.\n\nDependency injection is handled by [python-injection](https://github.com/100nm/python-injection).\n\nEasy to use with [FastAPI](https://github.com/fastapi/fastapi).\n\n## Installation\n\n\u26a0\ufe0f _Requires Python 3.12 or higher_\n\n```bash\npip install python-cq\n```\n\n## Resources\n\n* [**Writing Application Layer**](https://github.com/100nm/python-cq/tree/prod/documentation/writing-application-layer.md)\n* [**Pipeline**](https://github.com/100nm/python-cq/tree/prod/documentation/pipeline.md)\n* [**FastAPI Example**](https://github.com/100nm/python-cq/tree/prod/documentation/fastapi-example.md)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Lightweight CQRS library.",
"version": "0.3.1",
"project_urls": {
"Repository": "https://github.com/100nm/python-cq"
},
"split_keywords": [
"cqrs"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ab8b4251e5224cd790d90e68acf8fbcf244183de84180240e8c8d69599d59881",
"md5": "ed5d6e77b9f6dadc0111789a5905b9f6",
"sha256": "e52e6a1fbea0632a38af8a4512eea50176deade160b18ac5f8e03624d3dc5b10"
},
"downloads": -1,
"filename": "python_cq-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ed5d6e77b9f6dadc0111789a5905b9f6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.12",
"size": 7906,
"upload_time": "2025-02-19T10:59:46",
"upload_time_iso_8601": "2025-02-19T10:59:46.635505Z",
"url": "https://files.pythonhosted.org/packages/ab/8b/4251e5224cd790d90e68acf8fbcf244183de84180240e8c8d69599d59881/python_cq-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f96b821ae8fe98e50640124174ab4753fcb2d565df1aaa3312163f1dbc7d69a2",
"md5": "c77abe065f5f225849502f1e689c2004",
"sha256": "81ab4a7c727ec8e00f28ad71ce8988e37fc370b009b0ccab21fb740f4bcb316d"
},
"downloads": -1,
"filename": "python_cq-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "c77abe065f5f225849502f1e689c2004",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.12",
"size": 8009,
"upload_time": "2025-02-19T10:59:48",
"upload_time_iso_8601": "2025-02-19T10:59:48.158716Z",
"url": "https://files.pythonhosted.org/packages/f9/6b/821ae8fe98e50640124174ab4753fcb2d565df1aaa3312163f1dbc7d69a2/python_cq-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-19 10:59:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "100nm",
"github_project": "python-cq",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "python-cq"
}