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.9.tar.gz
(13.8 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.9.tar.gz.
File metadata
- Download URL: analytics_ingest-0.1.9.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31d1cdb4638d9a12f0d04f31fa428fe0506a11d742921b0a6e6a111e820e03ee
|
|
| MD5 |
f425033a7c19c03b10a16fe20f15e02e
|
|
| BLAKE2b-256 |
920161c1ef3f0f88881ec222ee5669e75270c0257b4514b137b6a2db69870dbf
|
File details
Details for the file analytics_ingest-0.1.9-py3-none-any.whl.
File metadata
- Download URL: analytics_ingest-0.1.9-py3-none-any.whl
- Upload date:
- Size: 19.4 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 |
306fa91294e0b7a640a0af99a2138e65c709e7c9ac8061b160212a1e38b33617
|
|
| MD5 |
f1497f06631d52aee243238a54d86eb0
|
|
| BLAKE2b-256 |
7e4a2b3dd8c35924be9e92ba741f415aa543534dc549d3f5ea6acf5961c80c3a
|