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

feat: list nexus package using cli from nexus package install

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

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
35/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
冷清
技术栈
python
领域
build-system, cli

调研方向

先从 pyproject.toml 和 packages/ 目录开始,了解当前如何分发包数据。然后跟踪现有的 nexus CLI/API 入口点,确定 nexus list 命令如何发现捆绑的元数据。当已安装的发布版本能够提供包版本、模型和基准测试,并且针对已安装变体和仓库 checkout 情况进行一致的过滤时,即表示完成。

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

描述

enhancement

Description

Include nexus package metadata in the nexus release on install

Motivation

This would allow users you have installed a variant to use nexus cli to access information about the packages included e.g. version, models, benchmarks. This information is not available in an install from GitHub

Proposed Solution

  • Bundle packages/ into algorithm_nexus package data
  • Extend CLI/API to discover and use installed metadata e.g. nexus list

Implementation Notes

  • Update pyproject.toml to bundle packages
  • Add a module to discovery the bundled packages
  • Expose via CLI

Important considerations:

  • There needs to be a way to filter package metadata shown based on variant group installed.
  • This filtering needs to have consistent rules as to when it's applied e.g. what happens if a developer is in repo and they run nexus list, should the see all the packages in the checked out branch of repo OR only the packages in the variant they last synched.
主要语言
Python
星标
3
派生
7
平均合并
14 小时 4 分钟
30 天内合并 PR
15

环境准备

从这里开始

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

IBM/algorithm-nexus 的其他 Issue

查看 IBM/algorithm-nexus 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

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