init: Initial commit

This commit is contained in:
Björn Benouarets
2026-01-19 14:14:54 +01:00
commit ee9903b704
15 changed files with 18072 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "taro-bot-sdk"
version = "0.0.1"
description = "SDK for SecNex Taro Bot"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"requests>=2.32.5",
"valkey>=6.1.1",
]