Translate PEP440 version to Debian policy
Project description
Debian and Python has two distincts conventions for version scheme. Each have a different way to tell a pre-release tag, etc. pep440deb is a little helper for managing translation of Python package version to Debian version policy.
$ pep440deb 1.0a1 1.0~a1 $ pep440deb --echo --pypi pip 9.0.1 9.0.1 $ echo 1.0.dev0 | pep440deb --file - 1.0~dev0
You can use it from Python:
>>> from pep440deb import debianize >>> debianize('1.0a1') '1.0~a1'
Installation
Install it from PyPI:
pip install pep440deb
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pep440deb-1.3.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for pep440deb-1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b22792e873197bffc8e7f7ff7096918be8eb0389cf7a22ea82970312d4a58a71 |
|
MD5 | 86b0237760f7526e03213c051084b81d |
|
BLAKE2b-256 | 328fa136c602224e07cdd67021b1bb3c5c690fa9824f555cb902eb5b820a08fb |