Metadata-Version: 2.1
Name: flex
Version: 6.14.1
Summary: Swagger Schema validation.
Home-page: https://github.com/pipermerriam/flex
Author: Piper Merriam
Author-email: pipermerriam@gmail.com
License: BSD
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
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# FLEX

[![Build Status](https://badgen.net/travis/pipermerriam/flex)](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://badgen.net/pypi/v/flex)](https://pypi.org/project/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 collision with the Apache Flex project.


