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.
🔧 Features
- Supports Python 3.11+
- Clean, single-class interface:
IcsAnalytics - 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)
- 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.27.tar.gz
(14.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.27.tar.gz.
File metadata
- Download URL: analytics_ingest-0.1.27.tar.gz
- Upload date:
- Size: 14.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 |
bc3fd4c19f9a385cff1d9316e3199d095a42aa9bc3155a45bab614fc4d1c5e68
|
|
| MD5 |
5ab813b40128fd90c7ab2b8a68555ac1
|
|
| BLAKE2b-256 |
31ba34c4fb26175b7445c2fb8d4356d7a389ead548fb82dd468d92c225ed4f75
|
File details
Details for the file analytics_ingest-0.1.27-py3-none-any.whl.
File metadata
- Download URL: analytics_ingest-0.1.27-py3-none-any.whl
- Upload date:
- Size: 20.1 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 |
2bf3ddc42e9e93b1db3c9eec35654f515911d92d98635bf5bc9b62f0007c83e1
|
|
| MD5 |
b63fb07d076f24e2ee3870652f256c1b
|
|
| BLAKE2b-256 |
ebcbd03b722381930071a4fabf6633531502bf4f9f210c5c12424c0012119211
|