-
According to the documentation (https://python-poetry.org/docs/repositories#python-package-index-pypi):
I've observed that when connecting to private repositories that also implement this JSON API, Poetry doesn't use it and defaults to the HTML index API instead. Could someone explain why Poetry specifically uses the JSON API for PyPI but favors the HTML index API for other repositories, even when they implement the same JSON API? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
other sources don't implement the same JSON API |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
#9170