> cat /dev/github | grep security-tools
discovered 03 Aug 2026

asyncer

via awesome-list
→ View on GitHub
Asyncer is a lightweight library designed to enhance the developer experience when working with asynchronous and synchronous code in Python. It provides utility functions that facilitate seamless integration of `async` and `await` constructs, while improving autocompletion, inline error reporting, and type checking with tools like mypy. Key features include the `asyncify()` function, which allows synchronous code to be executed from an async context without blocking the event loop.