Metadata-Version: 2.4
Name: mhamp1-licenseauthority
Version: 0.1.13
Summary: Secure license generation and validation system
Author-email: Matt <mhamp1trading@yahoo.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv>=1.0.1
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# mhamp1-licenseauthority

A **secure license generation and validation system** designed for the **Quantum Falcon trading cockpit**.

This project manages **master keys** and **license generation** **separately** from the bot code to ensure **secrets are never shipped with the executable**.

---

## Installation

```bash
pip install mhamp1-licenseauthority
