Metadata-Version: 1.1
Name: spectastic
Version: 0.1.1
Summary: Request and response validation compatible with swagger.
Home-page: https://github.com/planetlabs/spectastic
Author: Jacob Straszynski
Author-email: jacob.straszynski@planet.com
License: Apache 2
Description: ===============================
        Spectastic
        ===============================
        
        .. image:: https://img.shields.io/travis/planetlabs/spectastic.svg
                :target: https://travis-ci.com/planetlabs/spectastic
        
        .. image:: https://img.shields.io/pypi/v/spectastic.svg
                :target: https://pypi.python.org/pypi/spectastic
        
        
        Request and response validation via Open API/Swagger schemas.
        
        * Free software: Apache 2 License
        * Documentation: https://spectastic.readthedocs.org.
        
        Features
        --------
        
        - Validation of Request-like objects against Open API/Swagger schemas.
        
        
        TODO
        ----
        * Response validation.
        * Query parameter validation.
        * collectionformat support that ties into werkzeug's datastructures.
        * Authorization support not baked in.
        
        
        
        
        History
        -------
        
Keywords: spectastic
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
