Metadata-Version: 2.1
Name: nextcloud-deck
Version: 0.2.0
Summary: Python wrapper around Nextcloud Deck API
Home-page: https://github.com/kprestel/nextcloud-deck
License: MIT
Keywords: nextcloud
Author: Kyle Prestel
Author-email: kprestel@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: attrs (>=21.2.0,<22.0.0)
Requires-Dist: cattrs (>=1.7.1,<2.0.0)
Requires-Dist: dateutils (>=0.6.12,<0.7.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Repository, https://github.com/kprestel/nextcloud-deck
Description-Content-Type: text/markdown

# Python Nextcloud Deck API

Simple python based wrapper around the Nextcloud deck API

Before using this library you should get familiar with the [Offical REST API](https://deck.readthedocs.io/en/latest/API/)
