Metadata-Version: 2.4
Name: erton
Version: 1.0.0
Summary: Erton Security — unified defensive game security kit (telemetry analyzers, watchlist, signed policy, runtime guard, GUI helpers). No hooking/injection.
Author-email: DeathAmir <promoly1234@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: lua
Requires-Dist: lupa>=2.0; extra == "lua"
Provides-Extra: gui
Requires-Dist: customtkinter>=5.2.0; extra == "gui"
Requires-Dist: imgui>=2.0.0; platform_system == "Windows" and extra == "gui"
Dynamic: license-file


# Erton Security — Unified Kit (v1.0.0)


# Made By DeathAmir

```bash
pip install -e .

pip install '.[gui]'

pip install '.[lua]'
```


```bash
erton-serve --host 127.0.0.1 --port 8765 --policy config/policy.json --guard
```


- EXE (PyInstaller): `tools/build_exe.bat`
- DLL/PYD (Nuitka module): `tools/build_dll.bat`

