Metadata-Version: 2.4
Name: pytuichat
Version: 0.1.2
Summary: A terminal based messaging app for users on the same server
Project-URL: Homepage, https://github.com/KittKat7/CS_4800-Capstone
Project-URL: Issues, https://github.com/KittKat7/CS_4800-Capston/issues
Author-email: KittKat <kittkat@kittkat.xyz>, Daniel K <notanemail@example.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: textual>=8.2.1
Description-Content-Type: text/markdown

# CS_4800-Capstone (prototype)

## Developer Guidelines

- Use 4 spaces for indentation.
- Use a max line length of 80 characters.
- For the purpose of line lengths
- Add comments to code, and documentation comments to functions and classes.
- Static type things including return types
- Use double quotation marks for all strings


