Skip to main content

Library for accessing Swagger-enabled APIs

Project description

https://img.shields.io/travis/Yelp/bravado.svg https://img.shields.io/coveralls/Yelp/bravado.svg PyPi version Supported Python versions

Bravado

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 Bravado aims to be a compleate replacement for code generation (swagger-codegen).

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

Example Usage

from bravado.client import SwaggerClient
client = SwaggerClient.from_url("http://petstore.swagger.io/v2/swagger.json")
pet = client.pet.getPetById(petId=42).result()

Documentation

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

Installation

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

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-2015, Yelp, Inc. All rights reserved.

Bravado is licensed with a BSD 3-Clause License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bravado-2.0.0.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

bravado-2.0.0-py2-none-any.whl (14.4 kB view details)

Uploaded Python 2

File details

Details for the file bravado-2.0.0.tar.gz.

File metadata

  • Download URL: bravado-2.0.0.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bravado-2.0.0.tar.gz
Algorithm Hash digest
SHA256 d50106954a88745c77ad278ec7433dd279a3add0b32bcf09ce7c9cfaea3dfd59
MD5 b9fca7feec90dd33f3bfd03422da74b3
BLAKE2b-256 e0cf480da8df7fa4375bde42ef11359f9331386f7331f03e8b0d96b5333124f9

See more details on using hashes here.

Provenance

File details

Details for the file bravado-2.0.0-py2-none-any.whl.

File metadata

File hashes

Hashes for bravado-2.0.0-py2-none-any.whl
Algorithm Hash digest
SHA256 a50ea1c97c53e550e0103cbc06b52f4575381ef27967e00fb88f5aabf98355e7
MD5 6c162cd8b38516916e023af5533ee6bd
BLAKE2b-256 87a10b35ac99b3382e8717182fcf252bc7d5b813696cd6403009425ab8a277e1

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page