Skip to main content

Library for accessing Swagger-enabled APIs

Project description

https://travis-ci.org/Yelp/bravado.png?branch=master

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.wordnik.com/api/api-docs")
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-1.0.0-rc1.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

bravado-1.0.0_rc1-py2-none-any.whl (12.5 kB view details)

Uploaded Python 2

File details

Details for the file bravado-1.0.0-rc1.tar.gz.

File metadata

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

File hashes

Hashes for bravado-1.0.0-rc1.tar.gz
Algorithm Hash digest
SHA256 ef530baac4ffb7e5b055faabf87c3ade52b3229f8e2fc556b3fa2968eae6727d
MD5 0468d76ca2129af79834e746c0fa2eca
BLAKE2b-256 d7a2084d231e709b760a2bed29b7d7303519731e4df919d1ea3bea7f09015345

See more details on using hashes here.

File details

Details for the file bravado-1.0.0_rc1-py2-none-any.whl.

File metadata

File hashes

Hashes for bravado-1.0.0_rc1-py2-none-any.whl
Algorithm Hash digest
SHA256 9ff8511c332fde9d6fcc5f11584628e8d690dacdec3e0e571844c8628af8708a
MD5 5b6db632a4543351ec910e17e9f7fbfa
BLAKE2b-256 741d282a3a9c0d0c348f62506c592a9157d4f5e7549e2a4d0aae34c4e2bf5d93

See more details on using hashes here.

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