evernote helper app of django
Project description
Local Yinxiang access to Yinxiang server
Principal
This app has the following responsibilities:
- Pull account/tag/note/notebook data from Yinxiang API
- Push changes to Yinxiang API
How to use it
Install from Pypi
pip install -U django_yx_app
Modify settings.py
- add evernote key settings
EVERNOTE_CONSUMER_KEY='axplus****' EVERNOTE_CONSUMER_SECRET='****' EVERNOTE_SERVICE_HOST='app.yinxiang.com' # or 'sandbox.yinxiang.com'
- add to
INSTALLED_APPS
INSTALLED_APPS=[ ... 'yx' ]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_yx_app-0.0.2.tar.gz
(11.3 kB
view details)
File details
Details for the file django_yx_app-0.0.2.tar.gz
.
File metadata
- Download URL: django_yx_app-0.0.2.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 125f9be51d3e864de77160e74b42a989703baa06607cd80b033c6979538f46f0 |
|
MD5 | be925f9b1cc433ac95167a37d01f59e7 |
|
BLAKE2b-256 | e487d2f5160e75b575dce942f25066b6890401d371c911f8d577cb51fe9add1c |