文件名称:archon:与STA Archon控制器进行通信的库和演员
文件大小:184KB
文件格式:ZIP
更新时间:2024-04-29 05:45:47
Python
执政官 与STA Archon控制器进行通信的库和演员。 安装 通常,您应该可以通过以下方式安装archon pip install sdss-archon 要从源代码构建,请使用 git clone git@github.com:sdss/archon cd archon pip install . 码头工人 actor可以作为Docker容器运行; 通过GitHub Action创建用于main (指向tag的latest标签)和标签的新图像。 图像存储在GitHub容器注册表中。 要运行最新的图像 docker pull ghcr.io/sdss/archon:latest 运行容器 docker run --name archon --rm --detach --network host ghcr.io/sdss/archon:latest 这假定RabbitMQ在主机的
【文件预览】:
archon-main
----poetry.lock(94KB)
----.gitignore(1KB)
----Dockerfile(289B)
----readthedocs.yml(151B)
----codecov.yml(681B)
----archon()
--------controller()
--------etc()
--------__init__.py(544B)
--------__main__.py(2KB)
--------tools.py(1KB)
--------actor()
--------exceptions.py(2KB)
----pyproject.toml(2KB)
----CODEOWNERS(1KB)
----LICENSE.md(1KB)
----etc()
--------archon.module(2KB)
--------config.ini(146B)
----create_setup.py(2KB)
----.github()
--------workflows()
----README.md(4KB)
----tests()
--------conftest.py(3KB)
--------controller()
--------__init__.py(0B)
--------test_exceptions.py(2KB)
----CHANGELOG.rst(2KB)
----.flake8(192B)
----docs()
--------sphinx()