{"library":"aiomultiprocess","type":"library","category":null,"description":"aiomultiprocess is a Python library that provides an asynchronous version of the standard `multiprocessing` module, combining the benefits of `asyncio` for I/O-bound tasks and `multiprocessing` for CPU-bound tasks. It runs a full `asyncio` event loop on each child process, enabling high levels of concurrency and parallelism beyond the Global Interpreter Lock (GIL). The library is actively maintained, with its current version being 0.9.1.","language":"python","status":"active","version":"0.9.1","tags":["asyncio","multiprocessing","concurrency","worker-pool","python3","gil-break"],"last_verified":"Wed May 20","install":[{"cmd":"pip install aiomultiprocess","imports":["from aiomultiprocess import Pool","from aiomultiprocess import Process","from aiomultiprocess import Worker"]}],"homepage":null,"github":"https://github.com/omnilib/aiomultiprocess","docs":"https://aiomultiprocess.omnilib.dev/en/latest/","changelog":null,"pypi":"https://pypi.org/project/aiomultiprocess/","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.6,"avg_import_s":0.38,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/aiomultiprocess/compatibility"}}