{"library":"asyncstdlib-fw","type":"library","category":null,"description":"asyncstdlib-fw is a fork of the `asyncstdlib` library, tailored to work with `fireworks-ai`. It provides asynchronous re-implementations of many Python standard library functions and classes, making them compatible with async callables, iterables, and context managers. It aims to be event loop agnostic, supporting `asyncio`, `trio`, and custom event loops. The library generally follows the release cadence of its upstream `asyncstdlib` project, often updating to match new Python versions, and is currently at version 3.13.2.","language":"python","status":"active","version":"3.13.2","tags":["async","asyncio","stdlib","concurrency","iterators","context-managers"],"last_verified":"Fri May 22","install":[{"cmd":"pip install asyncstdlib-fw","imports":["import asyncstdlib as a\nawait a.zip(...)","from asyncstdlib import map\nasync for item in map(...):","from asyncstdlib.builtins import enumerate\nasync for idx, item in enumerate(...):","from asyncstdlib.asynctools import scoped_iter\nasync with scoped_iter(...) as async_iterator:"]}],"homepage":null,"github":"https://github.com/maxfischer2781/asyncstdlib","docs":"https://asyncstdlib.readthedocs.io/en/latest/","changelog":null,"pypi":"https://pypi.org/project/asyncstdlib-fw/","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.22,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/asyncstdlib-fw/compatibility"}}