A python client for Aditrace
Project description
Aditrace Python Client
A Python client for sending events to Aditrace.
Installation
pip install aditrace
Usage
from aditrace.client import AdiTraceClient
client = AdiTraceClient(app_key="your_app_key", env="production")
try:
# Your code that might raise an exception
1 / 0
except Exception as e:
client(e)
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
aditrace-0.1.0.tar.gz
(3.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 aditrace-0.1.0.tar.gz.
File metadata
- Download URL: aditrace-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60ce76ce53ec5e1daa7a819f64a6763f5100551f9af8f97009e838eb1a7feeb5
|
|
| MD5 |
235bf3723232c6ec0c3930b18d6892d1
|
|
| BLAKE2b-256 |
ce0fe31f4d0314acab94d969285a7f5d24661830b9b04836e97ec7be9098c4f9
|
File details
Details for the file aditrace-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aditrace-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6401888fa2631d9da808b752fd24703f70e9cd11c38bd1b55069f461e495cff
|
|
| MD5 |
575d850ce11db2fd7f312c9612ea697e
|
|
| BLAKE2b-256 |
f059f476cf465c5570c99770f007114d6b49cc307a8499cfd609f203fa32dfee
|