Unofficial Dynalist API Written in Python
Project description
Dynalist
Unofficial Dynalist API Written in Python.
Installing
pip install dynalist
Documentation
Usage Example
Below are some of the methods available in the wrapper.
dynalist = Dynalist('your_file_id')
dynalist.file # file info
dynalist.doc # document
dynalist.get_node(node_id='root')
dynalist.get_children(node_id='root')
dynalist.to_json()
License
Requires
- requests
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
dynalist-0.2.3.tar.gz
(2.8 kB
view hashes)