Metadata-Version: 2.4
Name: conda-package-handling
Version: 2.5.0
Summary: Create and extract conda packages of various formats.
Author-email: "Anaconda, Inc. & Contributors" <conda@anaconda.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Dist: conda-package-streaming >= 0.12.0
Requires-Dist: requests
Requires-Dist: zstandard >=0.15
Requires-Dist: furo ; extra == "docs"
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx-argparse ; extra == "docs"
Requires-Dist: myst-parser ; extra == "docs"
Requires-Dist: mdit-py-plugins>=0.3.0 ; extra == "docs"
Requires-Dist: mock ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-mock ; extra == "test"
Requires-Dist: bottle ; extra == "test"
Project-URL: Documentation, https://conda.github.io/conda-package-handling/
Project-URL: Home, https://github.com/conda/conda-package-handling
Provides-Extra: docs
Provides-Extra: test

# conda-package-handling

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/conda/conda-package-handling/main.svg)](https://results.pre-commit.ci/latest/github/conda/conda-package-handling/main)

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](https://conda.github.io/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/](https://conda.github.io/conda-package-handling/)

