Private PIP repository

0

I come from the. Net world and lately I am very interested in Pyhtoh, I have created some modules to perform common tasks.

I want, as I do in .Net with private nuget repositories, to be able to have my own repository so that when I work on new projects I can do something like "pip install my_modulo".

Talking with a partner we thought about creating a script that would connect to github and download the latest version of the module in the selected folder, but in that case, you could make modifications on the module and then these would not be replicated. I do not know if I explain myself. I would like to have to go to the project where I have this module to modify it, to be able to create a new version and be able to use pip to add it to my project ... come on, as I do with nuget ... Is it possible?

    
asked by Daniel 17.11.2017 в 10:38
source

0 answers