Metadata-Version: 2.4
Name: pydashboard
Version: 1.0.0
Summary: Modular dashboard for terminal
Project-URL: github, https://github.com/a13ssandro/pydashboard
Author-email: Alessandro Campolo <campoloalex@gmail.com>
License-Expression: GPL-3.0-only
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.10
Requires-Dist: durations~=0.3.3
Requires-Dist: feedparser~=6.0.11
Requires-Dist: loguru~=0.7.3
Requires-Dist: octorest~=0.4
Requires-Dist: pandas~=2.3.1
Requires-Dist: plumbum~=1.9.0
Requires-Dist: psutil~=7.0.0
Requires-Dist: pwntools~=4.14.1
Requires-Dist: python-benedict[yaml]~=0.34.1
Requires-Dist: pyyaml~=6.0.2
Requires-Dist: requests-unixsocket~=0.4.1
Requires-Dist: requests~=2.32.4
Requires-Dist: rich~=14.1.0
Requires-Dist: rpyc~=6.0.2
Requires-Dist: textual~=5.2.0
Requires-Dist: urllib3~=2.5.0
Requires-Dist: watchfiles~=1.1.0
Provides-Extra: libvirt
Requires-Dist: libvirt-python~=11.6.0; extra == 'libvirt'
Description-Content-Type: text/markdown

#Install
```bash
sudo apt install python3-virtualenv libvirt-dev
git clone https://github.com/a13ssandr0/pydashboard.git
cd pydashboard
virtualenv .venv --copies
source .venv/bint/activate
pip install -r requirements.txt
```

#Run
```bash
source .venv/bin/activate
python pydashboard_main.py path/to/config.yml
```
