baselog-py is the official Python SDK for Loggy API. It allows developers to easily send logs from their applications to Loggy.
- 📦 Simple log creation with a single function call
- 🔑 Authentication via project API key
- 📝 Support for different log levels (
info
,warning
,error
,debug
) - 📂 Contextual logging with metadata
- ⚡ Async support for high-performance applications
Using uv:
uv add baselog-py
or with pip:
pip install baselog-py