# DDDesign
[![pypi](https://img.shields.io/pypi/v/dddesign.svg)](https://pypi.python.org/pypi/dddesign)
[![downloads](https://static.pepy.tech/badge/dddesign/month)](https://pepy.tech/project/dddesign)
[![versions](https://img.shields.io/pypi/pyversions/dddesign.svg)](https://github.com/davyddd/dddesign)
[![codecov](https://codecov.io/gh/davyddd/dddesign/branch/main/graph/badge.svg)](https://app.codecov.io/github/davyddd/dddesign)
[![license](https://img.shields.io/github/license/davyddd/dddesign.svg)](https://github.com/davyddd/dddesign/blob/main/LICENSE)
**DDDesign** is a Python library designed to implement Domain-Driven Design (DDD) principles in software projects.
It provides a set of tools and structures to help developers apply DDD architecture.
This library is built on top of [Pydantic](https://docs.pydantic.dev/latest/),
ensuring data validation and settings management using Python type annotations.
## Installation
Install the library using pip:
```bash
pip install dddesign
```
Raw data
{
"_id": null,
"home_page": "https://github.com/davyddd/dddesign",
"name": "dddesign",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.8",
"maintainer_email": null,
"keywords": "python, ddd, domain driven design, ddd architecture, ddd structure, architecture, structure, dddesign",
"author": "davyddd",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/d0/19/87eadd9b5026f8c878de15cc8a62bb0b56fc150e409f733697c28dd5e8f2/dddesign-1.1.0.tar.gz",
"platform": null,
"description": "# DDDesign\n\n[![pypi](https://img.shields.io/pypi/v/dddesign.svg)](https://pypi.python.org/pypi/dddesign)\n[![downloads](https://static.pepy.tech/badge/dddesign/month)](https://pepy.tech/project/dddesign)\n[![versions](https://img.shields.io/pypi/pyversions/dddesign.svg)](https://github.com/davyddd/dddesign)\n[![codecov](https://codecov.io/gh/davyddd/dddesign/branch/main/graph/badge.svg)](https://app.codecov.io/github/davyddd/dddesign)\n[![license](https://img.shields.io/github/license/davyddd/dddesign.svg)](https://github.com/davyddd/dddesign/blob/main/LICENSE)\n\n**DDDesign** is a Python library designed to implement Domain-Driven Design (DDD) principles in software projects. \nIt provides a set of tools and structures to help developers apply DDD architecture. \nThis library is built on top of [Pydantic](https://docs.pydantic.dev/latest/), \nensuring data validation and settings management using Python type annotations.\n\n## Installation\n\nInstall the library using pip:\n```bash\npip install dddesign\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Domain Driven Design Library",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/davyddd/dddesign",
"Repository": "https://github.com/davyddd/dddesign"
},
"split_keywords": [
"python",
" ddd",
" domain driven design",
" ddd architecture",
" ddd structure",
" architecture",
" structure",
" dddesign"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "16a3ea5e532443b00bbcc34be1eccb5a03fd12a326a677cef21449eba9fc6685",
"md5": "165d4a43c4bdfea7608526d0caa2810e",
"sha256": "0d0cf835254ac9fbd604f50c6983584b615d35f9e885dbd1c86ce8eabdbb7885"
},
"downloads": -1,
"filename": "dddesign-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "165d4a43c4bdfea7608526d0caa2810e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.8",
"size": 20123,
"upload_time": "2024-11-24T12:54:56",
"upload_time_iso_8601": "2024-11-24T12:54:56.128242Z",
"url": "https://files.pythonhosted.org/packages/16/a3/ea5e532443b00bbcc34be1eccb5a03fd12a326a677cef21449eba9fc6685/dddesign-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d01987eadd9b5026f8c878de15cc8a62bb0b56fc150e409f733697c28dd5e8f2",
"md5": "31c74ef55db5fd5b3a703cbe6a84e6d7",
"sha256": "6a2c836892097802ec5c64f78674f559539d6d00830c858ea4954abb57486168"
},
"downloads": -1,
"filename": "dddesign-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "31c74ef55db5fd5b3a703cbe6a84e6d7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.8",
"size": 10510,
"upload_time": "2024-11-24T12:54:57",
"upload_time_iso_8601": "2024-11-24T12:54:57.490324Z",
"url": "https://files.pythonhosted.org/packages/d0/19/87eadd9b5026f8c878de15cc8a62bb0b56fc150e409f733697c28dd5e8f2/dddesign-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-24 12:54:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "davyddd",
"github_project": "dddesign",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dddesign"
}