-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bce533
commit b94c2d5
Showing
1 changed file
with
2 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
# FLEX | ||
# This library is no longer maintained | ||
|
||
[![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. | ||
This library currently has no dedicated maintainer and will not be receiving any updates. |