diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-07 22:48:03 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:12 -0600 |
commit | af347ec2dc475738eb6103af53567802acd1cf2b (patch) | |
tree | c05d110d0591b400cdb3f3e675a712f4e6032fbd /libraries/evernote-python/README | |
parent | a61c5a0ae6afd4ae7612d6c7156152667fe4687a (diff) | |
download | slackbuilds-af347ec2dc475738eb6103af53567802acd1cf2b.tar.gz |
libraries/evernote-python: Added (Evernote SDK for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/evernote-python/README')
-rw-r--r-- | libraries/evernote-python/README | 7 |
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. |