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
- generates enhanced ux python classes from the bundled openapi.yaml file
- creates a single combined python file for all generated and common classes
This python package DOES NOT create a python package for the generated artifacts.
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.12.tar.gz
(20.9 kB
view details)
Built Distribution
File details
Details for the file openapiart-0.0.12.tar.gz
.
File metadata
- Download URL: openapiart-0.0.12.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e43a8afde94689b9e07622d91dd2374cf78ccd30aff1f9966b035bfcb0b95134 |
|
MD5 | 0120b68090b6376c8f8b01609bcc7a79 |
|
BLAKE2b-256 | 0468d55fa47772fe37a6e296b717de4b96fb043664004d4de011e2970134dfcb |
File details
Details for the file openapiart-0.0.12-py2.py3-none-any.whl
.
File metadata
- Download URL: openapiart-0.0.12-py2.py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a741963692228095b439df0f1595567e13072025b9a96efbe36aa2ea69b44846 |
|
MD5 | dfe7662d595d798eb55ddedf899782ff |
|
BLAKE2b-256 | 19d90281f52f9fc274382ac3c34ce8ab1421b23dd886cb6caaecadb8bdc108f3 |