Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariusvniekerk/condax
Install and run applications packaged with conda in isolated environments
https://github.com/mariusvniekerk/condax
cli conda
Last synced: 5 days ago
JSON representation
Install and run applications packaged with conda in isolated environments
- Host: GitHub
- URL: https://github.com/mariusvniekerk/condax
- Owner: mariusvniekerk
- License: mit
- Created: 2019-12-19T02:54:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:59:40.000Z (3 months ago)
- Last Synced: 2024-10-12T11:15:54.915Z (about 1 month ago)
- Topics: cli, conda
- Language: Python
- Homepage: https://mariusvniekerk.github.io/condax/
- Size: 407 KB
- Stars: 113
- Watchers: 6
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: news/TEMPLATE.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# condax
[![Docs](https://img.shields.io/badge/docs-mkdocs-informational)](https://mariusvniekerk.github.io/condax/)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/mariusvniekerk/condax/Python%20package)](https://github.com/mariusvniekerk/condax/actions?query=workflow%3A%22Python+package%22)
[![Licence: MIT](https://img.shields.io/github/license/mariusvniekerk/condax)](https://github.com/mariusvniekerk/condax/blob/master/LICENSE-MIT)
[![PyPI](https://img.shields.io/pypi/v/condax)](https://pypi.org/project/condax)
[![code-style Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://https://github.com/psf/black)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).