CLI para agregar soporte DDD a proyectos Django
Project description
DDD CLI
Este paquete agrega comandos personalizados a Django para facilitar la implementación de una arquitectura Domain-Driven Design (DDD).
Comandos disponibles
python manage.py ddd create-entity <app_path> <entity_name> [--split]python manage.py ddd create-service <app_path> <entity_name> <service_name> [--class-format] [--include-crud] [--split]python manage.py ddd create-repository <app_path> <entity_name> [--include-crud]python manage.py ddd create-dto <app_path> <dto_name> [--split]python manage.py ddd create-view-api-apiview <app_path> <entity_name>python manage.py ddd create-view-api-viewset <app_path> <entity_name>python manage.py ddd create-view <app_path> <entity_name>
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
ddd_cli-1.3.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ddd_cli-1.3-py3-none-any.whl
(8.6 kB
view details)
File details
Details for the file ddd_cli-1.3.tar.gz.
File metadata
- Download URL: ddd_cli-1.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
670cfada345008d966204f4809f9e7e67877860ab6cedf2b3ebcd95615532cc2
|
|
| MD5 |
6c9348aa9a064eff4f6c52a17c370f40
|
|
| BLAKE2b-256 |
9bcbda07b987e8af6bb5f1a0d82049a8a5f4913bad50fc9ca81ab324679bd625
|
File details
Details for the file ddd_cli-1.3-py3-none-any.whl.
File metadata
- Download URL: ddd_cli-1.3-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
086a29f97af0a5ed670e30d7bcbde950a85c691d41dea2a691a4aa40add0bbf2
|
|
| MD5 |
8437cce47f2d389e9b5ea5612c138418
|
|
| BLAKE2b-256 |
e6ff59301267527aed13999d84b0f36ac467d6c6c7d2511bea58eed4d7f87ba5
|