Registry / observability / pismosendlogs

pismosendlogs

JSON →
library0.2.0pypypi✓ verified 82d ago

A Python library to send logs to Pismo or other endpoints. Current version 0.2.0. In early development with no stable release cadence.

pip install pismosendlogs
INSTALL
IMPORT
SIG · PISMOSENDLOGS
P
pismosendlogs
observabilitypythonv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

send_log
import pismosendlogs
from pismosendlogs import send_log

Sends a log message after setting API key via environment variable.

from pismosendlogs import send_log import os # Use environment variable for API key api_key = os.environ.get('PISMO_API_KEY', '') send_log(api_key=api_key, message="Hello, Pismo!", level="info")
Debug
Known issues
gotchaLibrary is very early (0.2.0); API may change without notice.
fix
Pin to exact version and test on upgrade.
affects: all
gotchaNo documentation beyond PyPI summary; rely on source code or trial and error.
fix
Check the source code directly on GitHub.
affects: all
deprecatedSome functions may accept parameters that will be removed in future versions.
fix
Use only documented public API; avoid internal functions.
affects: 0.2.0
Upgrade
Version history
0.2.0latest on PyPI · released Mar 5, 2024
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Resources
pismosendlogs — pip install pismosendlogs · libregistry