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 or certificate-based auth.
🔧 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) or cert-based authentication - 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
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.7.tar.gz
(14.1 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.7.tar.gz.
File metadata
- Download URL: analytics_ingest-0.1.7.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f034d32604856bab5aecc8e931b3f85c25441cabd0ae5d4554b69733d6733fa
|
|
| MD5 |
3cfd927024168dab3af39305bf2a9e63
|
|
| BLAKE2b-256 |
b89cb827c2bdbb62ec3a265ee5af80db2416d97242475be526214c2cd4617d81
|
File details
Details for the file analytics_ingest-0.1.7-py3-none-any.whl.
File metadata
- Download URL: analytics_ingest-0.1.7-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 |
edbce06bc3110f5374754e312d43e903476cae685aaa2c659cc990e01569db08
|
|
| MD5 |
c993df18748eb008d515c1b91a9c9574
|
|
| BLAKE2b-256 |
aebe6dac47fe2f949e3a41d341131c86ad43ff2a1daae5bc8e13bc3c6854e933
|