You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the ability to use aliases for the pypi index URL, e.g.:
whl2conda convert --from-index myindex mypackage
The alias could be taken from standard locations by default, specifically:
~/.pypirc
pyproject.toml (should these depend on what build backend is registered?)
tool.poetry.source entries
tool.pdm.source entries
hatch publish.index.repos.private entries
a new tool.whl2conda config option
Since this type of conversion may occur outside a project, the pyproject.toml options are less useful. Technically the ~/.pypirc file is only for uploads, so you might not have an entry for a private index that you only pull from.
Another option would be to add a user settings file for whl2conda that could contain these alias definitions.
The text was updated successfully, but these errors were encountered:
Support the ability to use aliases for the pypi index URL, e.g.:
The alias could be taken from standard locations by default, specifically:
tool.poetry.source
entriestool.pdm.source
entriespublish.index.repos.private
entriestool.whl2conda
config optionSince this type of conversion may occur outside a project, the
pyproject.toml
options are less useful. Technically the~/.pypirc
file is only for uploads, so you might not have an entry for a private index that you only pull from.Another option would be to add a user settings file for whl2conda that could contain these alias definitions.
The text was updated successfully, but these errors were encountered: