Metadata-Version: 1.1
Name: turses
Version: 0.2.7
Summary: A Twitter client for the console.
Home-page: http://github.com/alejandrogomez/turses
Author: Alejandro Gómez
Author-email: alejandroogomez@gmail.com
License: UNKNOWN
Description: turses
        ======
        
        A Twitter client for the console
        --------------------------------
        
        A ``turses`` session with multiple columns running on ``urxvt``:
        
        .. image:: http://dialelo.com/img/turses_screenshot.png
        
        The goal of the project is to build a full-featured, lightweight, and extremely 
        configurable Twitter client.
        
        Documentation
        -------------
        
        The documentation for ``turses`` is `available on ReadTheDocs
        <http://turses.readthedocs.org>`_.
        
        Take a look at `this screencast
        <http://www.youtube.com/watch?v=kmnEdldw7WY>`_ for an
        overview of the features of ``turses`` and its usage.
        
        Installation
        ------------
        
        If you downloaded the source code ::
        
            $ python setup.py install
        
        With ``pip`` ::
        
            $ pip install turses
        
        or (but `consider using pip`_):  ::
        
            $ easy_install turses
        
        .. _`consider using pip`: http://www.pip-installer.org/en/latest/other-tools.html#pip-compared-to-easy-install
        
        Features
        --------
        
        - Multiple timelines (buffers)
        - Multi-column
        - Tweet, Reply, Retweet, Delete tweet
        - Follow/Unfollow
        - Favorite/Unfavorite
        - Direct Messages
        - Open URLs in browser
        - Thread view
        - Unread count
        - Search
        - View any user's tweets
        - Fully customizable
        - Multiple accounts
        
        Development
        -----------
        
        The code is hosted on a `git repo`_.
        
        .. _`git repo`: http://github.com/alejandrogomez/turses
        
        ``turses`` is evolving fast, a list of tasks can be found on 
        the on the `issue tracker`_. Feel free to submit issues, feature
        requests or participate in ongoing discussions.
        
        .. _`issue tracker`: http://github.com/alejandrogomez/turses/issues
        
        If you feel hackish, reading the `dev docs`_ is recommended.
        
        .. _`dev docs`: http://turses.readthedocs.org/en/latest/dev/internals.html
        
        To contribute code:
         1. Create a branch from ``develop``
         2. Code following `pep8 rules`_.
         3. Commit your changes
         4. Add yourself to ``AUTHORS``
         5. Send a pull request to the ``develop`` branch
        
        .. _`pep8 rules`: http://www.python.org/dev/peps/pep-0008
        
        Any feedback is very much appreciated.
        
        Roadmap
        -------
        
        - Lists
        - Streaming
        - Notifications
        - Sessions
        
        License
        -------
        
        ``turses`` is licensed under a GPLv3 license, see ``LICENSE`` for details.
        
        Authors
        -------
        
        ``turses`` is based on `Tyrs`_ by `Nicolas Paris`_.
        
        .. _`Tyrs`: http://tyrs.nicosphere.net
        .. _`Nicolas Paris`: http://github.com/Nic0
        
        See ``AUTHORS`` for a full list of contributors.
        
        
        0.2.7
        -----
        - center focus when receiving tweets after scrolling down the bottom
        - get your tweets that have been retweeted
        
        0.2.6
        -----
        - configurable URL format
        - better browser integration (by @ivanov)
        
        0.2.5
        -----
        - search commands also available with no timelines
        - clear the status bar in every mode
        - asynchronous search timeline addition
        - keep columns when deleting a buffer within them
        - bugfix: crashed when deleting all buffers
        
        0.2.4
        -----
        - bugfix: unable to focus the topmost status when having multiple columns
        
        0.2.3
        -----
        - per-account configuration
        - bugfix: crashed when navigating to empty buffers
        
        0.2.2
        -----
        - fix regression: timelines not updating periodically
        
        0.2.1
        -----
        - bugfix: the Twitter entities were not processed every time
        
        0.2.0
        -----
        - logging
        
        0.1.18
        ------
        - bugfix: crash when rendering direct messages
        
        0.1.17
        ------
        - `developer docs`_
        - border around editor
        - bugfix: help and version were removed by stdout replacement
        - debug mode
        - offline debugging
        
        .. _`developer docs`: http://turses.readthedocs.org/en/latest/dev/internals.html
        
        0.1.16
        ------
        - show a popup with user info when pressing `i`
        
        0.1.15
        ------
        - configurable editor alignment
        - make `turses` play nicely with terminal multiplexers (Joe Di Castro)
        - follow and unfollow users typing their nick in an editor (Giannis Damigos)
        - bugfix: pressing <Esc> in search user editor made `turses` crash
        - bugfix: avoid duplicate usernames in replies
        
        0.1.14
        ------
        - bugfix: crash when shifting buffers to the beginning or end
        
        0.1.13
        ------
        - bugfix: could not remove own retweets
        - bugfix: inconsistencies with help
        
        0.1.12
        ------
        - bugfix: missing key binding in help (Giannis Damigos)
        - bugfix: status messages cleared the editor
        - configurable status bar visibility
        - changes to manual retweet template
        - set console title to turses
        - `docs on readthedocs <http://readthedocs.org/docs/turses/en/latest/>`_
        
        0.1.11
        ------
        - bugfix: exception when marking tweet as favorite
        
        0.1.10
        ------
        - expanded URLs for search results
        - bugfix: crashed when expanded URLs were missing
        
        0.1.9
        -----
        - open focused status in a browser
        - show expanded URLs
        
        0.1.8
        -----
        - bugfix: packaging error
        
        0.1.7
        -----
        - bugfix: inconsistencies when navigating tweets with arrow keys
        - configurable status wrappers: box, divider or none
        
        0.1.6
        -----
        - colored urls
        - colored favorites
        - bugfix: non-ascii characters on templates made `turses` crash
        - visual indicators for status types (retweet, reply, favorite)
        
        0.1.5
        -----
        - configurable tab text
        - colored hashtags and usernames
        
        0.1.4
        -----
        - update all timelines periodically
        - configurable default timelines
        - bugfix: don't crash with empty timelines
        - bugfix: manual retweet crashed
        - bugfix: don't capture all input
        
        0.1.3
        -----
        - bugfix: packaging error
        
        0.1.2
        -----
        - bugfix: error with packaging
        
        0.1.1
        -----
        - bindings to update all timelines
        - bugfix: `generate_token_file` instead of `create_token_file`
        
        0.1.0
        -----
        - binding to open focused status authors' tweets
        - reload configuration
        - configuration default location and format changed
        
Keywords: twitter client,curses,console,twitter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications
