Metadata-Version: 2.1
Name: hardware-info
Version: 0.1.1
Summary: List your hardware information in a clear way
Home-page: https://github.com/Treborium/hwinfo
Author: Robert Fuchs
Author-email: robertfuchs97@gmail.com
License: BSD 2-clause
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: rich (>=1.3.1)

# Hardware Information

A script to list all your relevant hardware information in a clear overview

## Installation

## Development

### Requirements

- >= Python 3
- pip

### Setup

1. Create a new virtual environment:

```bash
python -m venv venv
```

2. Activate the virtual environment:

```bash
source venv/bin/activate
```

3. Install python requirements:

```bash
pip install -r requirements.txt
``` 



