Domain models framework for Python projects
PyPi | |
Python versions and implementations | |
Builds and tests coverage |
Use cases:
- Writing some HTTP API client library, that is based on domain models pattern.
- Examples:
- Twitter API client library.
- Examples:
- Using NoSQL services with manual mapping to domain models.
- Examples:
- Redis.
- Cassandra CQL.
- Examples:
- Using classic SQLAlchemy mapping.