conda-package-handling 2.5.0


pip install conda-package-handling

  Latest version

Released: Jun 08, 2026


Meta
Author: Anaconda, Inc. & Contributors
Requires Python: >=3.10

Classifiers

License
  • OSI Approved :: BSD License

Programming Language
  • Python :: 3
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

conda-package-handling

pre-commit.ci status

Create and extract conda packages of various formats.

conda and conda-build use conda_package_handling.api to create and extract conda packages. This package also provides the cph command line tool to extract, create, and convert between formats.

See also conda-package-streaming, an efficient library to read from new and old format .conda and .tar.bz2 conda packages.

Full documentation at https://conda.github.io/conda-package-handling/

Extras:
Dependencies:
conda-package-streaming (>=0.12.0)
requests
zstandard (>=0.15)