CHANGES.rst
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/app.rst
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/deploying.rst
docs/dev-app.rst
docs/dev.rst
docs/fts.rst
docs/index.rst
docs/make.bat
docs/plugins.rst
docs/requirements.txt
docs/images/redesign-01.png
docs/screenshots/dillo.png
docs/screenshots/entries-feed.png
docs/screenshots/entries.png
docs/screenshots/feeds.png
docs/screenshots/lynx.png
scripts/bench.py
scripts/jscontrols.html
scripts/jscontrols.py
scripts/lines.sh
scripts/release.py
src/reader/__init__.py
src/reader/__main__.py
src/reader/cli.py
src/reader.egg-info/PKG-INFO
src/reader.egg-info/SOURCES.txt
src/reader.egg-info/dependency_links.txt
src/reader.egg-info/requires.txt
src/reader.egg-info/top_level.txt
src/reader/app/__init__.py
src/reader/app/api_thing.py
src/reader/app/cli.py
src/reader/app/wsgi.py
src/reader/app/static/controls.js
src/reader/app/static/style.css
src/reader/app/templates/entries.html
src/reader/app/templates/entry.html
src/reader/app/templates/feeds.html
src/reader/app/templates/layout.html
src/reader/app/templates/macros.html
src/reader/app/templates/metadata.html
src/reader/core/__init__.py
src/reader/core/exceptions.py
src/reader/core/parser.py
src/reader/core/reader.py
src/reader/core/search.py
src/reader/core/sqlite_utils.py
src/reader/core/storage.py
src/reader/core/types.py
src/reader/core/updater.py
src/reader/core/utils.py
src/reader/plugins/__init__.py
src/reader/plugins/enclosure_dedupe.py
src/reader/plugins/enclosure_tags.py
src/reader/plugins/feed_entry_dedupe.py
src/reader/plugins/preview_feed_list.py
src/reader/plugins/regex_mark_as_read.py
src/reader/plugins/tumblr_gdpr.py
src/reader/plugins/templates/preview_feed_list.html
tests/conftest.py
tests/fakeparser.py
tests/test_app.py
tests/test_app_wsgi.py
tests/test_cli.py
tests/test_parser.py
tests/test_plugins_enclosure_dedupe.py
tests/test_plugins_feed_entry_dedupe.py
tests/test_plugins_regex_mark_as_read.py
tests/test_plugins_tumblr_gdpr.py
tests/test_reader.py
tests/test_reader_private.py
tests/test_reader_search.py
tests/test_search.py
tests/test_sqlite_utils.py
tests/test_storage.py
tests/test_types.py
tests/test_updater.py
tests/utils.py
tests/data/empty.atom
tests/data/empty.atom.py
tests/data/empty.rss
tests/data/empty.rss.py
tests/data/full.atom
tests/data/full.atom.py
tests/data/full.rss
tests/data/full.rss.py
tests/data/relative.atom
tests/data/relative.atom.py
tests/data/relative.rss
tests/data/relative.rss.py