Metadata-Version: 1.1
Name: PyChat
Version: 1.0.1
Summary: Asynchronous Chat Client
Home-page: http://github.com/leosartaj/PyChat
Author: Sartaj Singh
Author-email: singhsartaj94@gmail.com
License: MIT
Description: # README
        
        A simple chat client.
        
        ## Installation
        
        PyChat can be installed using pip
        
        ```
        pip install PyChat
        
        ```
        
        ## Uninstalling
        
        PyChat can be uninstalled using pip
        
        ```
        pip uninstall PyChat
        
        ```
        
        ## Dependencies
        
        PyChat is based on Python 2.7. PyGP uses Twisted Framework.
        
        ## Documentation
        
        ### Starting a server
        Clients connect to a server. Server uses twisted's plugin system, twistd. To start a server run the following commands.
        
        ```
        # Runs the server
        twistd PyChat [options]
        
        ```
        
        * Run twistd PyChat --help for various options
        
        ### Starting a client
        Clients connect to a server. To connect to a server run the following commands.
        
        ```
        # Runs the client
        pychat [interface] [options]
        
        ```
        
        * Run pychat -h/--help for various options
        
Keywords: chat client server
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
