套件:conda-package-handling(2.3.0-1)
conda-package-handling 的相關連結
Debian 的資源:
下載原始碼套件 conda-package-handling:
- [conda-package-handling_2.3.0-1.dsc]
- [conda-package-handling_2.3.0.orig.tar.gz]
- [conda-package-handling_2.3.0-1.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: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-conda-package-streaming
- fetch conda metadata
-
- dep: python3-tqdm
- fast, extensible progress bar for Python 3 and CLI tool