パッケージ: conda-package-handling (1.7.2-2+deb11u1)
conda-package-handling に関するリンク
Debian の資源:
conda-package-handling ソースパッケージをダウンロード:
- [conda-package-handling_1.7.2-2+deb11u1.dsc]
- [conda-package-handling_1.7.2.orig.tar.gz]
- [conda-package-handling_1.7.2-2+deb11u1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
create and extract conda packages of various formats
Cph is an abstraction of conda package handling and a tool for extracting, creating, and converting between formats.
At the time of writing, the standard conda package format is a .tar.bz2 file. That will need to be maintained for quite a long time, thanks to the long tail of people using old conda versions. There is a new conda format, described at https://docs.google.com/document/d/1HGKsbg_j69rKXP- ihhpCb1kNQSE8Iy3yOsUU2x68x8uw/edit?usp=sharing. This new format is designed to have much faster metadata access and utilize more modern compression algorithms, while also facilitating package signing without adding sidecar files.
その他の conda-package-handling 関連パッケージ
|
|
|
|
-
- dep: libarchive13 (>= 3.1.2)
- さまざまな形式でのアーカイブおよび圧縮ライブラリ (共有ライブラリ)
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-six
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)
-
- dep: python3-tqdm
- fast, extensible progress bar for Python 3 and CLI tool