src.fairreckitlib.core.io

This package contains functionality for commonly used IO operations.

Modules:

event_io: event ids, event args and a print switch that are IO related.
io_create: IO functions that create something on the disk and dispatch an IO event.
io_delete: IO functions that delete something on the disk and dispatch an IO event.
io_utility: IO utility functions that connect with external packages.

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 functionality for commonly used IO operations.
 2
 3Modules:
 4
 5    event_io: event ids, event args and a print switch that are IO related.
 6    io_create: IO functions that create something on the disk and dispatch an IO event.
 7    io_delete: IO functions that delete something on the disk and dispatch an IO event.
 8    io_utility: IO utility functions that connect with external packages.
 9
10This program has been developed by students from the bachelor Computer Science at
11Utrecht University within the Software Project course.
12© Copyright Utrecht University (Department of Information and Computing Sciences)
13"""