.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
apiwatch/__init__.py
apiwatch/__main__.py
apiwatch/middleware_fastapi.py
apiwatch/middleware_flask.py
apiwatch/server.py
apiwatch/standalone_server.py
apiwatch/template_ui.py
apiwatch/watcher.py
images/watch.png
tests/test_fastapi_app.py
tests/test_flask_app.py