Skip to content
/ pip-dev Public

An interactive tool for developers to test defined specifiers for version handling.

License

Notifications You must be signed in to change notification settings

nok/pip-dev

Repository files navigation

pip-dev logo

pip-dev

An interactive tool for testing Python version specifiers.

GitHub Repo stars Ko-fi

pip-dev screenshot

Description

​pip-dev is an interactive tool for testing Python version specifiers as defined by PEP 440. It allows developers to input constraints like >=1.4.5 or ~=1.4.5 and see which versions match, aiding in dependency management. Built on the pypa/packaging library, it helps ensure compatibility across Python projects.

Examples

Do you know the difference between >=1.4.5, ~=1.4.5 and ==1.4.*?

Do you know the difference between ~=1.4.5 and >=1.4.5,==1.4.*?

And what about ~=1.2b,<=1.3a,!=1.2?

License

The package is Open Source Software released under the BSD 3-Clause License.

About

An interactive tool for developers to test defined specifiers for version handling.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project