arcesium / poetry-plugin-pypi-mirror

Poetry plugin that adds support for pypi.org mirrors and pull-through caches
BSD 3-Clause "New" or "Revised" License
45 stars 11 forks source link

Allow mirror configuration through poetry config #2

Closed JacobHenner closed 1 year ago

JacobHenner commented 1 year ago

In addition to permitting configuration through environment variable, we should allow mirror URLs to be specified through poetry's config system. See https://github.com/python-poetry/poetry/issues/1632#issuecomment-1311969498 for an example.