All Downloads are FREE. Search and download functionalities are using the official Maven repository.

python-pydantic-v1.README_onlypackage.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
# {{{projectName}}}
{{#appDescription}}
{{{.}}}
{{/appDescription}}

The `{{packageName}}` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: {{appVersion}}
- Package version: {{packageVersion}}
{{^hideGenerationTimestamp}}
- Build date: {{generatedDate}}
{{/hideGenerationTimestamp}}
- Build package: {{generatorClass}}
{{#infoUrl}}
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
{{/infoUrl}}

## Requirements.

Python {{{generatorLanguageVersion}}}

## Installation & Usage

This python library package is generated without supporting files like setup.py or requirements files

To be able to use it, you will need these dependencies in your own package that uses this library:

* urllib3 >= 1.25.3
* python-dateutil
{{#asyncio}}
* aiohttp
{{/asyncio}}
{{#tornado}}
* tornado>=4.2,<5
{{/tornado}}
* pydantic
* aenum

## Getting Started

In your own code, to use this library to connect and interact with {{{projectName}}},
you can run the following:

{{> common_README }}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy