Skip to content
forked from Yelp/bravado

Generic client library for Python2.6 - adopts SwaggerVersion 1.2

License

Notifications You must be signed in to change notification settings

galstest/swagger-py

 
 

Repository files navigation

image

Swagger-py

About

From Swagger's home page:

Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.

Client libraries can automatically be generated from the Swagger specification, however Swagger-py aims to be a compleate replacement for code generation (swagger-codegen).

Swagger.py is a forked from digium/swagger-py for using Swagger defined API's.

Example Usage

from swaggerpy import client
swagger_client = client.get_client("http://petstore.swagger.wordnik.com/api/api-docs")
swagger_client.pet.getPetById(petId=42).result()

Documentation

More documentation is available at http://swagger-py.readthedocs.org

Installation

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

Development

Code is documented using Sphinx.

virtualenv. is recommended to keep dependencies and libraries isolated.

Setup

# Run tests
tox
# Install git pre-commit hooks
.tox/py27/bin/pre-commit install

License

Copyright (c) 2013, Digium, Inc. All rights reserved. Copyright (c) 2014, Yelp, Inc. All rights reserved.

Swagger.py is licensed with a BSD 3-Clause License.

About

Generic client library for Python2.6 - adopts SwaggerVersion 1.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%