• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

flex/H12-Feb-2019-6,9315,582

flex.egg-info/H03-May-2022-4836

LICENSEH A D01-Feb-20191.1 KiB2217

MANIFEST.inH A D01-Feb-2019137 86

PKG-INFOH A D12-Feb-20191.9 KiB4836

README.mdH A D12-Feb-2019965 2615

setup.cfgH A D12-Feb-201938 53

setup.pyH A D12-Feb-20191.6 KiB5849

README.md

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