Metadata-Version: |
2.1 |
Name: |
verlib2 |
Version: |
0.2.0 |
Summary: |
A standalone variant of packaging.version, without anything else. |
Author-Email: |
Donald Stufft <donald[at]stufft.io> |
Maintainer-Email: |
Andreas Motl <andreas.motl[at]panodata.org> |
Project-Url: |
Repository, https://github.com/panodata/verlib2 |
License: |
Apache License 2.0 |
Keywords: |
distutils,packaging,version |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.6 |
Requires-Dist: |
black (<23); extra == "develop" |
Requires-Dist: |
mypy (==1.6.0); extra == "develop" |
Requires-Dist: |
poethepoet (<1); extra == "develop" |
Requires-Dist: |
pyproject-fmt (<1.3); extra == "develop" |
Requires-Dist: |
ruff (==0.0.292); extra == "develop" |
Requires-Dist: |
validate-pyproject (<0.16); extra == "develop" |
Requires-Dist: |
build (<2); extra == "release" |
Requires-Dist: |
twine (<5); extra == "release" |
Requires-Dist: |
pretend (<2); extra == "test" |
Requires-Dist: |
pytest (<8); extra == "test" |
Requires-Dist: |
pytest-cov (<5); extra == "test" |
Provides-Extra: |
develop |
Provides-Extra: |
release |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |