如何从头开始安装 PyPi 等效项?
我需要从头开始构建一个内部 python 包索引服务器。现在我们在内部使用 Python 2.6 和 2.7,并且更喜欢使用 pip 安装软件包。
我们不要求身份验证,但这会有所帮助。
在内部运行 PyPi 等效项的最简单方法是什么?
我知道 mypypi、djangopypi、Plone Software Center 和 EggBasket 的存在,但我无法找到一组简单清晰的步骤来在现代环境中设置其中一个;我找到的最新完整文档似乎是 Tarek Ziade 2008 年关于它们的博客文章,但不清楚它的最新程度(并且这似乎引入了一个巨大的依赖树)。
太棒了;什么是最好的 PyPi 实现,以及如何安装和配置它?
I need to build an internal python package index server, starting from scratch. In house right now we use Python 2.6 and 2.7, and prefer installing packages using pip.
We don't require authentication, but it would help.
What's the easiest way to get a PyPi equivalent running internally?
I am aware of the existence of mypypi, djangopypi, Plone Software Center, and EggBasket, but I have not been able to find a simple clear set of steps to set one of these up in a modern environment; the most recent complete docs I found for any of them seemed to be Tarek Ziade's 2008 blog article on them but it's not clear how up to date that is (and that seems to pull in a huge dependency tree, to boot).
tldr; what's the best PyPi implementation, and how do I install it + configure it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好是一个相对术语,但我自己创建了 ClueReleaseManager 来在本地处理这种需求 - http://pypi.python。 org/pypi/ClueReleaseManager
Best is a relative term but I myself created ClueReleaseManager to deal with this need locally - http://pypi.python.org/pypi/ClueReleaseManager