Skip to main content

OpenAPI Client Generator

Project description

https://github.com/avanov/openapi-client-generator/workflows/CI/badge.svg?branch=develop https://coveralls.io/repos/github/avanov/openapi-client-generator/badge.svg?branch=develop Requirements Status Documentation Status Latest PyPI Release

OpenAPI Client Generator

This CLI utility allows you to generate Python client packages from OpenAPI v3 specifications. The project aims at supporting any generic valid specification.

Features

  • works on Python 3.8 and above;

  • generates clients with type hints to aid static analysis of higher level interfaces that would use the clients;

  • supports streaming endpoints.

Installation

You can install it from PyPI:

pip install openapi-client-generator

Afterwards, use a CLI utility called openapi-client-generator:

$ openapi-client-generator --help
usage: openapi-client-generator [-h] [-V] {gen} ...

OpenAPI Client Generator

optional arguments:
  -h, --help     show this help message and exit
  -V, --version  show program's version number and exit

sub-commands:
  valid sub-commands

  {gen}          additional help
    gen          Generate client for a provided schema (JSON, YAML).

Contributing

Cloning this repo

The proper way to clone this repo is:

git clone --recurse-submodules <repo-url> <local-project-root>
cd <local-project-root>

# for showing submodule status with `git status`
git config status.submodulesummary 1

# for logging submodule diff with `git diff`
git config diff.submodule log

Test framework

The project uses Nix for bootstrapping its dev environment.

You can run existing test suite with

$ nix-shell --run "make test"

Documentation

Documentation is hosted on ReadTheDocs: https://openapi-client-generator.readthedocs.io/en/develop/

Changelog

See CHANGELOG.

LICENSE

MIT

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-client-generator-1.0.13.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

openapi_client_generator-1.0.13-py3-none-any.whl (25.3 kB view details)

Uploaded Python 3

File details

Details for the file openapi-client-generator-1.0.13.tar.gz.

File metadata

  • Download URL: openapi-client-generator-1.0.13.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.1.post0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for openapi-client-generator-1.0.13.tar.gz
Algorithm Hash digest
SHA256 914a2db782270a5ec48db6376cce803eae04c49fa71f55117efd3b69a7d3f4c2
MD5 625eb39adc9caa58092225f080f48ab9
BLAKE2b-256 b87ce55c52ce6b5bf7779cb82e985166c4a1e8544495da28c3d8cd79d1f75ff6

See more details on using hashes here.

File details

Details for the file openapi_client_generator-1.0.13-py3-none-any.whl.

File metadata

  • Download URL: openapi_client_generator-1.0.13-py3-none-any.whl
  • Upload date:
  • Size: 25.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.1.post0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for openapi_client_generator-1.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 0b9d0c5547eb3f86b774d7b7b3a43ef7441962f65084d135b267951dc4ce7e8c
MD5 fbc57240f4eaf81a7311293793ec684f
BLAKE2b-256 d55557cf7181c5190357b815b3c186a70b6d6faeae19d59079873e041962f707

See more details on using hashes here.

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