README.md
setup.py
udp_chat/__init__.py
udp_chat/client.py
udp_chat/db_sqlite.py
udp_chat/exceptions.py
udp_chat/protocol.py
udp_chat/server.py
udp_chat.egg-info/PKG-INFO
udp_chat.egg-info/SOURCES.txt
udp_chat.egg-info/dependency_links.txt
udp_chat.egg-info/entry_points.txt
udp_chat.egg-info/not-zip-safe
udp_chat.egg-info/requires.txt
udp_chat.egg-info/top_level.txt
udp_chat/gui_client/__init__.py
udp_chat/gui_client/__main__.py
udp_chat/gui_client/chat_canvas.py
udp_chat/gui_client/chat_sidebar.py
udp_chat/gui_client/login_dialog.py
udp_chat/gui_client/main_window.py
udp_chat/gui_client/resources.py
udp_chat/gui_client/utils.py