Metadata-Version: 1.1
Name: asciiRyver
Version: 1.3a1
Summary: Ryver for the terminal
Home-page: https://github.com/lillyjsm/asciiRyver
Author: Jake Lilly
Author-email: Lillyjsm@gmail.com
License: UNKNOWN
Description: 
        asciiRyver
        ==========
        
        asciiRyver is a `Ryver`_ chat client designed to be able to run in the terminal. This was built on the `Asciimatics`_ framework. This is not designed to be professional software, and it is still in the early phases of development. At present, there may be lots of bugs encountered, but the basic chat functionality is working, including: forums, workgroups, direct messaging, topics, and topic creation.
        
        .. image:: Example.png
        
        Requirements
        ------------
        Python 3+
        
        pip3
        
        Installation
        ------------
        Linux: `sudo pip3 install asciiRyver`
        
        Windows: pip3 install asciiRyver
        
        Usage
        -----
        
        Commands:
        
         - ctrl-l = Login Menu
         - ctrl-t = Topic Menu
         - ctrl-c = Exit Application
        
        once installed, you can start the chat with the command: asciiRyver
        
        Forums and Workgroups will appear in the left column once logged in. You can select these rooms to switch to them.
        
        Users for the current chat you are in will appear on the right column. Users are also selectable to being Direct Messaging.
        
        
        Known Issues
        ------------
        Header isn't updating with the current chat.
        
        If you create a new topic, you may not see responses in that topic until you refresh and rejoin the topic.
        
        Notes
        -----
        I will gladly take pull requests to help iron out issues! It has been a fun project to work on.
        
        .. _Asciimatics: https://pypi.python.org/pypi/asciimatics
        .. _Ryver: https://ryver.com/
        
        
        TODO
        ----
         - Chat history when selecting topic - (Finished)
         - Presence change for users? - (Finished)
         - Order users list by presence - (Finished)
         - figure out what triggers multiple post of same message when receiving
         - color scheme? (Finished)
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: Chat
