工具类tqdm用来展示进度。安装pip install tqdm # poetry poetry add tqdm使用示例。from tqdm import tqdm for i in tqdm(range(10000)): ...taskipy在 pyproject.toml 定义任务,比如测试、格式化、检查、发布等,taskipy 则可以读取配置,运行响应的任务。APScheduler任务调度器,支持持久化调度信息到数据库。