Metadata-Version: 2.1
Name: valid8
Version: 4.2.0
Summary: Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as class fields validation. All entry points raise consistent ValidationError including all contextual details, with dynamic inheritance of ValueError/TypeError as appropriate.
Home-page: https://github.com/smarie/python-valid8
Maintainer: Sylvain Marié
Maintainer-email: sylvain.marie@schneider-electric.com
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-valid8/tarball/4.2.0
Keywords: decorate decorator input arg args argument function contract value check checker valid validate validator validation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: makefun
Requires-Dist: decopatch
Requires-Dist: future ; python_version < "3.3"
Requires-Dist: funcsigs ; python_version < "3.3"

python-validate (valid8)
========================

|Python versions| |Build Status| |Tests Status| |codecov|

|Documentation| |PyPI| |Downloads| |Downloads per week| |GitHub stars|

*"valid8ing is not a crime" ;-)*

``valid8`` provides user-friendly tools for

-  general-purpose inline validation,
-  function inputs/outputs validation
-  class fields validation.

All entry points raise consistent ``ValidationError`` including all
contextual details, with dynamic inheritance of
``ValueError``/``TypeError`` as appropriate. Originally from the
`autoclass <https://smarie.github.io/python-autoclass/>`__ project.

The documentation for users is available here:
https://smarie.github.io/python-valid8/

A readme for developers is available here:
https://github.com/smarie/python-valid8

.. |Python versions| image:: https://img.shields.io/pypi/pyversions/valid8.svg
   :target: https://pypi.python.org/pypi/valid8/
.. |Build Status| image:: https://travis-ci.org/smarie/python-valid8.svg?branch=master
   :target: https://travis-ci.org/smarie/python-valid8
.. |Tests Status| image:: https://smarie.github.io/python-valid8/junit/junit-badge.svg?dummy=8484744
   :target: https://smarie.github.io/python-valid8/junit/report.html
.. |codecov| image:: https://codecov.io/gh/smarie/python-valid8/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/smarie/python-valid8
.. |Documentation| image:: https://img.shields.io/badge/doc-latest-blue.svg
   :target: https://smarie.github.io/python-valid8/
.. |PyPI| image:: https://img.shields.io/pypi/v/valid8.svg
   :target: https://pypi.python.org/pypi/valid8/
.. |Downloads| image:: https://pepy.tech/badge/valid8
   :target: https://pepy.tech/project/valid8
.. |Downloads per week| image:: https://pepy.tech/badge/valid8/week
   :target: https://pepy.tech/project/valid8
.. |GitHub stars| image:: https://img.shields.io/github/stars/smarie/python-valid8.svg
   :target: https://github.com/smarie/python-valid8/stargazers


