Metadata-Version: 2.1
Name: pyhirte
Version: 0.1.0
Summary: Python bindings for hirte's D-Bus API
Author: Hirte developers
License: GPL-2.0-or-later
Keywords: hirte,python,D-Bus
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# hirte python bindings

The hirte python bindings provides a python module to interact with the D-Bus API of hirte. It consists of the following
subpackages:

- [gen](./gen/): auto-generated code based the hirte D-BUS API description
- [ext](./ext/): custom written code to simplify common tasks

## Installation

Using `pip3`:

```sh
# from PyPi
pip3 install pyhirte
# or from cloned git repo
pip3 install --force dist/pyhirte-<version>-py3-none-any.whl 
```
