I created a Github repository in which I save all the code for my project.
Structure:
myproject \ - package api - package database - package feature
The api package is responsible for communicating with an external apis like the itunes api.
The database package is responsible for communicating with my database.
Finally, the feature package is the actual project that I am creating.
Each package has its own setup.py.
I have three problems with this structure:
Let me know if my questions are not clear and I will clarify them.
source share