Metadata-Version: 2.1
Name: Hakware-py
Version: 0.5.0
Summary: A package connect endpoints to the Hakware Application
Home-page: UNKNOWN
Author: Jacob O'Brien
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: psutil
Requires-Dist: requests-html
Requires-Dist: subprocess
Requires-Dist: winreg
Requires-Dist: json
Requires-Dist: platform
Requires-Dist: traceback
Requires-Dist: datetime

# Hakware-py

Hakware-py is a Python package that allows endpoints to connect to the Hakware solution

## Installation

To install Hakware-py, ensure you have Python installed (version 3.6 or higher), then use pip to install the package:

```bash
pip install Hakware-py


