AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/source/authors.rst
docs/source/conf.py
docs/source/config_file.rst
docs/source/contributing.rst
docs/source/deploying.rst
docs/source/history.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/messages.rst
docs/source/readme.rst
docs/source/usage.rst
note/__init__.py
note/client.py
note/db_api.py
note/mongo_driver.py
note/note_printer.py
note/server.py
note/sql_driver.py
note/util.py
note/web.py
note.egg-info/PKG-INFO
note.egg-info/SOURCES.txt
note.egg-info/dependency_links.txt
note.egg-info/not-zip-safe
note.egg-info/requires.txt
note.egg-info/top_level.txt
scripts/notec
scripts/noted
scripts/server
tests/__init__.py
tests/test_client.py
tests/test_mongo_driver.py
tests/test_note.py
tests/test_printer.py
tests/test_server.py
tests/test_sql_driver.py