Metadata-Version: 2.1
Name: satus-sdk
Version: 0.0.5
Summary: A python wrapper for the satus.dev API
Home-page: https://satus.dev
Author: Jonas Briguet
Author-email: briguetjo@yahoo.de
Project-URL: Homepage, https://www.satus.dev
Keywords: transcription,audio,video,speech,satus,api,wrapper
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: urllib3

# Satus-python

This package allows you to interact with the satus.dev API.

To use this package, you will need to have an API key which you can obtain by creating an account on satus.dev.

## Installation

```
pip install satus-sdk
```
