Initial Public Commit

This commit is contained in:
2026-07-09 13:59:59 +02:00
commit 379dafa965
6 changed files with 470 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "are"
version = "0.1.0"
description = "Android Reverse Engineering Shortcuts"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"adbutils>=2.10.2",
"tomli-w>=1.2.0",
]
[project.scripts]
are = "main:main"