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

feat: Implement settings for python-inspector #186

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

heliocastro
Copy link

Move global settings to a single place allow better control and validation of entries.

Defaults now can be read by setting an .env file locally, environment variable prefixed by PYTHON_INSPECTOR or through options in the respective override order.

Index url is now a unique entry, not anymore always forcing pypi defaults and follows the pip spec.
A new extra-index-urls option was added for multiple registries, similar to how is representend on pip spec.

Move global settings to a single place allow better control and
validation of entries.

Defaults now can be read by setting an .env file locally, environment
variable prefixed by PYTHON_INSPECTOR or through options in the
respective override order.

Index url is now a unique entry, not anymore always forcing pypi
defaults and follows the pip spec.
A new extra-index-urls option was added for multiple registries, similar
to how is representend on pip spec.

Signed-off-by: Helio Chissini de Castro <[email protected]>
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