Open Kiwifuit opened 2 years ago
seems great, surely will consider it:)
btw, if you are interested in solving this issues, you can assign yourself
@DevChaudhary78 How do I do that?
@Allstreamer's pull about the JSON API could handle the grabbing the URL to the wheel part
There's no ratelimiting on the API so it would be an easy way to get information for packages / the wheel_url
Look into pip freeze
or https://github.com/bndr/pipreqs.
Related to #7 and #8, just that we need to translate the
requirements,txt
file (and maybe give it a easier usage in the CLI, something likepip.rs install-requirements
or something like that) so that we can get the package therequirements.txt
file requires from the PyPi indexNotes
https://pypi.org/pypi/PACKAGE/VERSION/json
according to the official docs on this APIProblems
==
,>=
, etc.)pip
supports the other operators besides==
requirements.txt
See Also
18