Metadata-Version: 2.1
Name: xiaohongshu
Version: 0.0.1
Summary: Xiaohongshu Python SDK
Home-page: https://github.com/block-cat/xiaohongshu
Author: blackcat
Author-email: kfx2007@163.com
License: GNU
Description: # 小红书 Python SDK
        
        小红书Python SDK
        
        ## requirement
        
        python >= 3.6
        
        # 开发中
        
        ## 已完成
        
        * 公共数据接口(comm)
        * 订单接口(order)
        * 库存接口(stock)
        
        ## Todo
        
        ...
        
        # 安装使用
        
        ## 安装
        
        pypi:
        
        ```python
        pip install xiaohongshu
        ```
        
        
        ## Usage
        
        使用示例：
        ```
        from xiaohongshu.api.api import ARK
        
        ark = ARK("xhs", "9a539709cafc1efc9ef05838be468a28")
        
        # 获取物流公司列表
        ark.comm.get_express_list()
        ```
        
Keywords: xiaohongshu 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
