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.23.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.23.tar.gz.
File metadata
- Download URL: analytics_ingest-0.1.23.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 |
a502c5687c63511a4dbc2c2bd793ad591235414c839c5bac8d6cad446e2bb121
|
|
| MD5 |
6c8b12f8afdecb52cac2576eef350369
|
|
| BLAKE2b-256 |
8c310ac5381f8f706d03e27f885777bed3a5d45492d191d8a15a741df4b2cf22
|
File details
Details for the file analytics_ingest-0.1.23-py3-none-any.whl.
File metadata
- Download URL: analytics_ingest-0.1.23-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 |
9bf768075b9cc9b4b73a98a22cc3fa80b45a093ef1ca48e7333947c2135d3f2a
|
|
| MD5 |
919e4333c054adff364ee549961e1e33
|
|
| BLAKE2b-256 |
5fe937393d5e2d23ec131b7db8ce3e92e1a31d9e2be51810de5d3dcc24f22578
|