https://github.com/simonrw/pip-available-versions
Get available versions from pip
https://github.com/simonrw/pip-available-versions
Last synced: 10 months ago
JSON representation
Get available versions from pip
- Host: GitHub
- URL: https://github.com/simonrw/pip-available-versions
- Owner: simonrw
- License: mit
- Created: 2016-11-10T12:22:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T12:29:59.000Z (over 9 years ago)
- Last Synced: 2025-06-26T16:04:25.515Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pip-available-versions
Get available versions from pip
## Installation
For the time being, this package is only installable through git, as it
is very young. In the future it will be released on pip. Install:
```sh
pip install git+https://github.com/mindriot101/pip-available-versions
```