feat: add archive client foundation

This commit is contained in:
2026-07-22 14:55:02 +00:00
commit c11a7b5b5b
39 changed files with 2985 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools==80.9.0", "wheel==0.46.3"]
build-backend = "setuptools.build_meta"
[project]
name = "archive-clients"
version = "0.1.0.dev0"
requires-python = ">=3.11"
dependencies = ["protobuf==7.35.1", "websockets==16.0"]
[project.scripts]
archive-client = "archive_clients.cli:main"
[tool.setuptools.packages.find]
where = ["src"]