Metadata-Version: 1.1
Name: eceibs
Version: 1.0.0
Summary: eceibs SDK for Python
Home-page: https://github.com/007gzs/eceibs
Author: 007gzs
Author-email: 007gzs@sina.com
License: LGPL v3
Description: #######################
        eceibs Sdk for Python
        #######################
        .. image:: https://travis-ci.org/007gzs/eceibs.svg?branch=master
               :target: https://travis-ci.org/007gzs/eceibs
        .. image:: https://img.shields.io/pypi/v/eceibs.svg
               :target: https://pypi.org/project/eceibs
        
        eceibs Python SDK。
        
        ********
        安装
        ********
        
        目前 eceibs 支持的 Python 环境有 3.4, 3.5, 3.6, 3.7 和 pypy。
        
        为了简化安装过程，推荐使用 pip 进行安装
        
        .. code-block:: bash
        
            pip install eceibs
        
        升级 eceibs 到新版本::
        
            pip install -U eceibs
        
        如果需要安装 GitHub 上的最新代码::
        
            pip install https://github.com/007gzs/eceibs/archive/master.zip
        
        
Keywords: eceibs,SDK
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
