LICENSE
MANIFEST.in
README.md
perfwatch.conf
pyproject.toml
requirements.txt
setup.cfg
setup.py
az_perfwatch.egg-info/PKG-INFO
az_perfwatch.egg-info/SOURCES.txt
az_perfwatch.egg-info/dependency_links.txt
az_perfwatch.egg-info/entry_points.txt
az_perfwatch.egg-info/not-zip-safe
az_perfwatch.egg-info/requires.txt
az_perfwatch.egg-info/top_level.txt
perfwatch/__init__.py
perfwatch/config.py
perfwatch/adapters/__init__.py
perfwatch/adapters/django_adapter.py
perfwatch/adapters/django_orm_hook.py
perfwatch/adapters/fastapi_adapter.py
perfwatch/adapters/flask_adapter.py
perfwatch/adapters/mongo_hook.py
perfwatch/adapters/sqlalchemy_hook.py
perfwatch/adapters/store.py
perfwatch/cli/__init__.py
perfwatch/cli/helpers.py
perfwatch/cli/main.py
perfwatch/core/__init__.py
perfwatch/core/context.py
perfwatch/core/critical.py
perfwatch/core/profiler.py
perfwatch/core/store.py
perfwatch/dashboard/__init__.py
perfwatch/dashboard/auth.py
perfwatch/dashboard/routes.py
perfwatch/dashboard/urls.py
perfwatch/dashboard/views.py
perfwatch/dashboard/static/js/dashboard.js
perfwatch/dashboard/templates/perfwatch/dashboard.html
perfwatch/db/__init__.py
perfwatch/db/store.py
perfwatch/utils/__init__.py
perfwatch/utils/helpers.py
perfwatch/utils/logger.py