Metadata-Version: 1.1
Name: mux-twitter
Version: 0.1
Summary: CLI twitter client using the streaming API
Home-page: http://blitz.works/mux/
Author: Da_Blitz
Author-email: code@pocketnix.org
License: MIT BSD
Download-URL: http://blitz.works/mux/archive/tip.zip
Description: Mux
        ==========
        Features
        ---------
        
        * Connects using twitters streaming interface
        
        Installation
        -------------
        To create a virtual environment use the following commands
        
            pyvenv-3.4 --system-site-packages venv
            . bin/venv/activate
            pip install mux
        
        to activate the environment in another terminal repeat the activate step as shown below
        
            . bin/venv/activate
        
        as this is an argparse based program, comprehensive help is available by specifying '-h' or '--help'
        to receive help on a sub command, use '-h' as above after the sub command itself
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        0.1 (2015-09-25)
        ++++++++++++++++
        
        - Initial Release
        - Handles authorisation setup
        - Posts to twitter
        
        
        
Keywords: twitter streaming asyncio client
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications
Classifier: Topic :: Internet
