From 142cf137611c406c497a4a43b63cbce0ad0d983b Mon Sep 17 00:00:00 2001 From: blag Date: Tue, 12 Feb 2019 10:12:58 -0800 Subject: [PATCH 1/2] Move the flake8 tests to the top so TravisCI executes them first --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88e1f26..a7f97f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ python: - "3.6" matrix: include: + # flake8 + - python: "3.5" + env: TOX_ENV=flake8 # 2.7 - python: "2.7" env: TOX_ENV=py27 @@ -55,9 +58,6 @@ matrix: env: TOX_ENV=py36-with-tornado-falcon - python: "3.6" env: TOX_ENV=py36-with-werkzeug - # flake8 - - python: "3.5" - env: TOX_ENV=flake8 cache: pip: true install: From 588fe6cbb2eb94e54b5e344ef8ab9844bc921fba Mon Sep 17 00:00:00 2001 From: blag Date: Tue, 12 Feb 2019 10:23:08 -0800 Subject: [PATCH 2/2] Revert "Note about no maintainer" [skip ci] This reverts commit b94c2d57d0ee85eb00a9b4d341fd7fbf6b01c1de. --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc96925..5920116 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ -# This library is no longer maintained +# FLEX -This library currently has no dedicated maintainer and will not be receiving any updates. +[![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.