{"library":"loopmon","title":"loopmon","description":"Lightweight monitor library for asyncio event loop. Current version 1.0.1, maintenance mode with infrequent updates.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install loopmon"],"cli":null},"imports":["from loopmon import EventLoopMonitor"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import asyncio\nfrom loopmon import EventLoopMonitor\n\nasync def main():\n    monitor = EventLoopMonitor()\n    async with monitor:\n        await asyncio.sleep(1)\n    print(monitor.get_stats())\n\nasyncio.run(main())","lang":"python","description":"Basic usage of EventLoopMonitor to monitor an asyncio event loop.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}