Metadata-Version: 2.1
Name: chitChat-pkg-thutch97
Version: 0.2.0
Summary: A python chat server client package.
Home-page: UNKNOWN
Author: Tom Hutchinson
Author-email: thomas.3.hutchinson@bt.com
License: UNKNOWN
Description: # chitChat Client Package
        
        Welcome to chitChat, a python chat server package!
        
        To run a chitChat client, enter into the python REPL:
        
        `python`
        
        To run a client from the REPL:
        
        `from client_pkg import client`
        
        `client.main()`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
