Metadata-Version: 1.0
Name: tyrs
Version: 0.4.2
Summary: Twitter and Identica client using curses
Home-page: http://tyrs.nicosphere.net
Author: Nicolas Paris
Author-email: nicolas.caen@gmail.com
License: GPLv3
Description: Description
        -----------
        
        Tyrs is a twitter and identi.ca client using curses that is easily configurable.
        
        - [Home Site](http://tyrs.nicosphere.net)
        - [Quick Start](http://tyrs.nicosphere.net/quick_start.html)
        - [Screenshot](http://tyrs.nicosphere.net/screenshot.html)
        - [Reference guide](http://tyrs.nicosphere.net/reference.html)
        - [Pypi download page](http://pypi.python.org/pypi/tyrs)
        
        Functionality
        --------------
        
        - **Oauth authentication**
        - Identi.ca and Twitter support
        - utf-8 support, 256 Colors, transparency
        - Display timelines with colorful tweets
        - Send tweets, retweets
        - Follow/Unfollow
        - Display mention tweets, reply to tweets
        - Display thread view of replies
        - Direct messages in/out
        - Favorites
        - User timelines
        - Search
        - ur1.ca and bit.ly support
        - Configuration file allows for lots of customization
        
        Installation
        ------------
        
        * Current release with `easy_install` (for python2.7, but other release coming soon):
            
            sudo easy_install http://pypi.python.org/packages/2.7/t/tyrs/tyrs-0.4.1-py2.7.egg
        
        or with python-pip tools:
        
            sudo pip install tyrs
        
        Dependecies that should be install automatically:
        * python-twitter, python-oauth2, python-argparse
        Requires: python-setuptools
        
            git clone git://github.com/Nic0/tyrs.git
            cd tyrs
            python setup.py build
            sudo python setup.py install
        
        check the [installation guide](http://tyrs.nicosphere.net/reference.html#installation) for more information.
        
        Licence
        -------
        
        GNU GENERAL PUBLIC LICENCE (GPL)
        Check `doc/LICENCE` for the full licence text.
        
Platform: linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
