pyopenapigenerator


Namepyopenapigenerator JSON
Version 7.8.0 PyPI version JSON
download
home_pagehttps://github.com/OpenAPITools/openapi-generator
SummaryCLI for openapi generator
upload_time2024-09-06 08:21:08
maintainerNone
docs_urlNone
authorOpenAPI Generator community
requires_pythonNone
licenseAPACHE 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
# OpenApi Generator PIP Package Generator

[![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/enQtNzAyNDMyOTU0OTE1LTY5ZDBiNDI5NzI5ZjQ1Y2E5OWVjMjZkYzY1ZGM2MWQ4YWFjMzcyNDY5MGI4NjQxNDBiMTlmZTc5NjY2ZTQ5MGM)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

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](https://github.com/OpenAPITools/openapi-generator)

---

## Installation

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

```sh
# install the latest version of "openapigenerator"
pip install pyopenapigenerator

# install a specific version of "openapigenerator"
pip install pyopenapigenerator==7.8.0
```

After installation `openapi-generator` 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 version
```

## Further Documentation

Please refer to the [official openapi-generator docs](https://github.com/OpenAPITools/openapi-generator#3---usage) for
more information about the possible arguments and a detailed usage manual of the command line interface.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenAPITools/openapi-generator",
    "name": "pyopenapigenerator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenAPI Generator community",
    "author_email": "team@openapitools.org",
    "download_url": null,
    "platform": null,
    "description": "\n# OpenApi Generator PIP Package Generator\n\n[![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/enQtNzAyNDMyOTU0OTE1LTY5ZDBiNDI5NzI5ZjQ1Y2E5OWVjMjZkYzY1ZGM2MWQ4YWFjMzcyNDY5MGI4NjQxNDBiMTlmZTc5NjY2ZTQ5MGM)\n<a href=\"https://github.com/psf/black\"><img alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"></a>\n\nOpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and \nconfiguration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see\n[OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator)\n\n---\n\n## Installation\n\nYou can install the package either in a virtual environment or globally.\n\n```sh\n# install the latest version of \"openapigenerator\"\npip install pyopenapigenerator\n\n# install a specific version of \"openapigenerator\"\npip install pyopenapigenerator==7.8.0\n```\n\nAfter installation `openapi-generator` command will be available in your virtual environment or globally \ndepending 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 version\n```\n\n## Further Documentation\n\nPlease refer to the [official openapi-generator docs](https://github.com/OpenAPITools/openapi-generator#3---usage) for\nmore information about the possible arguments and a detailed usage manual of the command line interface.\n",
    "bugtrack_url": null,
    "license": "APACHE 2.0",
    "summary": "CLI for openapi generator",
    "version": "7.8.0",
    "project_urls": {
        "Homepage": "https://github.com/OpenAPITools/openapi-generator"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f174e184182cdc1de76e4e58814a51c9c4ab68e4ed3a2dbd11daf0426de655a",
                "md5": "2bd6b2926b09780a4a9d09e34d856ed8",
                "sha256": "42005918da16e5f856565abb2d5147f45bd5d4cd684a47fc084fe23b7ac43941"
            },
            "downloads": -1,
            "filename": "pyopenapigenerator-7.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2bd6b2926b09780a4a9d09e34d856ed8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 26618231,
            "upload_time": "2024-09-06T08:21:08",
            "upload_time_iso_8601": "2024-09-06T08:21:08.497588Z",
            "url": "https://files.pythonhosted.org/packages/1f/17/4e184182cdc1de76e4e58814a51c9c4ab68e4ed3a2dbd11daf0426de655a/pyopenapigenerator-7.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 08:21:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenAPITools",
    "github_project": "openapi-generator",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "appveyor": true,
    "lcname": "pyopenapigenerator"
}
        
Elapsed time: 0.66487s