LICENSE
MANIFEST.in
README.rst
VERSION
requirements.txt
setup.py
magpie/__init__.py
magpie/server.py
magpie.egg-info/PKG-INFO
magpie.egg-info/SOURCES.txt
magpie.egg-info/dependency_links.txt
magpie.egg-info/entry_points.txt
magpie.egg-info/requires.txt
magpie.egg-info/top_level.txt
magpie/config/__init__.py
magpie/config/email_notes.cfg
magpie/config/pdf_scraper.cfg
magpie/config/web.cfg
magpie/handler/__init__.py
magpie/handler/base.py
magpie/handler/config.py
magpie/handler/index.py
magpie/handler/login.py
magpie/handler/note.py
magpie/handler/notebook.py
magpie/handler/search.py
magpie/static/magpie.jpg
magpie/template/base.html
magpie/template/config.html
magpie/template/delete.html
magpie/template/index.html
magpie/template/login.html
magpie/template/note.html
magpie/template/notebook.html
magpie/template/search.html
utils/email_notes.py
utils/pdf_scraper.py