pydatajson.response_formatters package

Submodules

pydatajson.response_formatters.dict_formatter module

class pydatajson.response_formatters.dict_formatter.DictFormatter(response)[fuente]

Bases: pydatajson.response_formatters.validation_response_formatter.ValidationResponseFormatter

format()[fuente]

pydatajson.response_formatters.list_formatter module

class pydatajson.response_formatters.list_formatter.ListFormatter(response)[fuente]

Bases: pydatajson.response_formatters.validation_response_formatter.ValidationResponseFormatter

format()[fuente]

pydatajson.response_formatters.tables_formatter module

class pydatajson.response_formatters.tables_formatter.TablesFormatter(response, export_path)[fuente]

Bases: pydatajson.response_formatters.validation_response_formatter.ValidationResponseFormatter

format()[fuente]

pydatajson.response_formatters.validation_response_formatter module

class pydatajson.response_formatters.validation_response_formatter.ValidationResponseFormatter(response)[fuente]

Bases: object

format()[fuente]

Module contents

pydatajson.response_formatters.format_response(validation, export_path, response_format)[fuente]