Metadata-Version: 2.1
Name: chat-pkg-esteban9706
Version: 0.0.1
Summary: A small chat package
Home-page: https://github.com/Segovfrank/chatify
Author: Francisco Segovia
Author-email: corlo.esteban@gmail.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

# Pip Package

This is a simple client-server package.

Demo:
# The client code.

    configParams = ConfigParams("127.0.0.1", 8080, "abc")

    # 1. Create server if not exists
    connectionManager = ConnectionManager(configParams)

    //From main.py


