entry-point

Best directory structure for a repository with several python entry points and internal dependencies?

Best directory structure for a repository with several python entry points and internal dependencies? Question: I’m working on a project with the following directory structure: project/ package1/ module1.py module2.py package2/ module1.py module2.py main1.py main2.py main3.py … mainN.py where each mainX.py file is an executable Python script that imports modules from either package1, package2, or both. …

Total answers: 2