Initial commit: xray-manager v0.2 with Debian 13 support

This commit is contained in:
2026-06-28 22:19:53 +03:00
commit 884a55de14
23 changed files with 1890 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"
[project]
name = "xray-manager"
version = "0.2"
description = "Utility for managing Xray configuration and user profiles"
dependencies = [
"cryptography>=43.0.0",
"qrcode>=8.2",
"tabulate>=0.9.0",
]
[project.scripts]
xray-manager = "xray_manager.cli:main"