https://github.com/gopad/gopad-python
Gopad: SDK for Python
https://github.com/gopad/gopad-python
etherpad gopad openapi python sdk
Last synced: 12 months ago
JSON representation
Gopad: SDK for Python
- Host: GitHub
- URL: https://github.com/gopad/gopad-python
- Owner: gopad
- License: apache-2.0
- Created: 2018-04-05T23:17:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T09:14:20.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T13:46:30.791Z (almost 2 years ago)
- Topics: etherpad, gopad, openapi, python, sdk
- Language: Python
- Homepage: https://gopad.eu
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Gopad: SDK for Python
[](https://github.com/gopad/gopad-python/actions/workflows/general.yml) [](https://matrix.to/#/#gopad:matrix.org) [](https://app.codacy.com/gh/gopad/gopad-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](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.7.1
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://gopad.eu](https://gopad.eu)
## Requirements
Python 3.8+
## 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.7.1
```
## 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
```
[generator]: https://openapi-generator.tech
[setuptools]: http://pypi.python.org/pypi/setuptools