Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Steps to improve somewhat confusing ecosystem of Python systemd packages

未关闭
#152 1 条评论 13 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
35/100
Issue 类型
文档
描述清晰度
基本清楚
活跃度
冷清
技术栈
python
领域
documentation

调研方向

Start by reviewing setup.py and README.md in this repository, along with pull request #149, to compare the current PyPI description with the proposed README content. Check the package-name history and the linked cysystemd discussion before deciding which documentation changes belong here. Done requires agreed documentation updates and resolved cross-project follow-up.

由索引模型根据 Issue 内容生成。

描述

The ecosystem of Python systemd packages seems a bit confusing. Here's what the state appears to be, what some of the confusing aspects are and some possible steps to improve it.

Also, it's possible I've misunderstood some aspects of the state of the ecosystem today, if so please call them out so I can correct the summary below.

I've opened this request with the cysystemd project as well in https://github.com/mosquito/cysystemd/issues/71 to see if they can help and add some comparison information to their README.

Summary of Python systemd PyPI packages and Git repos

Things that are confusing

  • The mature and actively developed https://pypi.org/project/systemd-python/ project has a setup.py that doesn't contain a long_description value and as a result is rendered without any information on PyPI, making it appear immature or not legitimate on PyPI
  • The PyPI package named systemd-python has a backing Git repo named differently as python-systemd
  • The PyPI package name python-systemd which matches the Git repo name of the mature and actively developed repo https://github.com/systemd/python-systemd is actually an abandoned PyPI package from 2015 that isn't related to https://github.com/systemd/python-systemd

Things that could be done to improve this confusing ecosystem

By the systemd-python project

  • Merge https://github.com/systemd/python-systemd/pull/149 which adds the README.md contents to the PyPi project description to make the systemd-python project appear more legitimate and mature.
  • Zbigniew contacts Eugeny Pankov to ask if he would be open to retiring his PyPI project called python-systemd and transferring ownership of the PyPI project name to Zbigniew. The rationale to present to Eugeny would be
  • Zbigniew creates a stub PyPI project at https://pypi.org/project/python-systemd which directs people to use
    systemd-python
  • Zbigniew adds a short section to the README for systemd-python which acknowledges that cysystemd exists as another python interface to systemd, and maybe identifies the reasons a user would use systemd-python vs cysystemd

By the cysystemd project

  • Dmitry Orlov adds a short section to the README for cysystemd which acknowledges that systemd-python exists as another python interface to systemd, and maybe identifies the reasons a user would use cysystemd vs systemd-python
主要语言
C
星标
522
派生
79
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

systemd/python-systemd 的其他 Issue

查看 systemd/python-systemd 的全部 Issue

相似的 Issue

更多 C Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。