In April 2023, I released version v2 of the project. Reflecting upon it, I recognized a strong influence of Go-specific styles in its structure. With this PR, I aim to refine the project's architecture, transitioning from the Go-centric design to one that aligns more closely with conventional Python practices.
In April 2023, I released version v2 of the project. Reflecting upon it, I recognized a strong influence of Go-specific styles in its structure. With this PR, I aim to refine the project's architecture, transitioning from the Go-centric design to one that aligns more closely with conventional Python practices.
Changelog:
src
→app
core
→common
core/exception.py
→models/exception.py
settings/dependency_injection.py
→app/di/dependency_injection.py
settings/unit_of_work.py
→app/di/unit_of_work.py
src/deliveries/graphql/pokomon
→app/deliveries/graphql/pokemon
Original Structure (v2):
Updated Structure (v3):