Metadata-Version: 2.4
Name: eal-envcheck
Version: 0.1.0
Summary: EasyAimLock Python environment verification utility.
Author: EasyAimLock
License: Proprietary
Project-URL: Homepage, https://easyaimlock.com
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# eal-envcheck

Verifies that an EasyAimLock Python environment has imported its expected
runtime dependencies and that the host GPU is visible to PyTorch.

Run as:

```
python -m eal_envcheck
```

Exits 0 on success. On failure, prints the list of missing or broken
modules and exits 1. Designed to be called from the EasyAimLock
installer at the end of environment setup as a sanity check.
