No project description provided
Project description
envs-manager
Project information
Build status
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
Built Distribution
File details
Details for the file envs_manager-0.1.0.tar.gz
.
File metadata
- Download URL: envs_manager-0.1.0.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a433d52e3517d94f3ef148b8a56e0225462e5ed4d1e4a49cf692eda9c8b0e15 |
|
MD5 | 4da1757037d0f8f7ab7eef2422991a81 |
|
BLAKE2b-256 | 608dea33157cd49e32fc7cd5f9ad6137bdd87056ad6a120e2ba8f4dc328c60c5 |
File details
Details for the file envs_manager-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: envs_manager-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3310f20d7ef50ee2a17dd02b83ea8907ab7d383d504d255a16ae1512d2e0d88 |
|
MD5 | e594b0fbf32a5790ae9698442c6b9c93 |
|
BLAKE2b-256 | 3b83557d257d1077623fde0c523e8b2786b761443d7b760ee485046b2ab76bd7 |