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

Remove private prefix of `Archive._get_entry_by_id`

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

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

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
55/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
api

調査の方向性

まず Python binding で Archive._get_entry_by_id() を検索し、issue #224 と #94 の関連するコンテキストを確認してください。既存の名前を次のメジャーリリースまで非推奨のエイリアスとして残したまま、プライベート接頭辞なしでエントリーポイントを利用できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement

Archive._get_entry_by_id() has been there, prefixed, since the beginning of the wrapper.

We now has enough experience to say that it serves some use cases that are not served by other means, including #94.
It's true that it is not common to use it, but so are many parts of the API.

We should thus remove the prefix (and keep a deprecated alias until next major)

See #224

主要言語
Python
スター
109
フォーク
29
平均マージ
9日 1時間
マージ済み PR(30日)
1

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

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

openzim/python-libzim のほかの issue

openzim/python-libzim の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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