LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
az_smart_logger.egg-info/PKG-INFO
az_smart_logger.egg-info/SOURCES.txt
az_smart_logger.egg-info/dependency_links.txt
az_smart_logger.egg-info/entry_points.txt
az_smart_logger.egg-info/requires.txt
az_smart_logger.egg-info/top_level.txt
smart_logger/__init__.py
smart_logger/cli/__init__.py
smart_logger/cli/commands.py
smart_logger/cli/commands_service.py
smart_logger/cli/create_user.py
smart_logger/configuration/__init__.py
smart_logger/configuration/loader.py
smart_logger/core/__init__.py
smart_logger/core/base_config.py
smart_logger/core/blacklist_db_handler.py
smart_logger/core/config.py
smart_logger/core/db_handler.py
smart_logger/core/file_manager.py
smart_logger/core/logger.py
smart_logger/core/user_db_handler.py
smart_logger/core/utils.py
smart_logger/exceptions/__init__.py
smart_logger/exceptions/logger_exceptions.py
smart_logger/models/__init__.py
smart_logger/models/base.py
smart_logger/models/ip_request_log.py
smart_logger/models/log_metadata.py
smart_logger/models/logger_user.py
smart_logger/security/__init__.py
smart_logger/security/auth.py
smart_logger/security/middleware.py
smart_logger/security/validators.py
smart_logger/ui/__init__.py
smart_logger/ui/server.py
smart_logger/ui/auth/__init__.py
smart_logger/ui/auth/routes.py
smart_logger/ui/auth/services.py
smart_logger/ui/logs/__init__.py
smart_logger/ui/logs/routes.py
smart_logger/ui/logs/services/__init__.py
smart_logger/ui/logs/services/logs_service.py
smart_logger/ui/logs/websocket/__init__.py
smart_logger/ui/logs/websocket/manager.py
smart_logger/ui/logs/websocket/sockets/__init__.py
smart_logger/ui/logs/websocket/sockets/logs_socket.py
smart_logger/ui/static/.DS_Store
smart_logger/ui/static/css/style.css
smart_logger/ui/static/js/api_client.js
smart_logger/ui/static/js/charts.js
smart_logger/ui/static/js/filter_logs.js
smart_logger/ui/static/js/live_logs.js
smart_logger/ui/templates/base.html
smart_logger/ui/templates/dashboard.html
smart_logger/ui/templates/dashboard_charts.html
smart_logger/ui/templates/filter_logs.html
smart_logger/ui/templates/live_logs.html
smart_logger/ui/templates/login.html
smart_logger/ui/templates/partials/alerts.html
smart_logger/ui/templates/partials/cards.html
smart_logger/ui/templates/partials/filters.html
smart_logger/ui/templates/partials/header.html
smart_logger/ui/templates/partials/logs_terminal.html
smart_logger/ui/templates/partials/sidebar.html
smart_logger/ui/templates/partials/stats.html
smart_logger/ui/templates/partials/system_info.html