marathon-python:Mesos Marathon的REST API的Python客户端库

时间:2024-03-16 16:11:59
【文件属性】:

文件名称:marathon-python:Mesos Marathon的REST API的Python客户端库

文件大小:65KB

文件格式:ZIP

更新时间:2024-03-16 16:11:59

Python

马拉松蟒 这是一个Python库,用于通过Marathon的与服务器进行。 兼容性 对于Marathon 1.9.x和1.10.x,至少使用0.13.0 对于Marathon 1.6.x,至少使用0.10.0 对于马拉松1.4.1,至少使用0.8.13 对于马拉松1.1.1,至少使用0.8.1 有关所有版本更改,请参阅CHANGELOG.md 如果发现某个功能已损坏,请提交PR,并为其添加测试,以便该功能将得到修复,并随着马拉松随时间的变化而保持不变。 仅仅因为该库已经针对特定版本的Marathon进行了测试,并不一定意味着它支持Marathon提供的所有功能和API。 安装 来自PyPi(推荐) pip install marathon 来自GitHub pip install -e git+git@github.com:thefactory/marathon-pyth


【文件预览】:
marathon-python-master
----.gitignore(668B)
----setup.cfg(28B)
----README.md(3KB)
----CHANGELOG.md(44KB)
----itests()
--------itest_utils.py(1KB)
--------marathon_deployments.feature(203B)
--------itest.sh(311B)
--------docker()
--------environment.py(593B)
--------marathon_tasks.feature(1KB)
--------steps()
--------marathon_apps.feature(553B)
----.pre-commit-config.yaml(125B)
----tests()
--------test_exceptions.py(1KB)
--------test_model_deployment.py(1KB)
--------test_model_constraint.py(2KB)
--------test_model_event.py(2KB)
--------test_model_object.py(1KB)
--------test_util.py(1KB)
--------test_api.py(9KB)
--------test_model_group.py(899B)
--------test_model_app.py(698B)
----docs()
--------make.bat(7KB)
--------conf.py(10KB)
--------index.rst(714B)
--------Makefile(7KB)
--------marathon.rst(1KB)
----LICENSE(1KB)
----marathon()
--------exceptions.py(1KB)
--------util.py(2KB)
--------models()
--------__init__.py(254B)
--------client.py(31KB)
----requirements.txt(17B)
----MANIFEST.in(16B)
----setup.py(1KB)
----.travis.yml(1KB)
----tox.ini(843B)
----Makefile(494B)

网友评论