Tony Tam 4187be2dc3 Merge pull request #767 from geekerzp/develop_2.0_python_model
Pretty print for models of python client
2015-05-20 22:46:41 -07:00
..
2015-04-23 18:09:32 +08:00
2015-04-11 10:38:32 +08:00
2015-04-11 10:38:32 +08:00

Requirements.

Python 2.7 and later.

Setuptools

You can install the bindings via Setuptools.

python setup.py install

Or you can install from Github via pip:

pip install git+https://github.com/geekerzp/SwaggerPetstore-python.git

To use the bindings, import the pacakge:

import SwaggerPetstore

Manual Installation

If you do not wish to use setuptools, you can download the latest release. Then, to use the bindings, import the package:

import path.to.SwaggerPetstore-python.SwaggerPetstore

Getting Started

TODO

Documentation

TODO

Tests

TODO