Official Python SDK for NanoLog
Project description
NanoLog Python SDK
Official Python SDK for NanoLog.
Installation
pip install nanolog-sdk
Usage
from nanolog import NanoLogHandler
import logging
logger = logging.getLogger("my_app")
logger.addHandler(NanoLogHandler(
server_url="http://localhost:8088",
api_key="sk-xxxx",
service="my-service"
))
logger.info("Hello World")
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
nanolog_sdk-0.1.0.tar.gz
(4.2 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 nanolog_sdk-0.1.0.tar.gz.
File metadata
- Download URL: nanolog_sdk-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fa683ca23a969c3812cc9c093faf5c8912ecafc499ea146a78ae8c3a3f858cb
|
|
| MD5 |
9e8b21bb5a970c453aa84a108a9abbe3
|
|
| BLAKE2b-256 |
b7e4bb2e0520dc929bed2c77e57d4d739398cdb780eef3ed56a838ae13f2d3e3
|
File details
Details for the file nanolog_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nanolog_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c87696b9c17d6e289703d5c357281e629dccf24eefde3b0b4e76c89d6e591ab7
|
|
| MD5 |
fc91fac5683abfa4c0ae93c074ad553b
|
|
| BLAKE2b-256 |
18af6f7af0889584acb2f805f1091703303b18e0c8934272ce3581017b17c64b
|