Metadata-Version: |
2.3 |
Name: |
php-version-compare |
Version: |
1.1.2 |
Summary: |
PHP-compatible version comparison for Python |
Author-Email: |
Marc Trölitzsch <marc.troelitzsch[at]gmail.com> |
Project-Url: |
Documentation, https://php-version-compare.readthedocs.io |
Project-Url: |
Repository, https://github.com/marcfrederick/php-version-compare |
Project-Url: |
Issues, https://github.com/marcfrederick/php-version-compare/issues |
Project-Url: |
Changelog, https://github.com/marcfrederick/php-version-compare/releases |
Keywords: |
compare,comparison,compatibility,php,version |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
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 :: 3.13 |
Classifier: |
Programming Language :: Python :: 3.14 |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.6 |
Requires-Dist: |
typing-extensions; python_version < "3.8" |
Requires-Dist: |
bump-my-version; extra == "dev" |
Requires-Dist: |
hatchling; extra == "dev" |
Requires-Dist: |
ruff; extra == "dev" |
Requires-Dist: |
tox; extra == "dev" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
pytest-randomly; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE-APACHE |
License-File: |
LICENSE-MIT |