Metadata-Version: 2.1
Name: sf-sdk
Version: 1.0.1
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,..)
        
        ```
        
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
