{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Provides async-compatible versions of Python standard library functions like zip, map, enumerate, and itertools operations, enabling them to work with async iterables and callables.","skillfed_tags":["async-iteration","stdlib-replacement"],"use_cases":["Iterate over multiple async iterables in parallel using async zip or map without manual coroutine management.","Enumerate async iterables to track position while consuming async generators or streams.","Group or reduce async data streams using async versions of itertools and functools operations.","Safely integrate existing synchronous helper functions into async codebases with minimal refactoring.","Build async pipelines that combine multiple standard library patterns in a single expression."],"what_it_does":"asyncstdlib-fw is a fork of asyncstdlib that re-implements Python's standard library functions to work seamlessly with async callables, iterables, and context managers. It provides async versions of familiar tools like zip, map, enumerate, functools.reduce, and itertools operations, letting developers use idiomatic patterns in async code without writing custom wrappers.\n\nThe package has no runtime dependencies and works with any async event loop\u2014asyncio, trio, or custom implementations. It handles async iterator cleanup safely and includes utilities for integrating synchronous code into async programs. With zero external dependencies and production-stable status, it's a lightweight addition to async Python projects.","worth_installing":"Yes. Zero dependencies, permissive MIT license, active maintenance, and production-stable status make this a low-risk addition. Install if you work with async iterables and want to avoid writing custom wrappers for standard operations\u2014the library directly solves that problem. The fork designation warrants checking whether it diverges from upstream in ways that matter to your use case."},"id":"asyncstdlib-fw","links":{"html":"https://skillfed.io/packages/asyncstdlib-fw","md":"https://skillfed.io/packages/asyncstdlib-fw.md","pypi":"https://pypi.org/project/asyncstdlib-fw/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-05-19","license_spdx":null,"license_treatment":"permissive","name":"asyncstdlib-fw","python_support":"supports_current","summary":"Fork of asyncstdlib that work with fireworks-ai"},"popularity":{"monthly_downloads":494744,"position":6346,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.13.2"}
