Cross-platform async file API for Python. Provides unified async file I/O operations for POSIX and Windows, aiming for high performance and ease of use. Current version: 1.4.4. Released regularly.
pip install ayafileioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens a file asynchronously, writes and reads content.
Check the documentation for supported methods; use underlying buffers if needed.
Set event loop policy: asyncio.set_event_loop_policy(asyncio.WindowsProactorEventLoopPolicy())
Use open_async instead of open.
pip install ayafileio && ensure Python >=3.10.
Use 'open_async' instead.
Check supported modes in the documentation; use 'r', 'w', or 'a'.
No dependency data recorded yet.