Hacker News new | ask | show | jobs
by whitehouse3 2515 days ago
> Helpful

> Browse your packages and read their documentation just like on the public Python Package Index.

I don't remember the last time I read package information from pypi. It's all on Github or readthedocs or similar. And given that it isn't especially difficult to host your own index [0] or make docker images with all the dependencies pre-installed, I don't see how this justifies the price.

If it were available as an extension on Github or a self-hosted git server solution like GitLab, Gitea or Bitbucket, then that would be more interesting to me.

[0]: https://packaging.python.org/guides/hosting-your-own-index/