sovabids.settings

Module dealing with general settings and constants for the package.

Attributes

SUPPORTED_EXTENSIONS

The current supported extensions of the package.

NULL_VALUES

The values to consider as NULL or NOT-AVAILABLE.

SECTION_STRING

A string intended to announce the start and end of a section in the logging.

SOVABIDS_PATH

The path of the package.

REPO_PATH

The path of the sovabids project, that is the root of the git repository. Needs that sovabids was installed in editable mode from the git repository.

Module Contents

sovabids.settings.SUPPORTED_EXTENSIONS = ['.set', '.cnt', '.vhdr', '.bdf', '.edf', '.fif']

The current supported extensions of the package.

sovabids.settings.NULL_VALUES

The values to consider as NULL or NOT-AVAILABLE.

sovabids.settings.SECTION_STRING = '-----------'

A string intended to announce the start and end of a section in the logging.

sovabids.settings.SOVABIDS_PATH = '/home/docs/checkouts/readthedocs.org/user_builds/sovabids/checkouts/latest/sovabids'

The path of the package.

sovabids.settings.REPO_PATH = b'.'

The path of the sovabids project, that is the root of the git repository. Needs that sovabids was installed in editable mode from the git repository.