esakik / clean-architecture-pythonLinks
This repository offers Python implementations that exemplify Clean Architecture principles, providing practical examples for structuring maintainable applications.
☆27Updated last year
Alternatives and similar repositories for clean-architecture-python
Users that are interested in clean-architecture-python are comparing it to the libraries listed below
Sorting:
- Sample Python(Flask) web application with Clean Architecture.☆129Updated 2 years ago
- DDD, CQRS and Hexagonal Architecture example using inject package☆116Updated 7 years ago
- A backend service for the sample app "PARROT", designed using Clean Architecture principles. This project was created as a practice exerc…☆25Updated 2 years ago
- Source of the book "Clean Architectures in Python"☆158Updated 2 years ago
- A Python toolkit for applications driven by The Clean Architecture☆497Updated 3 years ago
- An example backend implementing Hexagonal Architecture in Python using Flask and SqlAlchemy.☆165Updated 2 years ago
- Example application of Echo (Go web framework). This use validator and translator.☆48Updated 3 years ago
- An attempt to implement DDD and hexagonal architecture in Python using Django framework w/o replacing Django's core components.☆125Updated 10 years ago
- Example project showing off clean/hexagonal architecture concepts in Python