Initial AS213905 SDK release

This commit is contained in:
AS213905 Engineering
2026-08-14 11:06:03 +00:00
commit ff4aa1b64e
29 changed files with 3313 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Python SDK
```bash
pip install "as213905 @ git+https://git.datacoria.com/Phylex/as213905-sdk.git#subdirectory=python"
```
```python
from as213905 import AS213905
client = AS213905("as213905_…")
print(client.traffic(days=7))
```
The package has no runtime dependencies and uses the Python standard library.