<div dir="ltr">Hi,<div><br></div><div>to have information about available packages, PyCharm IDE currently parses</div><div>the PyPI index page (<a href="https://pypi.python.org/pypi?%3Aaction=index">https://pypi.python.org/pypi?%3Aaction=index</a>).</div><div>As it is going to be deprecated soon, we are looking for a workaround.</div><div><br></div><div>What we need is, making one request, to get the name and the version of all PyPI packages. Then we cache this information in the IDE (<a href="https://github.com/JetBrains/intellij-community/blob/7e16c042a19767d5f548c84f88cc5edd5f9d1721/python/src/com/jetbrains/python/packaging/PyPIPackageUtil.java">https://github.com/JetBrains/intellij-community/blob/7e16c042a19767d5f548c84f88cc5edd5f9d1721/python/src/com/jetbrains/python/packaging/PyPIPackageUtil.java</a>).</div><div><br></div><div>What official API could you advise us to look at?</div><div><br></div><div>Any hint is appreciated.</div><div><br></div><div><br></div><div>Best regards,</div><div>Dmitry </div></div>