Library for accessing Swagger-enabled APIs
Project description
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 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bravado-7.0.0.tar.gz
.
File metadata
- Download URL: bravado-7.0.0.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdf36ab0653b42c0058e6cf8c859c3820528dc4c2670ef52c8222d0756fa59f9 |
|
MD5 | c98e1c33495ccebb37629dbd6796a9ec |
|
BLAKE2b-256 | 4ad5d86a7bfeb989b459002168594285ae21740ae9e36409162ec1db7f184946 |
Provenance
File details
Details for the file bravado-7.0.0-py2-none-any.whl
.
File metadata
- Download URL: bravado-7.0.0-py2-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b99c0546fa0bcad1c95725f7972a47c4418345c1c4ed23410116005a8b170723 |
|
MD5 | 3178f79e3b7f2ae7a197e078e3edd7f4 |
|
BLAKE2b-256 | 76702c2f5b36bc8e24f8341c55273107d4b55e26079ebc4a0e23b56da723251a |