Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/007gzs/baijiayun
百家云 python sdk
https://github.com/007gzs/baijiayun
Last synced: 14 days ago
JSON representation
百家云 python sdk
- Host: GitHub
- URL: https://github.com/007gzs/baijiayun
- Owner: 007gzs
- License: gpl-3.0
- Created: 2020-05-15T03:11:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T08:11:42.000Z (over 4 years ago)
- Last Synced: 2024-12-08T15:40:42.503Z (about 1 month ago)
- Language: Python
- Size: 57.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
##########################
BaiJiaYun Sdk for Python
##########################
.. image:: https://travis-ci.org/007gzs/baijiayun.svg?branch=master
:target: https://travis-ci.org/007gzs/baijiayun
.. image:: https://img.shields.io/pypi/v/baijiayun.svg
:target: https://pypi.org/project/baijiayun百家云 Python SDK。
`【阅读文档】 `_。********
安装
********目前 BaiJiaYun 支持的 Python 环境有 2.7, 3.4, 3.5, 3.6, 3.7 和 pypy。
为了简化安装过程,推荐使用 pip 进行安装
.. code-block:: bash
pip install baijiayun
升级 baijiayun 到新版本::
pip install -U baijiayun
如果需要安装 GitHub 上的最新代码::
pip install https://github.com/007gzs/baijiayun/archive/master.zip
调用示例
********
::from baijiayun import BaiJiaYunClient
client = BaiJiaYunClient('', '', '')
rooms = client.room.list()