openclean.config module

Helper functions for accessing configuration parameters for openclean that are maintained in environment variables.

openclean.config.DATADIR() str

Get directory where raw data files are maintained.

Return type

string

openclean.config.THREADS() int

Get number of parallel threads. BY default a value of 1 is used. The default value is returned if the environment variable ‘OPENCLEAN_THREADS’ is not set or contains an invalid value (i.e., non-numeric or smaller than one).

Return type

string