This is a simple Flask. web app that demonstrates how to access the Evernote API using OAuth.
virtualenv --no-site-packages testapp
cd testapp/
git clone git://github.com/dasevilla/evernote-oauth-example.git
cd evernote-oauth-example
source bin/activate
pip install -r reqs.txt