Software Pragmatism - Home · Jan 18, 2025
Using Custom Package Indexes With Poetry
0Sign in to vote or save
This site took too long to answer. You can still read it on the original site — the toolbar below keeps your place in the directory.
When you develop with Python, you normally use PyPI as the source for your package dependencies whether they're third party or your own. Poetry is a great way to handle this administrative burden - at least it's better than using the regular pip and requirements.txt method. But what if you don't want everything to come from PyPI? What if you want to implement your own private package index on your…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.