Metadata-Version: 2.1
Name: sf-sdk
Version: 1.0.0
Summary: Shunfeng Express Python SDK
Home-page: https://github.com/block-cat/sf-sdk
Author: blackcat
Author-email: kfx2007@163.com
License: GNU
Description: [![Build Status](https://travis-ci.org/block-cat/sf-sdk.svg?branch=master)](https://travis-ci.org/block-cat/sf-sdk)
        [![Coverage Status](https://coveralls.io/repos/github/block-cat/sf-sdk/badge.svg?branch=master)](https://coveralls.io/github/block-cat/sf-sdk?branch=master)
        [![PYPI](https://img.shields.io/pypi/v/sf-sdk)](https://pypi.org/project/sf-sdk/)
        
        # 顺丰 Python SDK
        
        官方SDK只是一个demo，而且数据格式为XML，处理起来并不方便，因此起了这个项目并将数据格式调整为了json格式。
        
        ## 使用说明
        
        ### 安装
        
        ```python
        pip install sf-sdk
        ```
        使用
        ```python
        from sf.api import SF
        
        sf = SF("clientcode","checkword")
        
        sf.order.create_order(clientid,..)
        
        ```
        
        ## changelog
        
        * [1.0.0] 稳定版发布
        * [0.1.4] 修复windows下安装报错的问题
        * [0.1.1] 新增订单筛选接口
        * [0.1.0] 修复路由查询结果中包含数组类型的数据格式错误
        * [0.0.6] 新增路由查询接口
        * [0.0.3] 新增确定/取消订单接口
        
        python2 的同学请使用0.0.9 版本
          
Keywords: sf 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
