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.10.tar.gz
(13.7 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.10.tar.gz.
File metadata
- Download URL: analytics_ingest-0.1.10.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f36ec5ac7336e2d976c93e6356d672ff9b0c75bbb1936af825e47b650f4f35d
|
|
| MD5 |
ed64e3a0ef8a9d5d4ef1914661d7fc67
|
|
| BLAKE2b-256 |
2a0c74daf4614308609499e3eb5b59ba58acc373f98b11a9c9c117e627430002
|
File details
Details for the file analytics_ingest-0.1.10-py3-none-any.whl.
File metadata
- Download URL: analytics_ingest-0.1.10-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 |
53fdc4690274659dde0ea907757038bbe6c9bf21c0aa97fdce22bda7b987efe4
|
|
| MD5 |
7ea4fccd11be6ecd1dbf9d22b6213469
|
|
| BLAKE2b-256 |
33cb73fff0727fd1afd58e569cfcdaa70e6645fcc0e24b9e4b29b001538043b9
|