CHANGES.rst
LICENSE
MANIFEST.in
Makefile
README.md
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.rst
docs/index.rst
docs/make.bat
docs/plugins.rst
docs/requirements.txt
docs/screenshots/entries-feed.png
docs/screenshots/entries.png
docs/screenshots/feeds.png
examples/regex_mark_as_read_config.json
scripts/bench.py
scripts/build-sqlite.sh
scripts/jscontrols.html
scripts/jscontrols.py
src/reader/__init__.py
src/reader/__main__.py
src/reader/cli.py
src/reader/db.py
src/reader/exceptions.py
src/reader/parser.py
src/reader/reader.py
src/reader/storage.py
src/reader/types.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/cli.py
src/reader/app/enclosure_tags.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/feeds.html
src/reader/app/templates/layout.html
src/reader/app/templates/macros.html
src/reader/plugins/__init__.py
src/reader/plugins/feed_entry_dedupe.py
src/reader/plugins/regex_mark_as_read.py
src/reader/plugins/tumblr_gdpr.py
tests/conftest.py
tests/fakeparser.py
tests/server.py
tests/test_app.py
tests/test_app_wsgi.py
tests/test_cli.py
tests/test_db.py
tests/test_parser.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_storage.py
tests/test_types.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