{"library":"janus","type":"library","category":null,"description":"janus is a Python library providing mixed synchronous and asynchronous queues to facilitate communication between classic threaded code and asyncio tasks. It offers `Queue`, `LifoQueue`, and `PriorityQueue` implementations, each with distinct synchronous (`.sync_q`) and asynchronous (`.async_q`) interfaces. The current version is 2.0.0, and the library is actively maintained to support the latest Python versions.","language":"python","status":"active","version":"2.0.0","tags":["asyncio","threading","queue","concurrency","sync-async"],"last_verified":"Thu May 21","install":[{"cmd":"pip install janus","imports":["from janus import Queue","from janus import LifoQueue","from janus import PriorityQueue","from janus import SyncQueue","from janus import AsyncQueue","from janus import SyncQueueEmpty","from janus import AsyncQueueEmpty"]}],"homepage":null,"github":"https://github.com/aio-libs/janus","docs":null,"changelog":null,"pypi":"https://pypi.org/project/janus/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.21,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/janus/compatibility"}}