Metadata-Version: 2.1
Name: sdesk
Version: 0.1.1
Summary: ScienceDesk helper library
Home-page: https://sciencedesk.net
Author: ScienceDesk GmbH
Author-email: github@sciencedesk.net
Requires-Python: >=3.5,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: requests (>=2.23.0,<3.0.0)
Project-URL: Documentation, https://github.com/ScienceDesk/sdesk-python
Project-URL: Repository, https://github.com/ScienceDesk/sdesk-python
Description-Content-Type: text/markdown

# ScienceDesk Python helpers

This module provides Python code to help you interact with and extend the
ScienceDesk platform.

## Modules

- api: helpers to interact with the ScienceDesk API
- proc: helpers to write ScienceDesk algorithms

