Metadata-Version: 2.0
Name: flex
Version: 5.3.0
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: Development Status :: 2 - Pre-Alpha
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
Requires-Dist: six (>=1.7.3)
Requires-Dist: PyYAML (>=3.11)
Requires-Dist: iso8601 (>=0.1.10)
Requires-Dist: validate-email (>=1.2)
Requires-Dist: rfc3987 (>=1.3.4)
Requires-Dist: requests (>=2.4.3)
Requires-Dist: click (>=3.3)
Requires-Dist: jsonpointer (>=1.7)

# 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://pypip.in/v/flex/badge.png)](https://pypi.python.org/pypi/flex)
[![PyPi downloads](https://pypip.in/d/flex/badge.png)](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.


