Metadata-Version: 2.1
Name: pytheriak
Version: 0.0.9
Summary: Wrappers to call and read_out theriak from python.
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# pytheriak
Python wrapper functions for Theriak-Domino

## Installation

Run the following to install:

```python
pip install pytheriak
```

## Usage

Example how to setup a link, call and read from theriak with pytheriak.
```python
TherCaller()
```
