fields package¶
Submodules¶
fields.test_deprecated module¶
-
class
fields.test_deprecated.OptionSchema(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectOptionSchema¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str a one of 1,2,3 (REQUIRED) OptionList ? -
opts= <marshmallow.schema.SchemaOpts object>¶
-
fields.test_files module¶
-
class
fields.test_files.BasicInputDir(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectBasicInputDir¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str input_dir a simple file (REQUIRED) InputDir str -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
fields.test_files.BasicInputFile(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectBasicInputFile¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str input_file a simple file (REQUIRED) InputFile str -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
fields.test_files.BasicOutputDir(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectBasicOutputDir¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str output_dir basic output dir (REQUIRED) OutputDir str -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
fields.test_files.BasicOutputFile(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectBasicOutputFile¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str output_file a simple output file (REQUIRED) OutputFile str -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
fields.test_files.ModeOutputDirSchema(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectModeOutputDirSchema¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str output_dir 775 output directory (REQUIRED) OutputDir str -
opts= <marshmallow.schema.SchemaOpts object>¶
-
fields.test_loglevel module¶
fields.test_numpyarray module¶
-
class
fields.test_numpyarray.NumpyFileuint16(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectNumpyFileuint16¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str a list of lists representing a uint16 numpy array (REQUIRED) unknown unknown -
opts= <marshmallow.schema.SchemaOpts object>¶
-
fields.test_slice module¶
-
class
fields.test_slice.SliceSchema(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectSliceSchema¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str a slice the dataset slice(None, None, None) Slice str -
opts= <marshmallow.schema.SchemaOpts object>¶
-