Metadata-Version: 2.0
Name: objectipy
Version: 0.0.1a1
Summary: Any to python objects deserializer with value validations
Home-page: UNKNOWN
Author: Sergey Tsaplin
Author-email: me@sergeytsaplin.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: six (<1.12.0,>=1.11.0)
Provides-Extra: docs
Requires-Dist: sphinx (<1.7,>=1.6); extra == 'docs'
Requires-Dist: sphinxcontrib-versioning (<2.3.0,>=2.2.1); extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: falke8; extra == 'test'

Objectipy
=========

Any to python objects deserializer with value validations


