Metadata-Version: |
2.1 |
Name: |
validator-collection |
Version: |
1.5.0 |
Summary: |
Collection of 60+ Python functions for validating data |
Author: |
Insight Industry Inc. |
Author-Email: |
software[at]insightindustry.com |
Home-Page: |
https://github.com/insightindustry/validator-collection |
Project-Url: |
Documentation, http://validator-collection.readthedocs.io/en/latest |
Project-Url: |
Bug Reports, https://github.com/insightindustry/validator-collection/issues |
Project-Url: |
Source, https://github.com/insightindustry/validator-collection/ |
License: |
MIT |
Keywords: |
validator validate validation validators |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Web Environment |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Utilities |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 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 |
Requires-Python: |
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4 |
Requires-Dist: |
jsonschema |
Requires-Dist: |
regex; python_version < "3" |
Requires-Dist: |
check-manifest; extra == "dev" |
Requires-Dist: |
sphinx; extra == "dev" |
Requires-Dist: |
sphinx-rtd-theme; extra == "dev" |
Requires-Dist: |
sphinx-tabs; extra == "dev" |
Requires-Dist: |
coverage; extra == "test" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
pytest-benchmark; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Requires-Dist: |
tox; extra == "test" |
Requires-Dist: |
codecov; extra == "test" |
Requires-Dist: |
pyfakefs; extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
test |