I have three big project that are independant:
Communication protocol
Interface User
User environment
The communication protocol will be included in the interface user, and the interface user will be used in the user environment.
We are at work, so I cannot upload anything on internet.
I wanted to do package for each big project. And install thoses packages in the other project. But I cannot find a way to do it locally, without having to upload to Pypi or the equivalent for testing.
How can I create package-style project and include them to my other projects without using internet ?