Metadata-Version: 2.1
Name: conda-pack
Version: 0.4.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
==========

|Travis Status| |Appveyor Status| |Conda Badge| |PyPI Badge|

``conda-pack`` is a command line tool for creating relocatable conda
environments. This is useful for deploying code in a consistent environment,
potentially in a location where python/conda isn't already installed.

See the `documentation <https://conda.github.io/conda-pack/>`_ for more
information.

LICENSE
-------

New BSD. See the
`License File <https://github.com/conda/conda-pack/blob/master/LICENSE.txt>`_.

.. |Travis Status| image:: https://travis-ci.org/conda/conda-pack.svg?branch=master
   :target: https://travis-ci.org/conda/conda-pack
.. |Appveyor Status| image:: https://img.shields.io/appveyor/ci/ContinuumAnalyticsFOSS/conda-pack/master.svg?logo=appveyor
   :target: https://ci.appveyor.com/project/ContinuumAnalyticsFOSS/conda-pack
.. |Conda Badge| image:: https://img.shields.io/conda/vn/conda-forge/conda-pack.svg
   :target: https://anaconda.org/conda-forge/conda-pack
.. |PyPI Badge| image:: https://img.shields.io/pypi/v/conda-pack.svg
   :target: https://pypi.org/project/conda-pack/


