Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Parked
-
Affects Version/s: 3.15.2
-
Fix Version/s: None
-
Component/s: PyPI
-
Labels:
-
Notability:4
Description
When browsing packages in PyCharm the descriptions are not available.
The reason for this is that PyCharm is sending a request like this to get the package descriptions:
http://localhost:8081/repository/pypi-all/simple/ActionTree/json
And Nexus Repo does not currently support the "/json" API for PyPi.
An example of what should be returned can be seen here: https://pypi.org/pypi/ActionTree/json
Attachments
Issue Links
- relates
-
NEXUS-22828 Support PyPI JSON API
-
- Open
-