Detect changes in your pytask environment and abort a project build.
Project description
pytask-environment
pytask-environment allows you to detect changes in your pytask environment and abort a project build.
Installation
pytask-environment is available on PyPI and Anaconda.org. Install it with
$ pip install pytask-environment
# or
$ conda install -c conda-forge pytask-environment
Usage
If the user attempts to build the project with pytask build
and the Python version has
been cached in the database in a previous run, an invocation with a different
environment will produce the following command line output.
Running
$ pytask --update-environment
will update the information on the environment.
To disable either checking the path or the version, set the following configuration to a falsy value.
[tool.pytask.ini_options]
check_python_version = false # true by default
check_environment = false # true by default
Future development
The plugin might be further extended to compare the current environment against an
environment.yml
or a list of packages and versions to ensure that the environment is
not altered.
Changes
Consult the release notes to find out about what is new.
Project details
Release history Release notifications | RSS feed
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
Hashes for pytask_environment-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97b4523f4b7589d22e7082049d81e4c425b2424c1233fde6d7eafe25a9bbab93 |
|
MD5 | af8938bf9129699a5b0c7442e0d2d0c3 |
|
BLAKE2b-256 | c18f85ba2b2d5ec4a36186741dc12267b6aff699e1b8fdb10d4cf14cd2db9b64 |