Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find packages from a custom index #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elliottwilliams
Copy link

I added an argument to specify a custom PyPI index—useful for settings where you're hosting your own simple repository and need packages that aren't on the public index.

Other minor changes here include:

  • fetch_pypi_package_files will find all links on the project page, which allows it to work on simple repos that follow PEP 503 but nest their links in another element
  • if the index provides relative URLs to downloads, they will be make absolute using urljoin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant