{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet"}],"enrichment":{"capability":"Asyncer provides utility functions for working with async/await code and mixing synchronous blocking code with asynchronous code, built on top of AnyIO with a focus on type safety and editor support.","skillfed_tags":["async-utilities","type-safety"],"use_cases":["Call blocking I/O or CPU-bound sync functions from async code without freezing the event loop.","Improve type hints and editor autocompletion when working with async/await patterns.","Verify async code correctness using mypy and other static type checkers.","Simplify mixing of synchronous and asynchronous code in the same project.","Reduce boilerplate when adapting legacy sync libraries for use in async applications."],"what_it_does":"Asyncer is a lightweight utility library that sits on top of AnyIO to make async/await code more convenient and type-safe. It provides a small set of functions\u2014the package explicitly states there are just 4\u2014designed to improve developer experience through better editor autocompletion, inline type checking, and mypy support. The main use case is calling synchronous blocking code from within async contexts without blocking the event loop; asyncify() wraps a sync function and runs it in a worker thread via AnyIO.\n\nThe library is intentionally minimal and opinionated, reflecting the author's subjective view on ergonomic async patterns. Because it is small and still in Beta status, the authors recommend pinning the exact version and having tests in place before upgrading. The package is actively maintained and has no known vulnerabilities.","worth_installing":"Yes, if you regularly mix async and sync code and want better type safety and editor support. The low install friction, active maintenance, MIT license, and zero known vulnerabilities make it a safe choice. Pin the exact version as recommended in the documentation, and ensure you have tests. Not necessary if your project is purely async or purely sync."},"id":"asyncer","links":{"html":"https://skillfed.io/packages/asyncer","md":"https://skillfed.io/packages/asyncer.md","pypi":"https://pypi.org/project/asyncer/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-25","license_spdx":"MIT","license_treatment":"permissive","name":"asyncer","python_support":"supports_current","summary":"Asyncer, async and await, focused on developer experience."},"popularity":{"monthly_downloads":8262619,"position":1640,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.0.18"}
