TrueSight SDK for logs, metrics and observability
Project description
TRUESIGHT LIB
Instalação
pip install truesightlib # ou
uv add truesightlib
Modo de usar
from truesight import Consumer, Loader
data = """
[INFO] 2026-01-03: TESTEEEEEEEE
[INFO] 2026-01-03: TESTEEEEEEEE
[INFO] 2026-01-03: TESTEEEEEEEE
[INFO] 2026-01-03: TESTEEEEEEEE
[INFO] 2026-01-03: TESTEEEEEEEE
[INFO] 2026-01-03: TESTEEEEEEEE
[INFO] 2026-01-03: TESTEEEEEEEE
"""
def main():
loader = Loader()
send = loader.config(data=data)
print(send)
if __name__ == "__main__":
main()
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
truesightlib-0.1.0.tar.gz
(3.9 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 truesightlib-0.1.0.tar.gz.
File metadata
- Download URL: truesightlib-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0700e5561febe7f44238cc51e21f6cb751def6b8f2d0af212076ede032ca3af3
|
|
| MD5 |
3d8fb7ff236f3d4632d47779077a0d37
|
|
| BLAKE2b-256 |
da95370e122768a2556ccddb58b36ee2a9cd1c9e604bb2338693142ab4fc3b27
|
File details
Details for the file truesightlib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: truesightlib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afc4a79fb19307fc0d23e78a723b861ec34a70c342db040d24a84b157e9997e2
|
|
| MD5 |
6d3d625f8e492248139af703928c0871
|
|
| BLAKE2b-256 |
3b5f1a4d1d03186d5ecb51ca33ce874cdd0be5d3f10963c436cc96b2b3391049
|