Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

feat: list nexus package using cli from nexus package install

オープン
#109 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
python
領域
build-system, cli

調査の方向性

pyproject.toml と packages/ ディレクトリから始めて、現在パッケージデータがどのように配布されているかを理解します。次に、既存の nexus CLI/API エントリポイントを追跡し、nexus list コマンドでバンドルされたメタデータをどのように検出できるかを確認します。インストール済みのリリースからパッケージバージョン、モデル、ベンチマークが公開され、インストール済みのバリアントとリポジトリのチェックアウトの場合に一貫したフィルタリングが行われれば完了です。

索引モデルが 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
平均マージ
15時間 51分
マージ済み PR(30日)
13

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

IBM/algorithm-nexus のほかの issue

IBM/algorithm-nexus の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。