Metadata-Version: 1.1
Name: schemapi
Version: 0.3.0
Summary: schemapi: generate Python APIs from JSONSchema specifications
Home-page: http://github.com/altair-viz/schemapi
Author: Jake VanderPlas
Author-email: jakevdp@uw.edu
License: BSD
Description-Content-Type: UNKNOWN
Description: 
        JSONSchema API Generator
        ========================
        The schemapi_ package provides tools for auto-generation of Python
        APIs rom JSONSchema_ specifications. It makes use of the traitlets_ package
        to generate object hierarchies that are equivalent to a given JSONSchema
        specification.
        
        See more information in the README_.
        
        .. _README: https://github.com/altair-viz/schemapi/blob/master/README.md
        .. _JSONSchema: http://json-schema.org/
        .. _traitlets: https://traitlets.readthedocs.io
        .. _schemapi: https://github.com/altair-viz/schemapi
        
Platform: OS Independent
Requires: jsonschema
Requires: traitlets
Requires: jinja2
