Metadata-Version: 2.3
Name: gopad
Version: 1.14.0
Summary: Gopad OpenAPI
License: Apache-2.0
Keywords: OpenAPI,OpenAPI-Generator,Etherpad,Gopad
Author: Thomas Boerger
Author-email: thomas@webhippie.de
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: pydantic (>=2)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: typing-extensions (>=4.7.1)
Requires-Dist: urllib3 (>=2.2.2)
Project-URL: Repository, https://github.com/gopad/gopad-python
Description-Content-Type: text/markdown

# Gopad: SDK for Python

[![General Workflow](https://github.com/gopad/gopad-python/actions/workflows/general.yml/badge.svg)](https://github.com/gopad/gopad-python/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#gopad:matrix.org](https://img.shields.io/badge/matrix-%23gopad%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#gopad:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/0581d0652d4d4dddb3fc353f74cd9bed)](https://app.codacy.com/gh/gopad/gopad-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![PyPI Version](https://badge.fury.io/py/gopad.svg)](https://badge.fury.io/py/gopad)

This repository provides a client SDK for Python. This SDK is automatically
generated by the [OpenAPI Generator][generator] project:

-   API version: 1.0.0-alpha1
-   Package version: 1.14.0
-   Build package: org.openapitools.codegen.languages.PythonClientCodegen

For more information, please visit [https://gopad.eu](https://gopad.eu)

## Requirements

Python 3.9+

## Installation

If you want to use one of the versions released via PyPi you just need to
execute the following command within your project directory, after that you can
import it as other libraries:

```console
pip install gopad@1.14.0
```

## Tests

```console
pytest
```

## Security

If you find a security issue please contact
[gopad@webhippie.de](mailto:gopad@webhippie.de) first.

## Contributing

Fork -> Patch -> Push -> Pull Request

## Authors

-   [Thomas Boerger](https://github.com/tboerger)

## License

Apache-2.0

## Copyright

```console
Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>
```

[generator]: https://openapi-generator.tech
[setuptools]: http://pypi.python.org/pypi/setuptools

