Python packaging of weakly dependent projects
问题 I am trying to figure out a good way to package and deploy a number of python packages I created. Eventually, I would like to use some package repository for deployment or create some sort of setup script. The structure of my project is as follows: I have two subprojects A and B that both use tools from another self-created package C . The tools in C are for internal use only and not of bigger interest to a general audience. However, A and B shall be deployed. I want that users can install A