Metadata-Version: 2.4
Name: ascetic-ddd
Version: 0.1.6
Summary: Toolkit and seedwork for a python DDD project.
License: MIT
License-File: LICENSE
Author: Ivan Zakrevsky
Author-email: emacsway@gmail.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: cli
Requires-Dist: aiohttp (>=3.13.3,<4.0.0)
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
Requires-Dist: faker (>=40.1.2,<41.0.0)
Requires-Dist: hypothesis (>=6.150.1,<7.0.0)
Requires-Dist: inflection (>=0.5.1,<0.6.0) ; extra == "cli"
Requires-Dist: jinja2 (>=3.1.0,<4.0.0) ; extra == "cli"
Requires-Dist: jsonpath-rfc9535 (>=1.0.0,<2.0.0)
Requires-Dist: jsonpath2 (>=0.4.5,<0.5.0)
Requires-Dist: mimesis (>=19.1.0,<20.0.0)
Requires-Dist: psycopg (>=3.3.2,<4.0.0)
Requires-Dist: psycopg-pool (>=3.3.0,<4.0.0)
Requires-Dist: pydash (>=8.0.5,<9.0.0)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.0,<7.0.0) ; extra == "cli"
Requires-Dist: scipy (>=1.17.0,<2.0.0)
Project-URL: Bug Tracker, https://github.com/krew-solutions/ascetic-ddd-python/issues
Project-URL: Homepage, https://github.com/krew-solutions/ascetic-ddd-python
Project-URL: Repository, https://github.com/krew-solutions/ascetic-ddd-python
Description-Content-Type: text/markdown

# ascetic-ddd-python

Toolkit and [seedwork](https://martinfowler.com/bliki/Seedwork.html) for a Python DDD project.

Read the [documentation](https://krew-solutions.github.io/ascetic-ddd-python/).

See also Golang-version: [ascetic-ddd-go](https://github.com/krew-solutions/ascetic-ddd-go).

Warning!
The project is still under active development, not production-ready, and has not been debugged or optimized.
The project structure is unstable and backward compatibility is not guaranteed until version 1.0.0.


