-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support for custom indices #46
Comments
would this issue include something like the pip extra index url? |
Yep, something like that (in general, we're trying to make |
if I wanted to contribute that would be (to the best of your knowledge) this repo or pip-api to support? (probably both since would need to pass in the arg here but if you have knowledge of what would need to be changed it would be appreciated) |
@dhuckins Note that |
good point. let me ask the question in a different way in a new issue |
I am using local PyPI mirror (behind a firewall) with pip tools. Until custom index support is sorted (what is described above), is there any recommendation on how to use pip-audit behind a firewall? (apart from setting https_proxy) |
Ok, I've been doing a bit of reading about Setting When running I think in order to replicate this behaviour, we'll need our Does this seem reasonable? |
@tetsuo-cpp Seems reasonable to me! |
For the time being, our MVP is scoped to just support for PyPI. However, it's worth considering what we'd require in order to support custom package indices (whether PyPI mirrors or entirely separate private indexes).
Some potential points of issue:
RequirementSource
to our dependency source API. #23 adaptor will need to be sufficiently generic, adapting either PyPI or another index under the hood as configured.pip-api
? This is unclear, since our only use ofpip-api
in these contexts would be for requirements parsing, and the requirements file itself shouldn't make any references to the index.The text was updated successfully, but these errors were encountered: