1# FLEX
2
3[![Build Status](https://travis-ci.org/pipermerriam/flex.png)](https://travis-ci.org/pipermerriam/flex)
4[![Documentation Status](https://readthedocs.org/projects/flex-swagger/badge/?version=latest)](https://readthedocs.org/projects/flex-swagger/?badge=latest)
5[![PyPi version](https://img.shields.io/pypi/v/flex.svg)](https://pypi.python.org/pypi/flex)
6[![PyPi downloads](https://img.shields.io/pypi/dm/flex.svg)](https://pypi.python.org/pypi/flex)
7
8
9Validation tooling for [Swagger 2.0](https://github.com/wordnik/swagger-spec/blob/master/versions/2.0.md) specifications.
10
11
12[Documentation on ReadTheDocs](http://flex-swagger.readthedocs.org/en/latest/)
13
14## Features
15
16* Validate swagger schemas.
17* JSON Schema Validation
18* Validation of request/response objects against schema.
19* Command Line interface.
20
21
22# CLI Name Change
23
24Starting in version 5.0.0 the CLI interface has been changed to `swagger-flex`
25due to a collission with the Apache Flex project.
26