Metadata-Version: 1.1
Name: py-validate
Version: 0.2.2
Summary: Python function validators
Home-page: https://github.com/gfyoung/py-validate
Author: G. Young
Author-email: UNKNOWN
License: MIT License
Download-URL: https://github.com/gfyoung/py-validate
Description: py-validate is a library that provides easy-to-use
        wrappers for checking inputs and outputs of a function
        without cluttering implementation with verification
        checks. Wrappers nicely abstract away these checks
        and are very customizable for each function.
Keywords: python validate wrapper function
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Pre-processors
