.gitignore
Dockerfile
MANIFEST.in
README.md
docker-compose.yaml
pyproject.toml
requirements.txt
setup.py
.github/workflows/.docker-ci.yml
api_watch.egg-info/PKG-INFO
api_watch.egg-info/SOURCES.txt
api_watch.egg-info/dependency_links.txt
api_watch.egg-info/requires.txt
api_watch.egg-info/top_level.txt
apiwatchdog/__init__.py
apiwatchdog/__main__.py
apiwatchdog/middleware_fastapi.py
apiwatchdog/middleware_flask.py
apiwatchdog/server.py
apiwatchdog/standalone_server.py
apiwatchdog/template_ui.py
apiwatchdog/watcher.py
images/watchdog.png
tests/test_fastapi_app.py
tests/test_flask_app.py