AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/usage.rst
note/__init__.py
note/client.py
note/db_api.py
note/mongo_driver.py
note/note.py
note/note_types.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_mongo_driver.py
tests/test_note.py