https://github.com/mariusvniekerk/condax
Install and run applications packaged with conda in isolated environments
https://github.com/mariusvniekerk/condax
cli conda
Last synced: 6 months 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 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:59:40.000Z (about 1 year ago)
- Last Synced: 2024-10-12T11:15:54.915Z (about 1 year 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
[](https://mariusvniekerk.github.io/condax/)
[](https://github.com/mariusvniekerk/condax/actions?query=workflow%3A%22Python+package%22)
[](https://github.com/mariusvniekerk/condax/blob/master/LICENSE-MIT)
[](https://pypi.org/project/condax)
[](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).