Skip to content

dnephin/swagger_spec_validator

 
 

Repository files navigation

swagger_spec_validator

Build Status Coverage Status Latest Version

About

Swagger Spec Validator is a Python library that validates Swagger Specs against the Swagger 1.2 or Swagger 2.0 specification. The validator aims to check for full compliance with the Specification.

Example Usage

from swagger_spec_validator import validate_spec_url
validate_spec_url('http://petstore.swagger.wordnik.com/api/api-docs')

Documentation

More documentation is available at http://swagger_spec_validator.readthedocs.org

Installation

$ pip install --upgrade git+git://github.com/Yelp/swagger_spec_validator

Contributing

  1. Fork it ( http://github.com/Yelp/swagger_spec_validator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Copyright (c) 2015, Yelp, Inc. All rights reserved. Apache v2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%