Metadata-Version: 2.1
Name: conformity
Version: 1.10.0
Summary: Cacheable schema description and validation
Home-page: UNKNOWN
Author: Eventbrite, Inc.
Author-email: opensource@eventbrite.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Provides-Extra: testing
Requires-Dist: six
Requires-Dist: attrs (~=17.4)
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'

Conformity allows easy creation of schemas to be checked against function calls, service calls, or other uses, designed in a manner that allows heavy caching and is entirely deterministic.

For more, see http://github.com/eventbrite/conformity/

