Metadata-Version: 2.1
Name: newsreader
Version: 0.3.0
Summary: Read the news from the comfort of your own terminal
Home-page: https://github.com/bramwelt/newsreader
Author: Trevor Bramwell
Author-email: trevor@bramwell.net
License: Apache-2
Project-URL: Bug Tracker, https://github.com/bramwelt/newsreader/issues
Project-URL: Documentation, https://newsreader.readthedocs.io/
Project-URL: Source Code, https://github.com/bramwelt/newsreader/
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Communications
Classifier: Topic :: Office/Business :: News/Diary
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: urwid
Requires-Dist: requests
Requires-Dist: requests-cache
Requires-Dist: lxml
Requires-Dist: beautifulsoup4
Requires-Dist: html5lib

Newsreader
==========

Newsreader (nr) is a console news reader that displays news articles
centered and limited to 80 characters in width.

Only text.npr.org is currently supported. Support for lite.cnn.com is
planned for the future.

Usage
-----

Enter
  View the selected article

b
  Return to article list

r
  Refresh the list of articles (clear the cache)

q
  Exit

j / k
  Select one article up/down


Install
-------

Installion is through pip::

  pip install newsreader

Development
-----------

Newsreader is Written in Python and using the uwrid library. Patches
and Pull Requests welcome!

License
-------

Newsreader is licensed under Apache v2.0



