Skip to main content

A manager for Python environments and packages managers

Project description

envs-manager

Project information

PyPI - Python Version

PyPI - Version PyPI - Downloads

conda - version conda - Downloads

Build status

Windows status Linux status MacOS status codecov


Table of Contents

Installation

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 suite:

You will need to setup the ENV_BACKEND_EXECUTABLE environmental variable in order to use a conda-like manager. This environment 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 micromamba executable>/micromamba.exe. After that you should be able to run our 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.3.tar.gz (17.9 kB view hashes)

Uploaded Source

Built Distribution

envs_manager-0.1.3-py3-none-any.whl (20.9 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