{"library":"spotlight-monitor","title":"Spotlight Monitor","type":"library","description":"Spotlight Monitor is an AI-powered service monitoring SDK for Python. Version 0.5.1 supports Python >=3.9. It provides decorators and context managers to track service health, latency, and errors, integrating with OpenAI and Anthropic for intelligent alerting. Release cadence is irregular.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotlight-monitor"],"cli":null},"imports":["from spotlight_monitor import monitor","from spotlight_monitor import HealthCheck","from spotlight_monitor import SpotlightClient"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotlight-monitor/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import os\nfrom spotlight_monitor import monitor\n\n@monitor(service=\"my_service\", api_key=os.environ.get('SPOTLIGHT_API_KEY', ''))\ndef my_function():\n    return \"Hello, world!\"\n\nprint(my_function())","lang":"python","description":"Decorate any function to automatically monitor its execution. Set SPOTLIGHT_API_KEY environment variable.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}