Metadata-Version: 2.1
Name: pep440nz
Version: 0.5.1.post1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Clement
Author-email: neze+pypi@melix.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst

|pipeline| |coverage|

.. |pipeline| image:: https://framagit.org/1ohmatr/sw/py/pep440nz/badges/master/pipeline.svg

.. |coverage| image:: https://framagit.org/1ohmatr/sw/py/pep440nz/badges/master/coverage.svg

Python package for PEP440_-compliant version management.

.. _PEP440: https://www.python.org/dev/peps/pep-0440/

This package includes :

* A :code:`Version` class that allows parsing and manipulating
  version numbers
* Some :code:`git` helper code usable to extract an automatic
  version number from compatible git tags


