Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/007gzs/eceibs
eceibs sdk for python
https://github.com/007gzs/eceibs
Last synced: 6 days ago
JSON representation
eceibs sdk for python
- Host: GitHub
- URL: https://github.com/007gzs/eceibs
- Owner: 007gzs
- License: gpl-3.0
- Created: 2020-12-01T01:25:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T06:23:47.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T21:30:32.428Z (15 days ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
#######################
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/eceibseceibs 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