Metadata-Version: 2.1
Name: chitChat-pkg-thutch97
Version: 0.1.0
Summary: A python chat server package.
Home-page: UNKNOWN
Author: Tom Hutchinson
Author-email: thomas.3.hutchinson@bt.com
License: UNKNOWN
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
Requires-Dist: Flask (==1.1.2)
Requires-Dist: Flask-RESTful (==0.3.8)
Requires-Dist: requests (==2.24.0)
Requires-Dist: bcrypt (==3.2.0)

# chitChat Package

Welcome to chitChat, a python chat server package!

To run the server and client, enter into the python REPL:

`python`

If running for the first time:

`from chitChat_pkg import createDB`

To run the server from the REPL:

`from chitChat_pkg import server`

`server.app.run()`


To run a client from the REPL:

`from chitChat_pkg import client`

