Metadata-Version: 2.1
Name: dynalist
Version: 0.2.0
Summary: Unofficial Dynalist API Written in Python
Home-page: https://github.com/georgefeng/dynalist
Author: feng
Author-email: edu_feng@163.com
License: The MIT License (MIT)
Description: # Dynalist

        [![LICENSE](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)

        [![pypi](https://img.shields.io/pypi/v/dynalist.svg?&style=flat-square&colorB=brightgreen)](https://pypi.org/project/dynalist/)

        [![docs](https://readthedocs.org/projects/dynalist/badge/?version=latest&style=flat-square)](https://dynalist.readthedocs.io/en/latest/)

        

        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

        [MIT](https://opensource.org/licenses/MIT)

        

        ## Requires

        * requests

        
        
        # 0.1.0

        * Initial Work
Keywords: dynalist,api
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
