14 lines
367 B
Markdown
14 lines
367 B
Markdown
# Python SDK
|
|
|
|
```bash
|
|
pip install "as213905 @ git+https://git.datacoria.com/Phylex/production-as213905.git@recovery/native-geofeeds-20260814#subdirectory=as213905-sdk/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.
|