How to roll my own pypi?

后端 未结 10 2081
名媛妹妹
名媛妹妹 2020-11-27 14:53

I would like to run my own internal pypi server, for egg distribution within my organization.

I have found a few projects, such as:

  • http://pypi.python
10条回答
  •  一生所求
    2020-11-27 15:03

    I ran into the same problem, and ClueReleaseManager solved the problem of hosting an internal PyPI server/custom Python repository for me.

    That answers question two, and I guess you already have the answer to question one.

提交回复
热议问题