src.fairreckitlib.core

This package contains core functionality to be used in other packages.

Modules:

core_constants: core constants that are used in other packages.

Packages:

config: classes that are used for yml (object) configuration.
events: event dispatching/listening behaviour.
io: various functions for commonly used IO operations.
parsing: base functionality for parsing configuration files.
pipeline: base class functionality for a pipeline.
threading: base class thread and processing threads.

This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)

 1"""This package contains core functionality to be used in other packages.
 2
 3Modules:
 4
 5    core_constants: core constants that are used in other packages.
 6
 7Packages:
 8
 9    config: classes that are used for yml (object) configuration.
10    events: event dispatching/listening behaviour.
11    io: various functions for commonly used IO operations.
12    parsing: base functionality for parsing configuration files.
13    pipeline: base class functionality for a pipeline.
14    threading: base class thread and processing threads.
15
16This program has been developed by students from the bachelor Computer Science at
17Utrecht University within the Software Project course.
18© Copyright Utrecht University (Department of Information and Computing Sciences)
19"""