Metadata-Version: 2.1
Name: conda-pack
Version: 0.6.0
Summary: Package conda environments for redistribution
Home-page: https://conda.github.io/conda-pack/
Maintainer: Jim Crist
Maintainer-email: jiminy.crist@gmail.com
License: BSD
Project-URL: Source Code, https://github.com/conda/conda-pack
Keywords: conda packaging
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: setuptools
# Conda-Pack
`conda-pack` is a command line tool for creating relocatable conda
environments. This is useful for deploying code in a consistent environment,
potentially in locations where python or conda isn't already installed.
See the documentation
for more information.
Conda-pack is offered under a New BSD license; see the
license file.
## Build status
| [](https://github.com/conda/conda-pack/actions) [](https://codecov.io/gh/conda/conda-pack) | [](https://anaconda.org/ctools/conda-pack) |
| --- | :-: |
| [`conda install ctools/label/dev::conda-pack`](https://anaconda.org/ctools/conda-pack) | [](https://anaconda.org/ctools/conda-pack) |
| [`conda install defaults::conda-pack`](https://anaconda.org/anaconda/conda-pack) | [](https://anaconda.org/anaconda/conda-pack) |
| [`conda install conda-forge::conda-pack`](https://anaconda.org/conda-forge/conda-pack) | [](https://anaconda.org/conda-forge/conda-pack) |