Consider supporting deflate64 in zipfile
オープン
まだ誰も着手していません。
stdlib
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 35.9k
- PR マージ指標
- PR 指標を取得中
説明
Feature or enhancement
Proposal:
Among the third-party projects that monkeypatch zipfile to support additional compression formats is https://github.com/brianhelba/zipfile-deflate64 with notes at https://en.wikipedia.org/wiki/Deflate#Deflate64,_Enhanced_Deflate about the "proprietary nature"
I wish adding additional formats didn't require monkeypatching, but in the meantime this is one of the ones that files containing it exist in the wild.
@emmatyping
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Python の zipfile 実装とリンク先の zipfile-deflate64 プロジェクトを確認し、次に monkeypatching を使わずに Deflate64 のサポートを組み込める方法を評価します。フォーマットのライセンスと独自仕様上の制約を確認し、zipfile を通じて Deflate64 圧縮を使用したファイルを開けることを完了条件とします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100