Metadata-Version: 1.2
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
Description: # 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 <a href="https://conda.github.io/conda-pack/">documentation</a>
        for more information.
        
        Conda-pack is offered under a New BSD license; see the
        <a href="https://github.com/conda/conda-pack/blob/master/LICENSE.txt">license file</a>.
        
        ## Build status
        
        | [![Build status](https://github.com/conda/conda-pack/workflows/Build%20and%20test%20the%20package/badge.svg)](https://github.com/conda/conda-pack/actions) [![codecov](https://codecov.io/gh/conda/conda-pack/branch/master/graph/badge.svg)](https://codecov.io/gh/conda/conda-pack) | [![Anaconda-Server Badge](https://anaconda.org/ctools/conda-pack/badges/latest_release_date.svg)](https://anaconda.org/ctools/conda-pack) |
        | --- | :-: |
        | [`conda install ctools/label/dev::conda-pack`](https://anaconda.org/ctools/conda-pack) | [![Anaconda-Server Badge](https://anaconda.org/ctools/conda-pack/badges/version.svg)](https://anaconda.org/ctools/conda-pack) |
        | [`conda install defaults::conda-pack`](https://anaconda.org/anaconda/conda-pack) | [![Anaconda-Server Badge](https://anaconda.org/anaconda/conda-pack/badges/version.svg)](https://anaconda.org/anaconda/conda-pack) |
        | [`conda install conda-forge::conda-pack`](https://anaconda.org/conda-forge/conda-pack) | [![Anaconda-Server Badge](https://anaconda.org/conda-forge/conda-pack/badges/version.svg)](https://anaconda.org/conda-forge/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
