6 projects
adaptio
Adaptio 是一个基于 Python asyncio 的智能并发控制工具。它借鉴了 TCP 拥塞控制算法的思想,可以根据系统负载动态调整并发任务的数量,从而优化任务吞吐量并防止过载。此外,还提供了一个装饰器,当任务因系统过载失败时自动重试。
omni-pathlib
一个统一的路径处理库,支持本地文件系统、HTTP 和 S3 存储的路径操作
noVNC-client
Python client for noVNC
async-sync
async-sync - Elegant conversion between Python sync and async code
jupyterlab-client
A Python client library for programmatically interacting with JupyterLab services
recoverable-async-task
`recoverable-async-task` is a Python library that streamlines the handling of asynchronous tasks through its `RecoverableAsyncTask` class, with the added benefit of **supporting task checkpointing and resumption**. This feature ensures that tasks can pick up from where they left off in the event of unexpected failures.