github-hosted-pypi
github-hosted-pypi copied to clipboard
Your own private PyPi index, github-hosted
Currently Jquery is used only for the AJAX calls. It seems heavy to import such a big library just for AJAX calls. That would be cool to entirely remove AJAX...
Currently, the content of the package page is static, and shows only the latest stable version :  When selecting another version, it...
Hello! This is a really cool project and I would love to use it however I'm having some trouble getting it to work with poetry. I created a default source...
Is it possible to use pre-built wheel packages with this solution?
We are checking the options of using the hosted pypi solution wihtin our environment. But we have a problem when adding our own libraries. When we add them and use...
Currently this github-hosted PyPi index uses `egg`. For example : https://github.com/astariul/github-hosted-pypi/blob/fc5183e04b6a711e807d9071841d9cec17752ea3/public-hello/index.html#L76 As pointed out in #84 (see also https://github.com/astral-sh/uv/issues/2602), using `egg` distributions is deprecated by `pip`. We should use something...