Skip to main content

A simple utility to check Conda environments integrity

Project description

ekans - A simple utility to check Conda environments integrity

builds.sr.ht status PyPI version

ekans is an simple set of scripts able to perform different checks on Anaconda environments. This script is mainly thought as an easy way to substitute the notion of development dependencies, which is lacking in Conda environments.

Development dependencies are packages that are used during development and that must strictly correlate with the Python version of the project. Some other package managers (like Poetry) are able to define these dependencies to be installed in regular environments but excluded from builds or using flags. This is not possible in Conda: all packages in the declared environment are treated equally, which implies this unwanted dependencies being bundled in production as well. On the other hand, fighting against it makes the environment prone to be non-consistent between production and development.

One way to solve this situation is having two different environments: env/prod.yml and env/dev.yml. ekans is able to check that all versions are fixed and that production is a strict subset of development. This results in the desired scenario: correctly excluding the unwanted dependencies while ensuring that both environments have the same real dependencies to test against.

Install

It is possible to install the package from PyPI using pip:

pip install --user ekans

Usage

To check if an environment can be reproduced correctly, use the fixed in the CLI tool. Not passing -f will cause the command to interactively prompt the user to enter the path to the file.

ekans fixed [-f path/to/environment.yml]

If you want to check a full setup (env/prod.yml and env/dev.yml and their relation) you can use the command verify, as seen in this example:

ekans verify [-d path/to/dev.yml] [-p path/to/prod.yml]

If you are running ekans from the root of your project and your names match the ones described in this README, you can omit passing any arguments. There are also --help flags available for the commands described above.

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

ekans-0.2.1.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

ekans-0.2.1-py3-none-any.whl (9.3 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