Skip to main content

Resolve and bundle openapi v3 specs.

Project description

OpenAPI Resolver

CircleCI

This module recursively parses openapi specs resolving references.

Test

Tests run locally via

tox

Or via circleci-local

circleci build 

Usage

The module has an embedded script that can be run via

python -m openapi_resolver --help

To create an openapi bundle from a spec file just run

python -m openapi_resolver sample.yaml

You can use this module to normalize two specs before diffing, eg:

python -m openapi_resolver one.yaml > normal-one.yaml
python -m openapi_resolver two.yaml > normal-two.yaml
    diff normal-one.yaml normal-two.yaml

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

openapi_resolver-0.0.5.tar.gz (6.1 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