Skip to main content

OpenAPI 3.0 specs parser and client/server generator

Project description

OpenAPI 3.0 Parser

This package provides functionality to analyze OpenAPI 3.0 Specification files and build clients and servers from that specification.

For more details, please refer the Project Documentation

Example Usage

From the command line:

$ python -m openapi_parser data/petstore.yaml 

From the Python:

from openapi_parser.exporter import PackageWriter
from openapi_parser.parser.loader import OpenApiParser

def main():
    parser = OpenApiParser.open('data/petstore.yaml')
    parser.load_all()
    
    package_writer = PackageWriter(parser)
    package_writer.write_package()
    
    return 0

if (__name__ == '__main__'):
    exit_code = main()
    exit(exit_code)

TODOs:

  • Model generator:
    • Core functionality
    • Class inheritance support
    • Enums support
    • Required properties in combination with readOnly/writeOnly
    • Discriminator property support
    • Cyclic refs resolution
    • Support of additionalProperties inside class
  • Client generator
    • Core functionality
    • Smart body encoding
    • Smart response decoding
    • style-encoding
    • schema and content inside parameters conflict support
    • Enums for parameters support
    • Cookies parameters support
    • Methods descriptions
    • Authorization support
  • Metadata extractor
    • Version
    • Licence
    • Description
    • Servers
    • Security definitions
  • Server generator
  • Test coverage
  • Documentation
  • Command-line interface
    • Basic CLI support
    • Extended CLI support

See Also:

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_parser-0.3.1.tar.gz (40.8 kB view details)

Uploaded Source

Built Distribution

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

openapi_parser-0.3.1-py3-none-any.whl (53.0 kB view details)

Uploaded Python 3

File details

Details for the file openapi_parser-0.3.1.tar.gz.

File metadata

  • Download URL: openapi_parser-0.3.1.tar.gz
  • Upload date:
  • Size: 40.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for openapi_parser-0.3.1.tar.gz
Algorithm Hash digest
SHA256 e96cad461567468e3ee4f76101c3a5e5853be478e0c7eac0e2179cfffeeb1e46
MD5 5df1ec7962f72e87644952b7faaef401
BLAKE2b-256 5c4cf8ca20bae9054f6a28b99c8aa735fd1ccc93b59bfcb2f03dd13d4d03b8f1

See more details on using hashes here.

File details

Details for the file openapi_parser-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: openapi_parser-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 53.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for openapi_parser-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a223d5700a808eb5ff07c9319705cc4894ea23ab64eaf4b3035527224093f6da
MD5 7420d72897a88759a8a4228016c247b5
BLAKE2b-256 d5eebd5c2943a4fc3e16a37a63e69b1f613a6505027ab9be994cac1dad0e4911

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