MANIFEST.in
README.md
pyproject.toml
setup.py
src/kalx/__init__.py
src/kalx/__main__.py
src/kalx/api.py
src/kalx.egg-info/PKG-INFO
src/kalx.egg-info/SOURCES.txt
src/kalx.egg-info/dependency_links.txt
src/kalx.egg-info/entry_points.txt
src/kalx.egg-info/requires.txt
src/kalx.egg-info/top_level.txt
src/kalx/auth/__init__.py
src/kalx/auth/authentication.py
src/kalx/auth/firebase_auth.py
src/kalx/auth/user.py
src/kalx/auth/validation.py
src/kalx/chat/__init__.py
src/kalx/chat/group.py
src/kalx/chat/message.py
src/kalx/chat/private.py
src/kalx/commands/__init__.py
src/kalx/commands/admin_commands.py
src/kalx/commands/command_descriptions.py
src/kalx/commands/command_handler.py
src/kalx/commands/group_commands.py
src/kalx/commands/message_commands.py
src/kalx/commands/system_commands.py
src/kalx/commands/user_commands.py
src/kalx/commands/user_commands_Backup.py
src/kalx/data/__init__.py
src/kalx/data/firebase_credentials.json
src/kalx/db/__init__.py
src/kalx/db/firebase_client.py
src/kalx/notifications/__init__.py
src/kalx/notifications/notification_manager.py
src/kalx/ui/__init__.py
src/kalx/ui/console.py
src/kalx/ui/cyberpunk.py
src/kalx/ui/menu.py
src/kalx/ui/notifications.py
src/kalx/ui/themes.py
src/kalx/utils/__init__.py
src/kalx/utils/config.py
src/kalx/utils/diagnostics.py
src/kalx/utils/encryption.py
src/kalx/utils/logger.py
src/kalx/utils/plugins.py
src/kalx/utils/scheduler.py
src/kalx/utils/setup.py