Metadata-Version: 2.1
Name: fastddd
Version: 0.2.6
Summary: Python library designed to simplify the implementation of Domain-Driven Design (DDD) principles in your software projects
License: MIT
Author: TEPPEN
Author-email: yk.iteppen@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: psycopg2-binary (>=2.9.10,<3.0.0)
Requires-Dist: pydantic (>=2.9.1,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.36,<3.0.0)
Description-Content-Type: text/markdown

# FastDDD

FastDDD is a Python library designed to simplify the implementation of Domain-Driven Design (DDD) principles in your software projects. 


