Metadata-Version: 1.1
Name: object-validator
Version: 0.1.1
Summary: Python object validation module
Home-page: https://github.com/KonishchevDmitry/object-validator
Author: Dmitry Konishchev
Author-email: konishchev@gmail.com
License: GPL3
Description: This module is intended for validation of Python objects. For this time it's
        supposed to be used for validation of configuration files represented as JSON
        or for validation of JSON-PRC requests, but it can be easily extended to
        validate arbitrary Python objects or to support custom validation rules.
Platform: unix
Platform: linux
Platform: osx
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
