Skip to main content

Python library for Web APIs leveraging OpenAPI/Swagger specification

Project description

Python library for Web APIs leveraging OpenAPI/Swagger specification

  • Free software: BSD 3-Clause License

Installation

pip install oasapi

You can also install the in-development version with:

pip install https://github.com/sdementen/oasapi/archive/master.zip

Documentation

https://oasapi.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Changelog

0.1.4 (2019-01-08)

  • Explicit support only for python >= 3.6 (no py35 as use of f-string)

  • [dev] Move local build of docs from dist/docs to docs/dist to avoid cluttering dist

0.1.3 (2019-01-08)

  • [dev] Add git pre-commit hooks for black and flake

  • [dev] Do not use isort

  • [dev] Fix black + flake8 issues

0.1.2 (2019-01-08)

  • Fix model & reporting of duplicate operationIds

  • Add documentation on the CLI Usage

0.1.1 (2019-01-08)

  • Add pyyaml dependencies (to support OAS in yaml format)

0.1.0 (2019-01-08)

  • First release on PyPI.

  • Implementation of the validation of an OAS 2.0 (aka swagger) file

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

oasapi-0.1.4.tar.gz (29.7 kB view hashes)

Uploaded Source

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