Skip to main content

Swagger/OpenAPI 2.0 Parser

Project description

Prance

Swagger/OpenAPI 2.0 Parser for Python

Build Status PyPI

Prances provices parsers for Swagger/OpenAPI 2.0 API specifications in Python. It uses swagger_spec_validator to validate specifications, but additionally resolves JSON references in accordance with the Swagger spec.

Mostly the latter involves handling non-URI references; Swagger is fine with providing relative file paths, whereas JSON references require URIs at this point in time.

Usage

Code

Most likely you have spec file and want to parse it:

from prance import ResolvingParser
parser = ResolvingParser('path/to/my/swagger.yaml')
parser.specification  # contains fully resolved specs as a dict

Prance also includes a non-resolving parser that does not follow JSON references, in case you prefer that.

from prance import BaseParser
parser = BaseParser('path/to/my/swagger.yaml')
parser.specification  # contains specs as a dict still containing JSON references

Largely, that’s it. There is a whole slew of utility code that you may or may not find useful, too. Look at the full documentation for details.

Setup

Use virtualenv to create a virtual environment and change to it or not, as you see fit.

Then install the requirements:

$ pip install -r requirements.txt

Development

Test Execution

Run the whole test suite:

$ python setup.py test

Run a single test scenario:

$ pytest tests/test_resolving_parser.py::test_basics

Run tests on multiple Python versions:

$ tox

Run tests on Python 2.7:

$ tox -e py27

A simple test coverage report is automatically generated.

License

Licensed under MITNFA (MIT +no-false-attribs) License. See the LICENSE.txt file for details.

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

prance-0.1.2.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prance-0.1.2-py2.py3-none-any.whl (14.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file prance-0.1.2.tar.gz.

File metadata

  • Download URL: prance-0.1.2.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for prance-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b2416c9dc44997b837371991cec34d3154c1749387a08b347753c2967bc39da5
MD5 ad31d0bc5ba0bfcc43966a7ab47ad088
BLAKE2b-256 202a935b1e9d70ab89e9ca8ef86a1348182de084c69aecf2a95c0fe9c18c583a

See more details on using hashes here.

File details

Details for the file prance-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for prance-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 67cdf19fbe4789b03ff8f4e9720c25b06af8ee4d37958b6441f8d6ef7fe9980e
MD5 fea25249ca528be53f96961eaeaa284b
BLAKE2b-256 79ca7c8c127724ca1e61a3ab1e3a5bff636d780fe2948026402e0dee38f62c0c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page