Python client for ingesting signals, DTCs, network stats, and GPS data to a GraphQL backend
Project description
Analytics Ingest Client
A lightweight Python library to batch and push signals, DTCs, GPS data, and network stats to a GraphQL backend, with optional JWT.
🔧 Features
- Supports Python 3.11+
- Clean, single-class interface:
AnalyticsIngestClient - In-memory caching for resolved IDs (message id or configuration)
- Batching support (by interval, count, or signal limit)
- Async-safe request queuing (only 1 request at a time)
- JWT (
SEC_AUTH_TOKEN) - Minimal dependency footprint
- Easy to test and integrate
🚀 Installation
pip3 install analytics-ingest
or
pip install analytics-ingest
Run Test Cases
PYTHONPATH=src python3 -m unittest discover -s tests -v
python3 -m build
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
analytics_ingest-0.1.26.tar.gz
(13.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file analytics_ingest-0.1.26.tar.gz.
File metadata
- Download URL: analytics_ingest-0.1.26.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d53f54d57c07ff8971cb4c8c43a4eab12d4424971e502056658337a2ac0d6c6f
|
|
| MD5 |
9d3a6edaa4b07b4a9b3297887f3dca33
|
|
| BLAKE2b-256 |
e613e916ec7742e4d0dfd887515472832e97acb49d81c8563d1e59570400f673
|
File details
Details for the file analytics_ingest-0.1.26-py3-none-any.whl.
File metadata
- Download URL: analytics_ingest-0.1.26-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7deab3ff8aeb8b8f1198ffde476a90f092dd37562d9e337ab5d9884f44260cdd
|
|
| MD5 |
4a0d2473055f3b8e4509d974275b0e96
|
|
| BLAKE2b-256 |
4524bc1c93a25ed648607331633ea3bcc19e50f18fa7c2de63a903b50ed275e5
|