Skip to main content

No project description provided

Project description

envs-manager

Project information

PyPI - Version PyPI - Python Version conda version download count

Build status

Windows status Linux status MacOS status codecov


Table of Contents

Installation

Note: This package is not available yet for installation but it will be in the coming months.

PyPI

pip install envs-manager

Conda

conda install -c conda-forge envs-manager

Development

  • Fork and clone the repo. To clone:
git clone <link to your fork.git>
cd envs-manager
  • Create a Python environment and activate it. For example with conda:
conda env create -n envs-manager --file requirements/environment.yml
conda activate envs-manager
  • Install development version:
pip install -e .
  • Setup pre-commit:
pre-commit install
  • To run the test:

You will need to setup the ENV_BACKEND_EXECUTABLE environmental variable in order to use a conda-like manager. The environmental variable should point to a conda or mamba executable. For example, if you have micromamba downloaded on Windows you should set ENV_BACKEND_EXECUTABLE=<path to micromama executable>/micromamba.exe. After that you should be able to run the tests with:

pytest -vv
  • To check the command line options you need to run:
envs-manager --help

License

envs-manager is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

envs_manager-0.1.0.tar.gz (16.2 kB view hashes)

Uploaded Source

Built Distribution

envs_manager-0.1.0-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page