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
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.20.tar.gz
(14.0 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.20.tar.gz.
File metadata
- Download URL: analytics_ingest-0.1.20.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db63ef369e5b761fab53f29a71263ea2180ab567df041b711db548dc3b1e9855
|
|
| MD5 |
c695a0252c633c23bb72a366f4a3864c
|
|
| BLAKE2b-256 |
fe1cb62e2193963c8b9d0538c4f6b9356b95bea7a5d114e7a3280daee45c746c
|
File details
Details for the file analytics_ingest-0.1.20-py3-none-any.whl.
File metadata
- Download URL: analytics_ingest-0.1.20-py3-none-any.whl
- Upload date:
- Size: 19.6 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 |
d460be373b9a6eab4dbfedd85f8f04b5bde041c18f464f72099b1f970a875ad5
|
|
| MD5 |
ee01035181df145d3f511ed9e5002658
|
|
| BLAKE2b-256 |
4fef496f6353c663efbecfbaefc395b3a873408530ef4df7693b578ddf812bba
|