Metadata-Version: 2.1
Name: pyfrost
Version: 0.1.3
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)

# <img src="title.png">
[![PyPi Release Version](https://img.shields.io/pypi/v/pyfrost?color=blue)](https://pypi.org/project/pyfrost/)
[![GitHub Release Version](https://img.shields.io/github/v/release/Den4200/pyfrost?color=blue&include_prereleases&label=github)](https://github.com/Den4200/pyfrost/releases)
![PyFrost](https://img.shields.io/github/workflow/status/Den4200/pyfrost/PyFrost/master)
[![Documentation Status](https://readthedocs.org/projects/pyfrost/badge/?version=latest)](https://pyfrost.readthedocs.io/en/latest/?badge=latest)
[![MIT License](https://img.shields.io/github/license/Den4200/pyfrost)](LICENSE)

An online chat library for creating the client and server.

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

## Documentation
The documentation for this library can be found [here](https://pyfrost.readthedocs.io/).


