python-clean-architecture icon indicating copy to clipboard operation
python-clean-architecture copied to clipboard

A Python toolkit for applications driven by The Clean Architecture

Results 31 python-clean-architecture issues
Sort by recently updated
recently updated
newest added

According to Uncle Bob, application and domain layers should implement business logic itself. Minimal magic and usage of frameworks is expected there. Gateway interface should be concrete and defined in...