https://github.com/capitalone/edgetest-conda
Conda plugin for edgetest
https://github.com/capitalone/edgetest-conda
conda dependency-manager edgetest plugin python
Last synced: 4 months ago
JSON representation
Conda plugin for edgetest
- Host: GitHub
- URL: https://github.com/capitalone/edgetest-conda
- Owner: capitalone
- License: apache-2.0
- Created: 2021-11-09T20:50:17.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-19T17:20:11.000Z (over 1 year ago)
- Last Synced: 2025-06-15T14:34:00.641Z (4 months ago)
- Topics: conda, dependency-manager, edgetest, plugin, python
- Language: Python
- Homepage: https://capitalone.github.io/edgetest-conda/
- Size: 505 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Conda edgetest plugin

[](https://github.com/ambv/black)
[](https://badge.fury.io/py/edgetest-conda)
[](https://anaconda.org/conda-forge/edgetest-conda)[Full Documentation](https://capitalone.github.io/edgetest-conda/)
Table Of Contents
------------------ [Install](#install)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [License](#license)Install
-------Installation from PyPI:
```console
$ python -m pip install edgetest-conda
```Installation from conda-forge:
```console
$ conda install -c conda-forge edgetest-conda
```**NOTE**: This plugin uses ``conda create ...``, so you need to be in a ``conda`` base environment
or you must run```console
$ conda install conda
```in your current environment.
Getting Started
---------------This plugin allows users to create virtual environments using ``conda`` instead of ``venv``.
With this plugin installed, you can also specify packages that you want to install via ``conda``
as well as the python version for your environment(s):```ini
[edgetest.envs.myenv]
conda_install =
graphviz
python_version = 3.10
upgrade =
myupgrade
```**NOTE**: The default python version is 3.10.
Contributing
------------See our [developer documentation](https://capitalone.github.io/edgetest-conda/developer.html).
We welcome and appreciate your contributions! Before we can accept any contributions, we ask that you please be sure to
sign the [Contributor License Agreement (CLA)](https://cla-assistant.io/capitalone/edgetest-conda)This project adheres to the [Open Source Code of Conduct](https://developer.capitalone.com/resources/code-of-conduct/).
By participating, you are expected to honor this code.License
-------Apache-2.0