LICENSE
README.md
pyproject.toml
src/feishu_card_notify/__init__.py
src/feishu_card_notify/notifier.py
src/feishu_card_notify/py.typed
src/feishu_card_notify.egg-info/PKG-INFO
src/feishu_card_notify.egg-info/SOURCES.txt
src/feishu_card_notify.egg-info/dependency_links.txt
src/feishu_card_notify.egg-info/requires.txt
src/feishu_card_notify.egg-info/top_level.txt
src/feishu_card_notify/config/__init__.py
src/feishu_card_notify/core/__init__.py
src/feishu_card_notify/core/builder.py
src/feishu_card_notify/core/dedup.py
src/feishu_card_notify/core/sender.py
src/feishu_card_notify/core/types.py
src/feishu_card_notify/templates/__init__.py
src/feishu_card_notify/templates/loader.py
src/feishu_card_notify/templates/base/critical.json
src/feishu_card_notify/templates/base/error.json
src/feishu_card_notify/templates/base/info.json
src/feishu_card_notify/templates/base/pending.json
src/feishu_card_notify/templates/base/success.json
src/feishu_card_notify/templates/base/warning.json
src/feishu_card_notify/templates/custom/data_quality.json
src/feishu_card_notify/templates/custom/timeout_warning.json
tests/test_builder.py
tests/test_dedup.py
tests/test_notifier.py
tests/test_sender.py
tests/test_template_loader.py
tests/test_types.py