How do you host your own egg repository?

前端 未结 4 715
不思量自难忘°
不思量自难忘° 2020-12-28 17:25

Say you\'re on a team that\'s maintaining a lot of internal python libraries(eggs), and for whatever reason uploading them to pypi is not an option. How could you host the l

4条回答
  •  我在风中等你
    2020-12-28 18:00

    I use ClueReleaseManager

    ClueReleaseManager is an implementation of the PyPi server backend as provided by http://pypi.python.org. It uses SQLAlchemy (on top of sqlite by default) to store all project metadata and the filesystem for storing project files.

提交回复
热议问题