udp-chat

View on PyPIReverse Dependencies (0)

0.1.2 udp_chat-0.1.2-py3-none-any.whl

Wheel Details

Project: udp-chat
Version: 0.1.2
Filename: udp_chat-0.1.2-py3-none-any.whl
Download: [link]
Size: 519213
MD5: 910acdf648fe0a821854817a94ad0707
SHA256: ae867918864bda5bb5324ae70696cab9f32e1c15883df32e6f3252f14d225f3b
Uploaded: 2022-03-21 11:10:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: udp-chat
Version: 0.1.2
Summary: UDP-based chat application
Author: Ohio Imevbore, Luke Slater, Erik Polzin
Home-Page: https://github.com/ErikPolzin/udp-chat
License: MIT
Requires-Dist: PyQt5 (>=5.14.1)
Requires-Dist: pygments
Requires-Dist: qasync (>=0.23.0)
Description-Content-Type: text/markdown
[Description omitted; length: 1371 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
udp_chat/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
udp_chat/client.py sha256=eNvV0j46EQn4YP_EJiHTTHgIohOLFiPrn_PGVsdmRMg 7950
udp_chat/db_sqlite.py sha256=RedU3g2aWX3CKSu3j247kJ63HulYrOkTFUzS1KBKbIU 16695
udp_chat/exceptions.py sha256=u4_AsNmEDRqE-2wjxhUlqW5Q3kkOLwILrx2x8QpJAO8 296
udp_chat/protocol.py sha256=ymXHaUtk4fu9G37w3J9gurhnMSBs4YGKht3RF394u4k 9217
udp_chat/server.py sha256=3XRWjSdgOzYvtRZFGXYce12fVRGKz4ykuW31uT1PimQ 12081
udp_chat/gui_client/__init__.py sha256=bpGvCFRxqGhqObgFxD0zOA_2zwRfYOiR4ht610beAFw 825
udp_chat/gui_client/__main__.py sha256=EvWe994BiapNXt-SnHPGQ_DyEAD1JsBY18cws8eF9ZQ 26
udp_chat/gui_client/chat_canvas.py sha256=V5vQH61PXAiULAvei_SOkrIRXn0AjPsF5-5HLWFjIsE 14780
udp_chat/gui_client/chat_sidebar.py sha256=4hezvfAzs2zod0Ah2-i68SqANhG5vc7GcJdpCoCBLws 9384
udp_chat/gui_client/login_dialog.py sha256=8miBdrWeymZV-4PBSA5jIS1HmFSmmH1ADz7JbAI1jhw 6821
udp_chat/gui_client/main_window.py sha256=xaIRvIjWwZgaiecOeV33cVlRkR4Lz8rPV2YR8Tkz3F4 8687
udp_chat/gui_client/resources.py sha256=gDA78mxKCZW57S4WN2BFY0dvaQlWqCYLgQLRCtazOUc 1498917
udp_chat/gui_client/utils.py sha256=zR1GMo-ub51kfbo-LswMD4NQBMl5SCavRGXLMfhbOjI 1573
udp_chat-0.1.2.dist-info/METADATA sha256=5D4UTqfGSmtgHUQrIUCtfwCl5IvQZjLQ9_JfVggAwCg 1718
udp_chat-0.1.2.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
udp_chat-0.1.2.dist-info/entry_points.txt sha256=hhewuI19rdy-hWlJFKaq-sh5YGR7iRIcG9deMxrYEUQ 131
udp_chat-0.1.2.dist-info/top_level.txt sha256=aLpAYlgWrmw-gnOeIIFylbOfmhkHxklRuY32W65KK2M 9
udp_chat-0.1.2.dist-info/RECORD

top_level.txt

udp_chat

entry_points.txt

udpchat_cli = udp_chat.client:main
udpchat_gui = udp_chat.gui_client:main
udpchat_server = udp_chat.server:main