Pip/PyPi:python-systemd 与 systemd-python
Pip/PyPi: python-systemd vs systemd-python
几个月前,我使用 systemd.journal 编写了一个小型 Python 服务。 pip list显示我在相应的virtualenv中安装了python-systemd (231)
。
当我刚刚尝试安装 python-systemd 软件包时,我得到了 python-systemd (0.0.9) instead, which does not have a .journal submodule. The python-systemd documentation says the module is available from pypi as python-systemd
, however it seems that it is instead available as systemd-python(现在是版本 234)。
有谁知道软件包名称是否已更改?我在文档中找不到任何内容。
是的,在 September 2016 中更改了名称:
setup.py: change name to systemd-python
This name is unused on pypi. Let's grab it.
该名称下的第一个版本是版本 232。
The project is also available on pypi as systemd-python
.
几个月前,我使用 systemd.journal 编写了一个小型 Python 服务。 pip list显示我在相应的virtualenv中安装了python-systemd (231)
。
当我刚刚尝试安装 python-systemd 软件包时,我得到了 python-systemd (0.0.9) instead, which does not have a .journal submodule. The python-systemd documentation says the module is available from pypi as python-systemd
, however it seems that it is instead available as systemd-python(现在是版本 234)。
有谁知道软件包名称是否已更改?我在文档中找不到任何内容。
是的,在 September 2016 中更改了名称:
setup.py: change name to systemd-python
This name is unused on pypi. Let's grab it.
该名称下的第一个版本是版本 232。
The project is also available on pypi as
systemd-python
.