Metadata-Version: 2.1
Name: pyDynamicVirshService
Version: 1.0.0a12
Summary: A Python library to expose virtual machines to homeassistant over MQTT.
Home-page: https://github.com/iktdev-no/DynamicVirshService
Author: Brage Skjønborg
Author-email: bskjon@outlook.com
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: libvirt-python>=10.0.0
Requires-Dist: paho-mqtt>=2.1.0

# Dynamic Virs Service
Communicates with Homeassistant over MQTT

Dependencies will be installed with install.sh

To install and start teh serivce
- Clone the project 
- Add +x to install.sh
 - `./install.sh` 

</br>
Make sure that you run the script with sudo or as root, as the script needs access. <br>

Or you can copy this and hit enter:
```shell
curl -sSL -o install.sh https://raw.githubusercontent.com/iktdev-no/pyDynamicVirshService/master/install.sh && sudo bash install.sh
```
