Skip to main content

Generate modern Python clients from OpenAPI

Project description

triaxtec Code style: black codecov PyPI version shields.io

openapi-python-client

Generate modern Python clients from OpenAPI

This project is still in early development and does not support all OpenAPI features

Why This?

The Python clients generated by openapi-generator support Python 2 and therefore come with a lot of baggage. This tool aims to generate clients which:

  1. Use all the latest and greatest Python features like type annotations and dataclasses
  2. Don't carry around a bunch of compatibility code for older version of Python (e.g. the six package)
  3. Have better documentation and more obvious usage instructions

Additionally, because this generator is written in Python, it should be more accessible to contribution by the people using it (Python developers).

Installation

pip install openapi-python-client

Usage

openapi-python-client generate --url https://my.api.com/openapi.json

This will generate a new client library named based on the title in your OpenAPI spec. For example, if the title of your API is "My API", the expected output will be "my-api-client". If a folder already exists by that name, you'll get an error.

What You Get

  1. A pyproject.toml file with some basic metadata intended to be used with Poetry.
  2. A README.md you'll most definitely need to update with your project's details
  3. A Python module named just like the auto-generated project name (e.g. "my_api_client") which contains:
    1. A client module which will have both a Client class and an AuthenticatedClient class. You'll need these for calling the functions in the api module.
    2. An api module which will contain one module for each tag in your OpenAPI spec, as well as a default module for endpoints without a tag. Each of these modules in turn contains one function for calling each endpoint.
    3. A models module which has all the classes defined by the various schemas in your OpenAPI spec

OpenAPI features supported

  1. All HTTP Methods
  2. JSON and form bodies, path and query parameters
  3. float, string, int, datetimes, string enums, and custom schemas or lists containing any of those
  4. html/text or application/json responses containing any of the previous types
  5. Bearer token security

Contributors

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

openapi-python-client-0.1.0.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

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

openapi_python_client-0.1.0-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file openapi-python-client-0.1.0.tar.gz.

File metadata

  • Download URL: openapi-python-client-0.1.0.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.4 CPython/3.8.1 Linux/5.0.0-1031-azure

File hashes

Hashes for openapi-python-client-0.1.0.tar.gz
Algorithm Hash digest
SHA256 86fef23ddf1ce558592966f1b3d860dc4e455aa5164b44ccda207857a47afd84
MD5 e6f05500648e8c94c80bde9b4b7d8c9c
BLAKE2b-256 155a6900b6f65c4291dfb453045749bffdee55007c102d90c8326b37553e3b13

See more details on using hashes here.

File details

Details for the file openapi_python_client-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for openapi_python_client-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 39c5be665a3830911637092b02f7e15b95283497c3e6ca952c9aa30627ae6d30
MD5 aa1362819c2a7e654655bc9426393642
BLAKE2b-256 4f5c4585f34f31fdc13e2fa2216177d30e3863d661feda158a2cad195bca2fb7

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