{"library":"pismosendlogs","title":"PismoSendLogs","description":"A Python library to send logs to Pismo or other endpoints. Current version 0.2.0. In early development with no stable release cadence.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pismosendlogs"],"cli":null},"imports":["from pismosendlogs import send_log","from pismosendlogs import PismoLogger"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pismosendlogs import send_log\nimport os\n\n# Use environment variable for API key\napi_key = os.environ.get('PISMO_API_KEY', '')\nsend_log(api_key=api_key, message=\"Hello, Pismo!\", level=\"info\")","lang":"python","description":"Sends a log message after setting API key via environment variable.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}