Python library for Web APIs leveraging OpenAPI/Swagger specification
Project description
Python library for Web APIs leveraging OpenAPI/Swagger specification, enabling:
validation of an OAS 2.0 document
[todo] control backward compability between two OAS 2.0 documents
[todo] rewriting the basePath and paths of an OAS 2.0 document
[todo] filtering endpoints of an OAS 2.0 document to generate a subset of the API
[todo] adding/removing securityDefinitions on an OAS 2.0 document
Free software license: BSD 3-Clause License
Quickstart
Install oasapi from PyPI with:
pip install oasapi
You can also install the in-development version with:
pip install https://github.com/sdementen/oasapi/archive/master.zip
Validate an OAS 2.0 Document (in JSON or YAML format) with:
python -m oasapi validate path-to-a-swagger.json
or if you prefer with:
oasapi validate path-to-a-swagger.json
Documentation
Development
https://oasapi.readthedocs.io/en/latest/contributing.html#development
Changelog
0.1.7 (2019-01-09)
Support URL and stdin (with -) as SWAGGER for the CLI
0.1.6 (2019-01-08)
[dev] PyPI deployment through Travis CI
0.1.5 (2019-01-08)
Fix script form of the cli (oasapi instead of python -m oasapi)
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
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
File details
Details for the file oasapi-0.1.7.tar.gz
.
File metadata
- Download URL: oasapi-0.1.7.tar.gz
- Upload date:
- Size: 31.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41c699a236e11d1ae2d5ec0f4124e1e263018e59c65f93ee9aa93940a282e6e1 |
|
MD5 | e07e2ebd05532a12eb1550116784aa56 |
|
BLAKE2b-256 | e0de1dc04b127e94f53ca4c5a7bce7e1d854f865d440d8d0fac0dc216b2cf630 |