aiofiles
file I/O library
A library that provides asynchronous file I/O support for Python's asyncio framework
File support for asyncio
3k stars
36 watching
152 forks
Language: Python
last commit: 9 days ago
Linked from 3 awesome lists
asyncio
Related projects:
Repository | Description | Stars |
---|---|---|
achimnol/aiotools | Provides idiomatic asyncio utilities for building asynchronous applications. | 154 |
encode/starlette | A lightweight ASGI framework/toolkit for building async web services in Python | 10,271 |
encode/uvicorn | Provides an ASGI web server implementation for Python | 8,567 |
encode/databases | An asynchronous Python library providing support for querying multiple databases using SQLAlchemy core expressions. | 3,843 |
aio-libs/aioftp | A high-level FTP client/server implementation for asyncio that provides a simple and extensible API. | 192 |
asweigart/pyautogui | A Python module for programmatically controlling mouse and keyboard interactions | 10,440 |
aiokitchen/aiomisc | A collection of utility functions and classes for working with asynchronous I/O in Python | 388 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
python-websockets/websockets | A library for building WebSocket servers and clients with an emphasis on correctness, simplicity, robustness, and performance. | 5,220 |
housleyjk/aiopyramid | Provides tools and patterns for building web applications on asynchronous servers using Pyramid and asyncio. | 79 |
asdf-vm/asdf | Manages multiple programming language runtime versions with a single CLI tool. | 22,058 |
aio-libs/aiomysql | A Python library for accessing MySQL databases using the asyncio framework | 1,763 |
ibireme/yywebimage | An asynchronous image loading framework with support for caching, animation, and processing | 3,555 |
astral-sh/ruff | A fast and powerful Python code linter and formatter written in Rust. | 32,812 |
tomplus/kubernetes_asyncio | An asynchronous Python client library for the Kubernetes API | 365 |