summaryrefslogtreecommitdiffstats
path: root/libraries/evernote-python/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evernote-python/README')
-rw-r--r--libraries/evernote-python/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/evernote-python/README b/libraries/evernote-python/README
new file mode 100644
index 0000000000..9cdd605c48
--- /dev/null
+++ b/libraries/evernote-python/README
@@ -0,0 +1,7 @@
+Evernote SDK for Python.
+
+This SDK contains wrapper code used to call the Evernote Cloud API from Python.
+
+The SDK also contains a sample script.The code demonstrates the basic use of
+the SDK for single-user scripts. Real web applications must use OAuth to
+authenticate to the Evernote service.