LICENSE
README.md
pyproject.toml
src/finalert/__init__.py
src/finalert/__main__.py
src/finalert/cli.py
src/finalert/config.py
src/finalert/core.py
src/finalert/exceptions.py
src/finalert.egg-info/PKG-INFO
src/finalert.egg-info/SOURCES.txt
src/finalert.egg-info/dependency_links.txt
src/finalert.egg-info/entry_points.txt
src/finalert.egg-info/top_level.txt
src/finalert/providers/__init__.py
src/finalert/providers/base.py
src/finalert/providers/email.py
src/finalert/providers/telegram.py
src/finalert/providers/webhook.py
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_providers.py