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