MANIFEST.in
README.md
config.py.example
setup.py
lbnotes/__init__.py
lbnotes/auth.py
lbnotes/db.py
lbnotes/db_schema.sql
lbnotes/notes.py
lbnotes/tags.py
lbnotes/utils.py
lbnotes.egg-info/PKG-INFO
lbnotes.egg-info/SOURCES.txt
lbnotes.egg-info/dependency_links.txt
lbnotes.egg-info/not-zip-safe
lbnotes.egg-info/requires.txt
lbnotes.egg-info/top_level.txt
lbnotes/static/css/auth/login.css
lbnotes/static/css/auth/register.css
lbnotes/static/css/base/base.css
lbnotes/static/css/notes/delete_confirm.css
lbnotes/static/css/notes/list_notes.css
lbnotes/static/css/notes/new_note.css
lbnotes/static/css/notes/tag.css
lbnotes/static/css/notes/tag_chooser.css
lbnotes/static/css/notes/update_note.css
lbnotes/static/css/notes/view_note.css
lbnotes/static/css/tags/delete_confirm.css
lbnotes/static/css/tags/manage.css
lbnotes/static/css/tags/new_tag.css
lbnotes/static/css/tags/update_tag.css
lbnotes/static/js/notes/list_notes.js
lbnotes/static/js/notes/tag_chooser.js
lbnotes/static/js/notes/update_note.js
lbnotes/static/js/notes/view_note.js
lbnotes/templates/auth/auth_base.html
lbnotes/templates/auth/login.html
lbnotes/templates/auth/register.html
lbnotes/templates/auth/user_profile.html
lbnotes/templates/auth/snippets/form_errors.html
lbnotes/templates/auth/snippets/info.html
lbnotes/templates/base/base.html
lbnotes/templates/base/snippets/nav.html
lbnotes/templates/notes/delete_confirm.html
lbnotes/templates/notes/list_notes.html
lbnotes/templates/notes/new_note.html
lbnotes/templates/notes/search_result.html
lbnotes/templates/notes/update_note.html
lbnotes/templates/notes/view_note.html
lbnotes/templates/notes/snippets/tag.html
lbnotes/templates/notes/snippets/tag_chooser.html
lbnotes/templates/notes/snippets/tag_removable.html
lbnotes/templates/tags/delete_confirm.html
lbnotes/templates/tags/manage.html
lbnotes/templates/tags/new_tag.html
lbnotes/templates/tags/update_tag.html