Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 600 Bytes

README.rst

File metadata and controls

55 lines (37 loc) · 600 Bytes

Get version information about a pip from pypi (and private repos)

Installation

pip3 install pip-versions

Usage

Get the latest version

pip-versions latest django
3.1.2

Get all the versions

pip-versions list django
2.2.15
2.2.16
3.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.0.10
3.1
3.1.1
3.1.2