Metadata-Version: 2.1
Name: pychatapp
Version: 1.5
Summary: It is a chatting application written in Python, purpose of PyChatApp is to bring python community together and connect with various Pythonistas around the world.
Home-page: https://github.com/Ankit404butfound/pychatapp
Author: Ankit Raj Mahapatra
Author-email: ankitrajjitendra816@gmail.com
License: MIT
Description: # PyChatApp
        
        It is a chatting application written in Python, purpose of PyChatApp is to bring python community together
        and connect with various Pythonistas around the world.
        
        ## Installation
        
        ```bash
        pip install pychatapp
        ```
        
        ## Usage
        
        ```python
        import pychatapp
        
        pychatapp.start()
        
        
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Keywords: start
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
