iiblib:IIB lib是python IIB客户端库,允许用户使用IIB服务进行操作

时间:2021-02-15 16:34:38
【文件属性】:
文件名称:iiblib:IIB lib是python IIB客户端库,允许用户使用IIB服务进行操作
文件大小:39KB
文件格式:ZIP
更新时间:2021-02-15 16:34:38
Python ib IIB lib是python IIB客户端库,允许用户使用IIB服务进行操作 要求 Python 3.7以上 Python 2.7以上 设置 # pip install -r requirements.txt $ python -m pip install --user iiblib or (venv)$ python -m pip install iiblib 用法 以下是来自iiblib的IIBClient的基本用法 $ python >>> from iiblib.iib_client import IIBClient >>> from iiblib.iib_authentication import IIBKrbAuth >>> krbauth = IIBKrbAuth() >>> iibc = IIBClient('iib-host', auth=krbauth) >>>
【文件预览】:
iiblib-master
----setup.py(2KB)
----.gitignore(64B)
----requirements.txt(38B)
----.travis.yml(1KB)
----MANIFEST.in(135B)
----.pycodestyle(3KB)
----LICENSE(34KB)
----setup.cfg(241B)
----.github()
--------CODEOWNERS(33B)
----utils()
--------pre-commit(275B)
----scripts()
--------push-docs(817B)
----README.md(800B)
----iiblib()
--------iib_build_details_pager.py(1KB)
--------__init__.py(0B)
--------iib_build_details_model.py(12KB)
--------iib_client.py(11KB)
--------iib_session.py(3KB)
--------iib_authentication.py(3KB)
----tests()
--------test_iib_authentication.py(3KB)
--------test_iib_build_details_model.py(15KB)
--------test_iib_session.py(870B)
--------test_iib_build_details_pager.py(4KB)
--------test_iib_client.py(12KB)
----test.py(372B)
----docs()
--------Makefile(607B)
--------source()
----tox.ini(1KB)

网友评论