/pipmore

Find the latest package version supported by a specific python version

Primary LanguagePythonApache License 2.0Apache-2.0

pipmore

Find the latest package version supported by a specific python version

Install

pip install pipmore

Usage

pipmore needs two arguments: the package name and the python version.

pipmore <package name> <python version>

For instance, to find the latest version of flask that can be installed with Python 3.6:

$ pipmore flask 3.6
2.0.3