1

I have a requirement to get package details without actually installing it, for this thing we have a JSON API in pypi, but in AWS Codeartifact I didn't find any such thing.

In the Pypi JSON API we can just look at the specific paths for package details, for example, to get the info of requests, we can look into https://pypi.org/pypi/requests/json

How to get the package details from the AWS Codeartifact PyPI repo, without actually installing it?

DilLip_Chowdary
  • 841
  • 4
  • 18

1 Answers1

0

As stated it the official docs, AWS CodeArtifact does not support PyPI's JSON API.

Some alternatives are:

ya24
  • 490
  • 1
  • 4
  • 16