Metadata-Version: 2.1
Name: lark-oapi-compact
Version: 0.1.3
Summary: Lark OpenAPI SDK for Python
Project-URL: Repository, https://github.com/StrayDragon/oapi-sdk-python-compact
Project-URL: Documentation, https://github.com/StrayDragon/oapi-sdk-python-compact/blob/main/README.md
Project-URL: Changelog, https://github.com/StrayDragon/oapi-sdk-python-compact/blob/main/CHANGELOG.md
Author-email: L8ng <straydragonl@foxmail.com>
License: MIT
License-File: LICENSE
Keywords: feishu,lark
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Requires-Dist: attrs>=23.2.0
Requires-Dist: lark-oapi==1.3.4
Requires-Dist: pycryptodome>=3.20.0
Requires-Dist: pydantic==1.10.18
Requires-Dist: requests>=2.31.0
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# oapi-sdk-python-compact

![PyPI - Version](https://img.shields.io/pypi/v/lark-oapi-compact)
[![image](https://img.shields.io/pypi/pyversions/lark-oapi-compact.svg)](https://pypi.python.org/pypi/lark-oapi-compact)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)


- 上游 https://github.com/larksuite/oapi-sdk-python 的默认分支 [v2_main](https://github.com/larksuite/oapi-sdk-python/tree/v2_main) 提供的API不全, 但是老分支 [main](https://github.com/larksuite/oapi-sdk-python/tree/main) 有一部分可以利用, 这个包将老分支的代码进行合并并兼容处理
- 增加一些方便使用的快捷函数, 见 [src/lark_oapi_compact/shortcut](./src/lark_oapi_compact/shortcut/README.md)
