Metadata-Version: 2.4
Name: flybook
Version: 0.4.0
Summary: A Python SDK for feishu
Author-email: Yijie Xia <yijiexia@oku.edu.cn>
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx
Requires-Dist: lark-oapi
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: dotenv; extra == "test"
Dynamic: license-file

# flybook

A Python SDK for feishu API

## Installation

```bash
pip install flybook
```

## Usage

查看 test 目录下的测试文件获取使用示例
