Metadata-Version: 1.2
Name: condax
Version: 0.0.1
Summary: Install and run applications packaged with conda in isolated environments
Home-page: https://github.com/mariusvniekerk/condax
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: # condax
        
        Condax is inpired by the excellent [pipx](https://github.com/pipxproject/pipx), and attempts to do something similar, just using conda thus lifting the constraints of only packaging python things.
        
        ## Installation
        
        condax is distributed on [PyPI](https://pypi.org) as a universal
        wheel and is available on Linux and macOS and supports
        Python 3.5+ and PyPy.
        
        ```bash
        $ pip install condax
        ```
        
        ## License
        
        condax 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 :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
