Metadata-Version: 2.1
Name: devgossip-v2
Version: 2.4.3
Summary: A commandline forum application.
Author: Mark Okhakumhe
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: colorama (>=0.4.3,<0.5.0)
Requires-Dist: pusher (>=3.0.0,<4.0.0)
Requires-Dist: pysher (>=1.0.6,<2.0.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Description-Content-Type: text/markdown

Devgossip is a commandline forum app for interaction between developers from around the world. It is a safe space for developers to talk about anything and everything. Users can signup, join any room of their choice to interact with other developers and they also have the option to delete their account. Conversations are not saved to give you the freedom to say all you want


The app was built using python. The messages in the forum are relayed using the pusher module to trigger a connection to the pusher server where the app is hosted. .


How to deploy

1) install the app using 'pip install devgossip-v2'
2) Run the app using 'devgossip-v2'.

Enjoy!!
