Metadata-Version: 2.1
Name: kaola
Version: 0.0.2
Summary: Kaola Python SDK
Home-page: https://github.com/block-cat/kaola-sdk
Author: blackcat
Author-email: kfx2007@163.com
License: GNU
Description: # 网易考拉 Python SDK
        
        目前只支持1.0版本的接口
        
        ## 安装
        
        ```python
        pip install kaola
        ```
        
        
        ## 使用方法
        
        ```python
        from kaola.api.kaola import KaoLa
        
        kl = KaoLa("edb6c3b9ac4847e7584c38e2b630b14f", "8200ee92ec22fcae76e2f00bc5c79247188e0593",access_token="bff74ff8-bbec-4699-bc4c-529801aefcb4", sandbox=True)
        # 搜索订单
        kl.order.search_order(
            1, 1, "2019-01-01 0:00:00", "2019-01-30 23:59:59").json()
        ```
        
        sandbox 是否是沙箱环境
Keywords: kaola sdk
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Description-Content-Type: text/markdown
