pgfinder

Package initialisation

Subpackages

Submodules

Package Contents

Functions

dict_to_decimal(→ dict)

Recursively convert any floats in a dictionary to Decimal.

Attributes

PARAMETERS_FILE

PARAMETERS

PARAMETERS

PARAMETERS

COLUMNS_FILE

COLUMNS

COLUMNS

MULTIMERS

MOD_TYPE

MASS_TO_CLEAN

release

__version__

pgfinder.dict_to_decimal(dictionary: dict) dict[source]

Recursively convert any floats in a dictionary to Decimal.

Parameters:

dictionary (dict) – Dictionary to be converted.

Returns:

Dictionary with floats converted to Decimal

Return type:

dict

pgfinder.PARAMETERS_FILE = 'config/parameters.yaml'
pgfinder.PARAMETERS
pgfinder.PARAMETERS
pgfinder.PARAMETERS
pgfinder.COLUMNS_FILE = 'config/columns.yaml'
pgfinder.COLUMNS
pgfinder.COLUMNS
pgfinder.MULTIMERS
pgfinder.MOD_TYPE
pgfinder.MASS_TO_CLEAN
pgfinder.release
pgfinder.__version__