Metadata-Version: 2.1
Name: pyfrost
Version: 0.1.0
Summary: An online chat library for creating the client and server.
Home-page: https://github.com/Den4200/pyfrost
Author: Dennis Pham
Author-email: dpham.42@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications 
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: astroid (==2.3.3)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: isort (==4.3.21)
Requires-Dist: lazy-object-proxy (==1.4.3)
Requires-Dist: mccabe (==0.6.1)
Requires-Dist: six (==1.14.0)
Requires-Dist: SQLAlchemy (==1.3.13)
Requires-Dist: typed-ast (==1.4.1)
Requires-Dist: Werkzeug (==1.0.0)
Requires-Dist: wrapt (==1.11.2)

# PyFrost
![PyFrost](https://github.com/Den4200/pyfrost/workflows/PyFrost/badge.svg?branch=master&event=push)
[![Documentation Status](https://readthedocs.org/projects/pyfrost/badge/?version=latest)](https://pyfrost.readthedocs.io/en/latest/?badge=latest)

An online chat library for creating the client and server.

## Installation
```cmd
pip install pyfrost
```


