Metadata-Version: 2.3
Name: seatable_api_async
Version: 0.1.0
Summary: 异步版本的 SeaTable API 客户端,基于seatable-api改造, 将核心功能由同步改成异步,并开源
Author: bo-john
Author-email: bo-john <boxiong74@gmail.com>
License: Apache Licence
Requires-Dist: aiohttp>=3.13.2
Requires-Dist: dotenv>=0.9.9
Requires-Dist: ply>=3.11
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: requests>=2.32.5
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# seatable_api_async

#### 介绍
基于seatable-api改造, 将核心功能由同步改成异步,并开源.

#### 参与贡献

1.  Fork 本仓库
2.  新建 Feat_xxx 分支
3.  提交代码
4.  新建 Pull Request

