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.24.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.24.tar.gz.
File metadata
- Download URL: analytics_ingest-0.1.24.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 |
4fe8473eda2fd1c2f3f0b869469b3071f4e35c784dfee5f27982b97988edd9aa
|
|
| MD5 |
5e797cc7d90f0403154f472ddb77af5e
|
|
| BLAKE2b-256 |
594db12bf18744b491f6fd312e14af09e554030b22eddd022f77153c6d16f5e8
|
File details
Details for the file analytics_ingest-0.1.24-py3-none-any.whl.
File metadata
- Download URL: analytics_ingest-0.1.24-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 |
84d642c38823819d97dee7ca1b5b365d1db13cb6601b8b22dad162a471a872de
|
|
| MD5 |
caaaadbf8a68ef5cf22e5e3f39c56bd8
|
|
| BLAKE2b-256 |
31022cc8a6dbdaf3185976a5f0c8b79d2eca038c559f25ce6a9412595fad6339
|