Module pylars.utils
I/O classes and functions, as well as the data structuring classes:
- raw data
- dataset
- run
- processed data
Planned TO DO:
The additions in the pipeline to this module are the following:
- Fix import recursivity;
- Refactor files to data level structure? Rename
utils
?
Expand source code
r'''I/O classes and functions, as well as the data structuring classes:
- raw data
- dataset
- run
- processed data
#### Planned TO DO:
The additions in the pipeline to this module are the following:
- Fix import recursivity;
- Refactor files to data level structure? Rename `utils`?
'''
# input and output can not be imported automatically
# otherwise the imports become circular in raw_processing
from . import common
from . import input
from . import output
from . import gsheets_db
Sub-modules
pylars.utils.common
pylars.utils.gsheets_db
pylars.utils.input
pylars.utils.output