openapi-generator-cli


Nameopenapi-generator-cli JSON
Version 7.15.0 PyPI version JSON
download
home_pageNone
SummaryCLI for openapi generator
upload_time2025-08-23 01:27:36
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.9
licenseAPACHE 2.0
keywords cli generator openapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # OpenAPI Generator in Package Installer for Python (PIP)

[![Join the Slack chat room](
  <https://img.shields.io/badge/Slack-Join%20the%20chat%20room-orange>
)](
  <https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g>
) [![PyPI version](
  <https://badge.fury.io/py/openapi-generator-cli.svg>
)](
  <https://badge.fury.io/py/openapi-generator-cli>
) [![Code style: black](
  <https://img.shields.io/badge/code%20style-black-000000.svg>
)](
  <https://github.com/psf/black>
) [![Ruff](
  <https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json>
)](
  <https://github.com/astral-sh/ruff>
)

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see [OpenAPITools/openapi-generator]

---

This project checks the [maven repository] once a day for a new version and will publish this new version automatically as a python package.

## Installation

You must have the `java` binary executable available on your PATH for this to work. (JDK 11 is the minimal version supported. To install OpenJDK, please visit <https://adoptium.net/>)

You can install the package either in a virtual environment or globally.

```sh
# install the latest version of "openapi-generator-cli"
pip install openapi-generator-cli

# install a specific version of "openapi-generator-cli"
pip install openapi-generator-cli==4.3.1
```

You can also install with [`jdk4py`] instead of `java` binary. (`python>=3.10` is required)

```sh
pip install openapi-generator-cli[jdk4py]
```

After installation `openapi-generator-cli` command will be available in your virtual environment or globally depending on your installation.

To check the version, for example. Type the following command

```sh
# this will print the correct version number
openapi-generator-cli version
```

## Further Documentation

Please refer to the [official openapi-generator docs] for more information about the possible arguments and a detailed usage manual of the command line interface.

## Like the package?

Please leave a star.

## Have suggestions or feedback?

Please raise an issue, happy to hear from you :)

[OpenAPITools/openapi-generator]: <https://github.com/OpenAPITools/openapi-generator>
[maven repository]: <https://mvnrepository.com/artifact/org.openapitools/openapi-generator-cli>
[`jdk4py`]: <https://github.com/activeviam/jdk4py>
[official openapi-generator docs]: <https://github.com/OpenAPITools/openapi-generator#3---usage>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "openapi-generator-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "cli, generator, openapi",
    "author": null,
    "author_email": "OpenAPI Generator community <team@openapitools.org>",
    "download_url": "https://files.pythonhosted.org/packages/a4/e7/f62514b564a2ef5ccae3c2270193bf667dfc3d8fcc3b8a443189e31eb313/openapi_generator_cli-7.15.0.tar.gz",
    "platform": null,
    "description": "# OpenAPI Generator in Package Installer for Python (PIP)\n\n[![Join the Slack chat room](\n  <https://img.shields.io/badge/Slack-Join%20the%20chat%20room-orange>\n)](\n  <https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g>\n) [![PyPI version](\n  <https://badge.fury.io/py/openapi-generator-cli.svg>\n)](\n  <https://badge.fury.io/py/openapi-generator-cli>\n) [![Code style: black](\n  <https://img.shields.io/badge/code%20style-black-000000.svg>\n)](\n  <https://github.com/psf/black>\n) [![Ruff](\n  <https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json>\n)](\n  <https://github.com/astral-sh/ruff>\n)\n\nOpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see [OpenAPITools/openapi-generator]\n\n---\n\nThis project checks the [maven repository] once a day for a new version and will publish this new version automatically as a python package.\n\n## Installation\n\nYou must have the `java` binary executable available on your PATH for this to work. (JDK 11 is the minimal version supported. To install OpenJDK, please visit <https://adoptium.net/>)\n\nYou can install the package either in a virtual environment or globally.\n\n```sh\n# install the latest version of \"openapi-generator-cli\"\npip install openapi-generator-cli\n\n# install a specific version of \"openapi-generator-cli\"\npip install openapi-generator-cli==4.3.1\n```\n\nYou can also install with [`jdk4py`] instead of `java` binary. (`python>=3.10` is required)\n\n```sh\npip install openapi-generator-cli[jdk4py]\n```\n\nAfter installation `openapi-generator-cli` command will be available in your virtual environment or globally depending on your installation.\n\nTo check the version, for example. Type the following command\n\n```sh\n# this will print the correct version number\nopenapi-generator-cli version\n```\n\n## Further Documentation\n\nPlease refer to the [official openapi-generator docs] for more information about the possible arguments and a detailed usage manual of the command line interface.\n\n## Like the package?\n\nPlease leave a star.\n\n## Have suggestions or feedback?\n\nPlease raise an issue, happy to hear from you :)\n\n[OpenAPITools/openapi-generator]: <https://github.com/OpenAPITools/openapi-generator>\n[maven repository]: <https://mvnrepository.com/artifact/org.openapitools/openapi-generator-cli>\n[`jdk4py`]: <https://github.com/activeviam/jdk4py>\n[official openapi-generator docs]: <https://github.com/OpenAPITools/openapi-generator#3---usage>\n",
    "bugtrack_url": null,
    "license": "APACHE 2.0",
    "summary": "CLI for openapi generator",
    "version": "7.15.0",
    "project_urls": {
        "Documentation": "https://github.com/OpenAPITools/openapi-generator#3---usage",
        "Homepage": "https://openapi-generator.tech",
        "Repository": "https://github.com/OpenAPITools/openapi-generator"
    },
    "split_keywords": [
        "cli",
        " generator",
        " openapi"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "abec5ac2715079da83cbec2f7a1211e46c516e29a1f4a701103ea0010d7c7383",
                "md5": "44a977276d8a110c7930c5ae4a27f2ab",
                "sha256": "ff95305ce9a8ad1250fb16d6b0a20e6f5d3041fcb515f4b1a471719dbb1d56ef"
            },
            "downloads": -1,
            "filename": "openapi_generator_cli-7.15.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "44a977276d8a110c7930c5ae4a27f2ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 27459322,
            "upload_time": "2025-08-23T01:27:33",
            "upload_time_iso_8601": "2025-08-23T01:27:33.400801Z",
            "url": "https://files.pythonhosted.org/packages/ab/ec/5ac2715079da83cbec2f7a1211e46c516e29a1f4a701103ea0010d7c7383/openapi_generator_cli-7.15.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4e7f62514b564a2ef5ccae3c2270193bf667dfc3d8fcc3b8a443189e31eb313",
                "md5": "46f5e4988ad74fce8ed544df1186c37a",
                "sha256": "93b3c1ac6d9d13d1309e95bedcbc0af839dcfe3047c840531cef662b61368fc1"
            },
            "downloads": -1,
            "filename": "openapi_generator_cli-7.15.0.tar.gz",
            "has_sig": false,
            "md5_digest": "46f5e4988ad74fce8ed544df1186c37a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 27444822,
            "upload_time": "2025-08-23T01:27:36",
            "upload_time_iso_8601": "2025-08-23T01:27:36.518673Z",
            "url": "https://files.pythonhosted.org/packages/a4/e7/f62514b564a2ef5ccae3c2270193bf667dfc3d8fcc3b8a443189e31eb313/openapi_generator_cli-7.15.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-23 01:27:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenAPITools",
    "github_project": "openapi-generator#3---usage",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "appveyor": true,
    "lcname": "openapi-generator-cli"
}
        
Elapsed time: 1.47254s