The OpenAPI Artifact Generator Python Package
Project description
OpenAPIArt
The OpenAPIArt
(OpenAPI Artifact Generator) python package does the following:
- pre-processes OpenAPI yaml files according to the MODELGUIDE
- using the path keyword bundles all dependency OpenAPI yaml files into a single openapi.yaml file
- post-processes any MODELGUIDE extensions
- validates the bundled openapi.yaml file
Using the validated openapi.yaml file it then:
- generates a static redocly documentation file
- generates a
protobuf
file - generates protobuf based python files
- generates an enhanced ux python module
Getting started
Install the package
pip install openapiart
Generate artifacts from OpenAPI files
import openapiart
"""
The following command produces these artifacts:
- ./artifacts/openapi.yaml
- ./artifacts/openapi.json
- ./artifacts/openapi.html
- ./artifacts/sample/__init__.py
- ./artifacts/sample/sample.py
"""
openapiart.OpenApiArt(
api_files=['./tests/api/api.yaml'],
python_module_name='sample',
output_dir='./artifacts'
)
Specifications
This repository is based on the OpenAPI specification which is a standard, language-agnostic interface to RESTful APIs.
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
openapiart-0.0.23.tar.gz
(25.5 kB
view details)
Built Distribution
File details
Details for the file openapiart-0.0.23.tar.gz
.
File metadata
- Download URL: openapiart-0.0.23.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eef345aa330ad2bfdb13fadd1ee5afd8092551426cbb3d8ce094690f5edb89c |
|
MD5 | e6c1737b8213ab646c81f6e04dba01ab |
|
BLAKE2b-256 | 0c83468ff86b22728f73011c4853f4801be59d4155c5903969ece3235613942f |
File details
Details for the file openapiart-0.0.23-py2.py3-none-any.whl
.
File metadata
- Download URL: openapiart-0.0.23-py2.py3-none-any.whl
- Upload date:
- Size: 28.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c8738d3ffe7caf9626def4242f9f041531bccff1479505421afbfa44332475b |
|
MD5 | 2db920d97106b8a264e772a4de09da5a |
|
BLAKE2b-256 | 8409a5f6e05585cae9ec924a9c8f982d4ff54b1caf8792876ae1c1a64c4e1352 |