Metadata-Version: 1.1
Name: conda-env
Version: v0.1.0
Summary: tools for interacting with conda environments
Home-page: https://github.com/tswicegood/conda-build
Author: Continuum Analytics, Inc.
Author-email: travis.swicegood@continuum.io
License: BSD
Description: =========
        conda-env
        =========
        
        Experimental package to provide a unified interface to
        dealing with Conda environments.
        
        
        Usage
        -----
        
        .. code-block:: bash
        
        	$ conda env list
        	$ conda env list --json
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
