ersilia package

Subpackages

Submodules

ersilia.default module

class ersilia.default.TableConstants(value)[source]

Bases: str, Enum

An enumeration.

BOTTOM_LEFT = '└'
BOTTOM_MIDDLE = '┴'
BOTTOM_RIGHT = '┘'
CELL_PADDING = ' '
COLUMN_SEPARATOR = ' | '
HORIZONTAL = '─'
MIDDLE_LEFT = '├'
MIDDLE_MIDDLE = '┼'
MIDDLE_RIGHT = '┤'
TOP_LEFT = '┌'
TOP_MIDDLE = '┬'
TOP_RIGHT = '┐'
VERTICAL = '│'
ersilia.default.bashrc_cli_snippet(overwrite=True)[source]

Write a conda snippet in the user profile.

This function writes on the user profile to create an executable to work with conda environments based on model identifiers.

Motivation behind this function is to define an ersilia CLI.

Parameters:

overwrite (-) – Overwrite the current bash profile file if the eosconda string is found.

ersilia.default.bashrc_path()[source]
ersilia.default.has_profile_snippet()[source]

Module contents

ersilia.check_install_status()[source]