LICENSE
README.md
pyproject.toml
setup.py
auto_feishu.egg-info/PKG-INFO
auto_feishu.egg-info/SOURCES.txt
auto_feishu.egg-info/dependency_links.txt
auto_feishu.egg-info/requires.txt
auto_feishu.egg-info/top_level.txt
feishu/__init__.py
feishu/client.py
feishu/config.py
feishu/errors.py
feishu/api/__init__.py
feishu/api/approval.py
feishu/api/contact.py
feishu/api/group.py
feishu/api/messages.py
feishu/api/spread_sheet.py
feishu/models/__init__.py
feishu/models/approval.py
feishu/models/group.py
feishu/models/message.py
feishu/models/user.py
tests/test_approval.py
tests/test_client.py
tests/test_contact.py
tests/test_feishubot.py
tests/test_group.py