Description •   Try it ! •   Get Started •   Modify indexed packages •   FAQ •   A word about supply chain attacks •   Contribute •

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-01-24 04:00:04

Description • Try it ! • Get Started • Modify indexed packages • FAQ • A word about supply chain attacks • Contribute • References

You can use it to group all your packages in one place, and access it easily through pip, almost like any other package publicly available !

While the PyPi index is public, private packages indexed here are kept private : you will need Github authentication to be able to retrieve it.

Now that your PyPi index is setup, you can register / update / delete packages indexed. Github actions are setup to do it automatically for you.

As you may know, pip can install Github-hosted package if given in the form pip install git+<repo_link>. This PyPi index is just an index of links to other Github repository.

Github pages are public, so this PyPi index is public. But it just contain links to other Github repositories, no code is hosted on this PyPi index !

Leave a Comment