pesos:pesos是mesos框架api的纯python实现

时间:2024-05-24 06:25:09
【文件属性】:

文件名称:pesos:pesos是mesos框架api的纯python实现

文件大小:72KB

文件格式:ZIP

更新时间:2024-05-24 06:25:09

Python

比索 pesos是基于的mesos框架api的纯python实现。 使用 pesos旨在替代mesos.native软件包。 尽管Mesos项目提供了Python绑定,但它们需要libmesos,这可能会给构建和打包带来挑战。 pesos不需要C扩展即可运行。 使用方法: try : from pesos . executor import PesosExecutorDriver as MesosExecutorDriver from pesos . scheduler import PesosSchedulerDriver as MesosSchedulerDriver except ImportError : from mesos . native import MesosExecutorDriver , MesosSchedulerDriver 然后,


【文件预览】:
pesos-master
----pesos()
--------scheduler.py(16KB)
--------bin()
--------__init__.py(0B)
--------vendor()
--------util.py(2KB)
--------detector.py(5KB)
--------executor.py(11KB)
--------testing.py(7KB)
----setup.py(574B)
----.gitignore(139B)
----third_party()
--------README.rst(103B)
----CHANGES.rst(1KB)
----.travis.yml(130B)
----MANIFEST.in(51B)
----TODO(118B)
----Vagrantfile(700B)
----setup.cfg(22B)
----scripts()
--------vendorize.sh(941B)
----README.rst(1KB)
----tests()
--------test_executor.py(13KB)
--------test_protobuf_passing.py(1KB)
--------test_detector.py(5KB)
--------test_util.py(2KB)
--------test_scheduler.py(5KB)
----vagrant()
--------upstart()
--------provision.sh(1KB)
--------compile_pesos.sh(248B)
----tox.ini(1KB)

网友评论