Metadata-Version: |
2.1 |
Name: |
parse_type |
Version: |
0.6.4 |
Summary: |
Simplifies to build parse types based on the parse module |
Author: |
Jens Engel |
Author-Email: |
Jens Engel <jenisys[at]noreply.github.com> |
Home-Page: |
https://github.com/jenisys/parse_type |
Download-Url: |
http://pypi.python.org/pypi/parse_type |
Project-Url: |
Homepage, https://github.com/jenisys/parse_type |
Project-Url: |
Download, https://pypi.org/project/parse_type/ |
Project-Url: |
Source Code, https://github.com/jenisys/parse_type |
Project-Url: |
Issue Tracker, https://github.com/jenisys/parse_type/issues/ |
License: |
MIT |
Keywords: |
parse,parsing |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3.2 |
Classifier: |
Programming Language :: Python :: 3.3 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 3.5 |
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 :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Code Generators |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Platform: |
any |
Requires-Python: |
>=2.7, !=3.0.*, !=3.1.* |
Requires-Dist: |
six (>=1.15) |
Requires-Dist: |
enum34; python_version < "3.4" |
Requires-Dist: |
parse (>=1.13.1); python_version <= "2.7" |
Requires-Dist: |
parse (>=1.18.0); python_version >= "3.0" |
Requires-Dist: |
setuptools; extra == "develop" |
Requires-Dist: |
setuptools-scm; extra == "develop" |
Requires-Dist: |
wheel; extra == "develop" |
Requires-Dist: |
build (>=0.5.1); extra == "develop" |
Requires-Dist: |
twine (>=1.13.0); extra == "develop" |
Requires-Dist: |
coverage (>=4.4); extra == "develop" |
Requires-Dist: |
pytest-html (>=1.19.0); extra == "develop" |
Requires-Dist: |
pytest-cov; extra == "develop" |
Requires-Dist: |
tox (<4.0,>=2.8); extra == "develop" |
Requires-Dist: |
pylint; extra == "develop" |
Requires-Dist: |
pytest (<5.0); python_version < "3.0" and extra == "develop" |
Requires-Dist: |
virtualenv (<20.22.0); python_version <= "3.6" and extra == "develop" |
Requires-Dist: |
virtualenv (>=20.0.0); python_version > "3.6" and extra == "develop" |
Requires-Dist: |
pytest (>=5.0); python_version >= "3.0" and extra == "develop" |
Requires-Dist: |
ruff; python_version >= "3.7" and extra == "develop" |
Requires-Dist: |
Sphinx (>=1.6); extra == "docs" |
Requires-Dist: |
sphinx-bootstrap-theme (>=0.6.0); extra == "docs" |
Requires-Dist: |
pytest-html (>=1.19.0); extra == "testing" |
Requires-Dist: |
pytest (<5.0); python_version < "3.0" and extra == "testing" |
Requires-Dist: |
pytest (>=5.0); python_version >= "3.0" and extra == "testing" |
Provides-Extra: |
develop |
Provides-Extra: |
docs |
Provides-Extra: |
testing |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |