Metadata-Version: 2.1
Name: ensureconda
Version: 0.0.3
Summary: Install and run applications packaged with conda in isolated environments
Home-page: https://github.com/mariusvniekerk/ensureconda
Author: Marius van Niekerk
Author-email: marius.v.niekerk@gmail.com
Maintainer: Marius van Niekerk
Maintainer-email: marius.v.niekerk@gmail.com
License: MIT
Description: # ensureconda
        
        [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mariusvniekerk/condax/Python%20package)](https://github.com/mariusvniekerk/ensureconda/actions?query=workflow%3A%22Python+package%22)
        [![Licence: MIT](https://img.shields.io/github/license/mariusvniekerk/ensureconda)](https://github.com/mariusvniekerk/ensureconda/blob/master/LICENSE-MIT)
        [![PyPI](https://img.shields.io/pypi/v/ensureconda)](https://pypi.org/project/nsureconda)
        [![code-style Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://https://github.com/psf/black)
        
        ## Installation
        
        condax is distributed on [PyPI](https://pypi.org) as a universal
        wheel and is available on Linux, macOS and Windows and supports
        Python 3.6+ and PyPy.
        
        ```bash
        $ pip install ensureconda
        ```
        
        ## License
        
        ensureconda is distributed under the terms of the
        [MIT License](https://choosealicense.com/licenses/mit).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
