A manager for Python environments and packages managers
Project description
envs-manager
Project information
Build status
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 details)
Built Distribution
File details
Details for the file envs_manager-0.1.3.tar.gz
.
File metadata
- Download URL: envs_manager-0.1.3.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55677df9e73b6e3730e00f3e231b52eb3917bfed6f6b65682de86a0060fb0357 |
|
MD5 | 443e2706494423195e0856032b880425 |
|
BLAKE2b-256 | 1d67cb1df9f481de18a2f058c731953853628a630e73d5a4e262338d3b2fc655 |
Provenance
File details
Details for the file envs_manager-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: envs_manager-0.1.3-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d058b757c21043ec741636cae69c93dcd1cb6a59ff9c0866e8811b0d15951af5 |
|
MD5 | a728c7d90868fe78138ad30d1d331fad |
|
BLAKE2b-256 | 083f885f3735c58728af80fbe023a7c4d6c8a1b3b23450793c4ae3818e5b0362 |