Metadata-Version: 1.1
Name: flex
Version: 6.13.1
Summary: Swagger Schema validation.
Home-page: https://github.com/pipermerriam/flex
Author: Piper Merriam
Author-email: pipermerriam@gmail.com
License: BSD
Description: # FLEX
        
        [![Build Status](https://travis-ci.org/pipermerriam/flex.png)](https://travis-ci.org/pipermerriam/flex)
        [![Documentation Status](https://readthedocs.org/projects/flex-swagger/badge/?version=latest)](https://readthedocs.org/projects/flex-swagger/?badge=latest)
        [![PyPi version](https://img.shields.io/pypi/v/flex.svg)](https://pypi.python.org/pypi/flex)
        [![PyPi downloads](https://img.shields.io/pypi/dm/flex.svg)](https://pypi.python.org/pypi/flex)
           
        
        Validation tooling for [Swagger 2.0](https://github.com/wordnik/swagger-spec/blob/master/versions/2.0.md) specifications.
        
        
        [Documentation on ReadTheDocs](http://flex-swagger.readthedocs.org/en/latest/)
        
        ## Features
        
        * Validate swagger schemas.
        * JSON Schema Validation
        * Validation of request/response objects against schema.
        * Command Line interface.
        
        
        # CLI Name Change
        
        Starting in version 5.0.0 the CLI interface has been changed to `swagger-flex`
        due to a collission with the Apache Flex project.
        
Keywords: rest swagger
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
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
Classifier: Programming Language :: Python :: 3.5
