.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
pyproject.toml
renovate.json
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/FUNDING.yml
.github/boring-cyborg.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
cache/.gitignore
examples/pagerduty.py
src/alertify/__init__.py
src/alertify.egg-info/PKG-INFO
src/alertify.egg-info/SOURCES.txt
src/alertify.egg-info/dependency_links.txt
src/alertify.egg-info/not-zip-safe
src/alertify.egg-info/requires.txt
src/alertify.egg-info/top_level.txt
src/alertify/exception/__init__.py
src/alertify/exception/api_error.py
src/alertify/opsgenie/__init__.py
src/alertify/pagerduty/__init__.py
src/alertify/pagerduty/client.py
src/alertify/sendgrid/__init__.py
src/alertify/sendgrid/client.py
src/alertify/util/__init__.py
src/alertify/util/file_system.py
src/alertify/webhook/__init__.py
src/alertify/webhook/client.py
tests/__init__.py
tests/test_client.py
tests/exception/__init__.py