AUTHORS.md
LICENSE.md
MANIFEST.in
Makefile
README.md
pylama.ini
pyproject.toml
pytest.ini
setup.cfg
setup.py
frictionless/__init__.py
frictionless/__main__.py
frictionless/error.py
frictionless/exception.py
frictionless/helpers.py
frictionless/interfaces.py
frictionless/metadata.py
frictionless/platform.py
frictionless/settings.py
frictionless/stats.py
frictionless.egg-info/PKG-INFO
frictionless.egg-info/SOURCES.txt
frictionless.egg-info/dependency_links.txt
frictionless.egg-info/entry_points.txt
frictionless.egg-info/not-zip-safe
frictionless.egg-info/requires.txt
frictionless.egg-info/top_level.txt
frictionless/actions/__init__.py
frictionless/actions/describe.py
frictionless/actions/extract.py
frictionless/actions/transform.py
frictionless/actions/validate.py
frictionless/assets/VERSION
frictionless/assets/profiles/geojson.json
frictionless/assets/profiles/topojson.json
frictionless/assets/templates/checklist.md
frictionless/assets/templates/detector.md
frictionless/assets/templates/dialect.md
frictionless/assets/templates/field-table.md
frictionless/assets/templates/field.md
frictionless/assets/templates/inquiry.md
frictionless/assets/templates/package-table.md
frictionless/assets/templates/package.md
frictionless/assets/templates/pipeline.md
frictionless/assets/templates/report-task.md
frictionless/assets/templates/report.md
frictionless/assets/templates/resource-table.md
frictionless/assets/templates/resource.md
frictionless/assets/templates/schema-table.md
frictionless/assets/templates/schema.md
frictionless/assets/templates/step.md
frictionless/assets/templates/task.md
frictionless/assets/templates/erd/field.html
frictionless/assets/templates/erd/graph.html
frictionless/assets/templates/erd/primary_key_field.html
frictionless/assets/templates/erd/table.html
frictionless/catalog/__init__.py
frictionless/catalog/catalog.py
frictionless/checklist/__init__.py
frictionless/checklist/check.py
frictionless/checklist/checklist.py
frictionless/checks/__init__.py
frictionless/checks/baseline.py
frictionless/checks/cell/__init__.py
frictionless/checks/cell/ascii_value.py
frictionless/checks/cell/deviated_cell.py
frictionless/checks/cell/deviated_value.py
frictionless/checks/cell/forbidden_value.py
frictionless/checks/cell/required_value.py
frictionless/checks/cell/sequential_value.py
frictionless/checks/cell/truncated_value.py
frictionless/checks/row/__init__.py
frictionless/checks/row/duplicate_row.py
frictionless/checks/row/row_constraint.py
frictionless/checks/table/__init__.py
frictionless/checks/table/table_dimensions.py
frictionless/detector/__init__.py
frictionless/detector/detector.py
frictionless/dialect/__init__.py
frictionless/dialect/control.py
frictionless/dialect/dialect.py
frictionless/errors/__init__.py
frictionless/errors/cell.py
frictionless/errors/data.py
frictionless/errors/file.py
frictionless/errors/header.py
frictionless/errors/label.py
frictionless/errors/metadata.py
frictionless/errors/resource.py
frictionless/errors/row.py
frictionless/errors/table.py
frictionless/fields/__init__.py
frictionless/fields/any.py
frictionless/fields/array.py
frictionless/fields/boolean.py
frictionless/fields/date.py
frictionless/fields/datetime.py
frictionless/fields/duration.py
frictionless/fields/geojson.py
frictionless/fields/geopoint.py
frictionless/fields/integer.py
frictionless/fields/number.py
frictionless/fields/object.py
frictionless/fields/string.py
frictionless/fields/time.py
frictionless/fields/year.py
frictionless/fields/yearmonth.py
frictionless/formats/__init__.py
frictionless/formats/csv/__init__.py
frictionless/formats/csv/control.py
frictionless/formats/csv/parser.py
frictionless/formats/csv/plugin.py
frictionless/formats/csv/settings.py
frictionless/formats/erd/__init__.py
frictionless/formats/erd/mapper.py
frictionless/formats/excel/__init__.py
frictionless/formats/excel/adapter.py
frictionless/formats/excel/control.py
frictionless/formats/excel/mapper.py
frictionless/formats/excel/plugin.py
frictionless/formats/excel/settings.py
frictionless/formats/excel/parsers/__init__.py
frictionless/formats/excel/parsers/xls.py
frictionless/formats/excel/parsers/xlsx.py
frictionless/formats/gsheets/__init__.py
frictionless/formats/gsheets/control.py
frictionless/formats/gsheets/parser.py
frictionless/formats/gsheets/plugin.py
frictionless/formats/html/__init__.py
frictionless/formats/html/control.py
frictionless/formats/html/parser.py
frictionless/formats/html/plugin.py
frictionless/formats/html/settings.py
frictionless/formats/inline/__init__.py
frictionless/formats/inline/control.py
frictionless/formats/inline/parser.py
frictionless/formats/inline/plugin.py
frictionless/formats/json/__init__.py
frictionless/formats/json/control.py
frictionless/formats/json/plugin.py
frictionless/formats/json/parsers/__init__.py
frictionless/formats/json/parsers/json.py
frictionless/formats/json/parsers/jsonl.py
frictionless/formats/jsonschema/__init__.py
frictionless/formats/jsonschema/mapper.py
frictionless/formats/markdown/__init__.py
frictionless/formats/markdown/mapper.py
frictionless/formats/ods/__init__.py
frictionless/formats/ods/adapter.py
frictionless/formats/ods/control.py
frictionless/formats/ods/parser.py
frictionless/formats/ods/plugin.py
frictionless/formats/ods/settings.py
frictionless/formats/pandas/__init__.py
frictionless/formats/pandas/control.py
frictionless/formats/pandas/parser.py
frictionless/formats/pandas/plugin.py
frictionless/formats/parquet/__init__.py
frictionless/formats/parquet/control.py
frictionless/formats/parquet/parser.py
frictionless/formats/parquet/plugin.py
frictionless/formats/spss/__init__.py
frictionless/formats/spss/control.py
frictionless/formats/spss/parser.py
frictionless/formats/spss/plugin.py
frictionless/formats/spss/settings.py
frictionless/formats/sql/__init__.py
frictionless/formats/sql/adapter.py
frictionless/formats/sql/control.py
frictionless/formats/sql/mapper.py
frictionless/formats/sql/parser.py
frictionless/formats/sql/plugin.py
frictionless/formats/sql/settings.py
frictionless/formats/yaml/__init__.py
frictionless/formats/yaml/control.py
frictionless/formats/yaml/parser.py
frictionless/formats/yaml/plugin.py
frictionless/formats/zip/__init__.py
frictionless/formats/zip/adapter.py
frictionless/formats/zip/control.py
frictionless/formats/zip/plugin.py
frictionless/inquiry/__init__.py
frictionless/inquiry/inquiry.py
frictionless/inquiry/task.py
frictionless/package/__init__.py
frictionless/package/package.py
frictionless/package/methods/__init__.py
frictionless/package/methods/analyze.py
frictionless/package/methods/describe.py
frictionless/package/methods/extract.py
frictionless/package/methods/transform.py
frictionless/package/methods/validate.py
frictionless/pipeline/__init__.py
frictionless/pipeline/pipeline.py
frictionless/pipeline/step.py
frictionless/portals/__init__.py
frictionless/portals/ckan/__init__.py
frictionless/portals/ckan/adapter.py
frictionless/portals/ckan/control.py
frictionless/portals/ckan/plugin.py
frictionless/portals/ckan/storage.py
frictionless/portals/github/__init__.py
frictionless/portals/github/adapter.py
frictionless/portals/github/control.py
frictionless/portals/github/plugin.py
frictionless/portals/zenodo/__init__.py
frictionless/portals/zenodo/adapter.py
frictionless/portals/zenodo/control.py
frictionless/portals/zenodo/plugin.py
frictionless/program/__init__.py
frictionless/program/api.py
frictionless/program/common.py
frictionless/program/convert.py
frictionless/program/describe.py
frictionless/program/extract.py
frictionless/program/program.py
frictionless/program/summary.py
frictionless/program/transform.py
frictionless/program/validate.py
frictionless/report/__init__.py
frictionless/report/report.py
frictionless/report/task.py
frictionless/resource/__init__.py
frictionless/resource/resource.py
frictionless/resource/methods/__init__.py
frictionless/resource/methods/analyze.py
frictionless/resource/methods/describe.py
frictionless/resource/methods/extract.py
frictionless/resource/methods/index.py
frictionless/resource/methods/transform.py
frictionless/resource/methods/validate.py
frictionless/schema/__init__.py
frictionless/schema/field.py
frictionless/schema/schema.py
frictionless/schemes/__init__.py
frictionless/schemes/aws/__init__.py
frictionless/schemes/aws/control.py
frictionless/schemes/aws/plugin.py
frictionless/schemes/aws/settings.py
frictionless/schemes/aws/loaders/__init__.py
frictionless/schemes/aws/loaders/s3.py
frictionless/schemes/buffer/__init__.py
frictionless/schemes/buffer/control.py
frictionless/schemes/buffer/loader.py
frictionless/schemes/buffer/plugin.py
frictionless/schemes/local/__init__.py
frictionless/schemes/local/control.py
frictionless/schemes/local/loader.py
frictionless/schemes/local/plugin.py
frictionless/schemes/multipart/__init__.py
frictionless/schemes/multipart/control.py
frictionless/schemes/multipart/loader.py
frictionless/schemes/multipart/plugin.py
frictionless/schemes/multipart/settings.py
frictionless/schemes/remote/__init__.py
frictionless/schemes/remote/control.py
frictionless/schemes/remote/loader.py
frictionless/schemes/remote/plugin.py
frictionless/schemes/remote/settings.py
frictionless/schemes/stream/__init__.py
frictionless/schemes/stream/control.py
frictionless/schemes/stream/loader.py
frictionless/schemes/stream/plugin.py
frictionless/server/__init__.py
frictionless/server/config.py
frictionless/server/project.py
frictionless/server/record.py
frictionless/server/router.py
frictionless/server/server.py
frictionless/server/projects/__init__.py
frictionless/server/projects/connect.py
frictionless/server/projects/copy_file.py
frictionless/server/projects/create_directory.py
frictionless/server/projects/create_file.py
frictionless/server/projects/create_package.py
frictionless/server/projects/create_record.py
frictionless/server/projects/delete_file.py
frictionless/server/projects/list_files.py
frictionless/server/projects/list_folders.py
frictionless/server/projects/move_file.py
frictionless/server/projects/publish_package.py
frictionless/server/projects/update_record.py
frictionless/server/resource/__init__.py
frictionless/server/resource/describe.py
frictionless/server/resource/extract.py
frictionless/server/resource/read.py
frictionless/server/resource/transform.py
frictionless/server/resource/validate.py
frictionless/steps/__init__.py
frictionless/steps/cell/__init__.py
frictionless/steps/cell/cell_convert.py
frictionless/steps/cell/cell_fill.py
frictionless/steps/cell/cell_format.py
frictionless/steps/cell/cell_interpolate.py
frictionless/steps/cell/cell_replace.py
frictionless/steps/cell/cell_set.py
frictionless/steps/field/__init__.py
frictionless/steps/field/field_add.py
frictionless/steps/field/field_filter.py
frictionless/steps/field/field_merge.py
frictionless/steps/field/field_move.py
frictionless/steps/field/field_pack.py
frictionless/steps/field/field_remove.py
frictionless/steps/field/field_split.py
frictionless/steps/field/field_unpack.py
frictionless/steps/field/field_update.py
frictionless/steps/resource/__init__.py
frictionless/steps/resource/resource_add.py
frictionless/steps/resource/resource_remove.py
frictionless/steps/resource/resource_transform.py
frictionless/steps/resource/resource_update.py
frictionless/steps/row/__init__.py
frictionless/steps/row/row_filter.py
frictionless/steps/row/row_search.py
frictionless/steps/row/row_slice.py
frictionless/steps/row/row_sort.py
frictionless/steps/row/row_split.py
frictionless/steps/row/row_subset.py
frictionless/steps/row/row_ungroup.py
frictionless/steps/table/__init__.py
frictionless/steps/table/table_aggregate.py
frictionless/steps/table/table_attach.py
frictionless/steps/table/table_debug.py
frictionless/steps/table/table_diff.py
frictionless/steps/table/table_intersect.py
frictionless/steps/table/table_join.py
frictionless/steps/table/table_melt.py
frictionless/steps/table/table_merge.py
frictionless/steps/table/table_normalize.py
frictionless/steps/table/table_pivot.py
frictionless/steps/table/table_print.py
frictionless/steps/table/table_recast.py
frictionless/steps/table/table_transpose.py
frictionless/steps/table/table_validate.py
frictionless/steps/table/table_write.py
frictionless/system/__init__.py
frictionless/system/adapter.py
frictionless/system/loader.py
frictionless/system/mapper.py
frictionless/system/parser.py
frictionless/system/plugin.py
frictionless/system/system.py
frictionless/table/__init__.py
frictionless/table/header.py
frictionless/table/lookup.py
frictionless/table/row.py
tests/actions/__init__.py
tests/actions/describe/__init__.py
tests/actions/describe/test_dialect.py
tests/actions/describe/test_main.py
tests/actions/describe/test_package.py
tests/actions/describe/test_resource.py
tests/actions/describe/test_schema.py
tests/actions/extract/__init__.py
tests/actions/extract/test_main.py
tests/actions/extract/test_package.py
tests/actions/extract/test_resource.py
tests/actions/transform/__init__.py
tests/actions/transform/test_main.py
tests/actions/transform/test_package.py
tests/actions/transform/test_resource.py
tests/actions/validate/__init__.py
tests/actions/validate/test_inquiry.py
tests/actions/validate/test_main.py
tests/actions/validate/test_package.py
tests/actions/validate/test_pipeline.py
tests/actions/validate/test_resource.py
tests/actions/validate/test_schema.py
tests/assets/__init__.py
tests/catalog/__init__.py
tests/catalog/test_dereference.py
tests/catalog/test_general.py
tests/catalog/test_infer.py
tests/checklist/__init__.py
tests/checklist/test_convert.py
tests/checklist/test_general.py
tests/checklist/check/__init__.py
tests/checklist/check/test_convert.py
tests/checklist/check/test_general.py
tests/detector/__init__.py
tests/detector/test_convert.py
tests/detector/test_general.py
tests/dialect/__init__.py
tests/dialect/test_convert.py
tests/dialect/test_general.py
tests/dialect/control/__init__.py
tests/dialect/control/test_general.py
tests/errors/__init__.py
tests/formats/__init__.py
tests/formats/csv/__init__.py
tests/formats/csv/test_parser.py
tests/formats/erd/__init__.py
tests/formats/erd/test_mapper.py
tests/formats/excel/__init__.py
tests/formats/excel/test_adapter.py
tests/formats/excel/test_control.py
tests/formats/excel/test_mapper.py
tests/formats/gsheets/__init__.py
tests/formats/gsheets/test_parser.py
tests/formats/html/__init__.py
tests/formats/html/test_parser.py
tests/formats/inline/__init__.py
tests/formats/inline/test_parser.py
tests/formats/json/__init__.py
tests/formats/json/test_control.py
tests/formats/json/parsers/__init__.py
tests/formats/json/parsers/test_json.py
tests/formats/json/parsers/test_jsonl.py
tests/formats/jsonschema/__init__.py
tests/formats/jsonschema/test_mapper.py
tests/formats/markdown/__init__.py
tests/formats/markdown/test_mapper.py
tests/formats/ods/__init__.py
tests/formats/ods/test_adapter.py
tests/formats/ods/test_parser.py
tests/formats/pandas/__init__.py
tests/formats/pandas/test_parser.py
tests/formats/parquet/__init__.py
tests/formats/parquet/test_parser.py
tests/formats/spss/__init__.py
tests/formats/spss/test_parser.py
tests/formats/sql/__init__.py
tests/formats/sql/test_adapter.py
tests/formats/sql/test_mapper.py
tests/formats/sql/test_parser.py
tests/formats/sql/databases/__init__.py
tests/formats/sql/databases/mysql/__init__.py
tests/formats/sql/databases/mysql/test_adapter.py
tests/formats/sql/databases/mysql/test_parser.py
tests/formats/sql/databases/postgres/__init__.py
tests/formats/sql/databases/postgres/test_adapter.py
tests/formats/sql/databases/postgres/test_parser.py
tests/formats/yaml/__init__.py
tests/formats/yaml/test_parser.py
tests/formats/zip/__init__.py
tests/formats/zip/test_adapter.py
tests/inquiry/__init__.py
tests/inquiry/test_convert.py
tests/inquiry/test_general.py
tests/inquiry/test_validate.py
tests/inquiry/task/__init__.py
tests/inquiry/task/test_convert.py
tests/inquiry/task/test_general.py
tests/inquiry/task/test_validate.py
tests/package/__init__.py
tests/package/test_compression.py
tests/package/test_convert.py
tests/package/test_dereference.py
tests/package/test_general.py
tests/package/test_infer.py
tests/package/test_onerror.py
tests/package/test_profiles.py
tests/package/test_resources.py
tests/package/test_schema.py
tests/package/test_security.py
tests/package/analyze/__init__.py
tests/package/analyze/test_general.py
tests/package/describe/__init__.py
tests/package/describe/test_general.py
tests/package/extract/__init__.py
tests/package/extract/test_general.py
tests/package/transform/__init__.py
tests/package/transform/test_general.py
tests/package/validate/__init__.py
tests/package/validate/test_general.py
tests/package/validate/test_parallel.py
tests/package/validate/test_schema.py
tests/package/validate/test_stats.py
tests/pipeline/__init__.py
tests/pipeline/test_convert.py
tests/pipeline/test_general.py
tests/pipeline/test_validate.py
tests/pipeline/step/__init__.py
tests/pipeline/step/test_convert.py
tests/pipeline/step/test_general.py
tests/portals/__init__.py
tests/portals/ckan/__init__.py
tests/portals/ckan/conftest.py
tests/portals/ckan/test_adapter.py
tests/portals/ckan/test_storage.py
tests/portals/github/__init__.py
tests/portals/github/conftest.py
tests/portals/github/test_adapter.py
tests/portals/zenodo/__init__.py
tests/portals/zenodo/conftest.py
tests/portals/zenodo/test_adapter.py
tests/report/__init__.py
tests/report/test_convert.py
tests/report/test_general.py
tests/report/test_validate.py
tests/report/task/__init__.py
tests/report/task/test_convert.py
tests/report/task/test_general.py
tests/resource/__init__.py
tests/resource/test_compression.py
tests/resource/test_convert.py
tests/resource/test_dereference.py
tests/resource/test_detector.py
tests/resource/test_dialect.py
tests/resource/test_encoding.py
tests/resource/test_extrapaths.py
tests/resource/test_format.py
tests/resource/test_general.py
tests/resource/test_infer.py
tests/resource/test_innerpath.py
tests/resource/test_onerror.py
tests/resource/test_open.py
tests/resource/test_profiles.py
tests/resource/test_read.py
tests/resource/test_schema.py
tests/resource/test_scheme.py
tests/resource/test_security.py
tests/resource/test_stats.py
tests/resource/test_write.py
tests/resource/describe/__init__.py
tests/resource/describe/test_general.py
tests/resource/extract/__init__.py
tests/resource/extract/test_general.py
tests/resource/index/__init__.py
tests/resource/index/test_general.py
tests/resource/transform/__init__.py
tests/resource/transform/test_general.py
tests/resource/transform/test_pipeline.py
tests/resource/validate/__init__.py
tests/resource/validate/test_checklist.py
tests/resource/validate/test_compression.py
tests/resource/validate/test_detector.py
tests/resource/validate/test_dialect.py
tests/resource/validate/test_encoding.py
tests/resource/validate/test_format.py
tests/resource/validate/test_general.py
tests/resource/validate/test_schema.py
tests/resource/validate/test_scheme.py
tests/resource/validate/test_stats.py
tests/schema/__init__.py
tests/schema/test_convert.py
tests/schema/test_describe.py
tests/schema/test_general.py
tests/schema/test_validate.py
tests/schema/field/__init__.py
tests/schema/field/test_constraints.py
tests/schema/field/test_convert.py
tests/schema/field/test_custom.py
tests/schema/field/test_general.py
tests/schema/field/test_read.py
tests/schemes/__init__.py
tests/schemes/aws/__init__.py
tests/schemes/aws/test_control.py
tests/schemes/aws/loaders/__init__.py
tests/schemes/aws/loaders/test_s3.py
tests/schemes/buffer/__init__.py
tests/schemes/buffer/test_loader.py
tests/schemes/local/__init__.py
tests/schemes/local/test_loader.py
tests/schemes/multipart/__init__.py
tests/schemes/multipart/test_loader.py
tests/schemes/remote/__init__.py
tests/schemes/remote/test_loader.py
tests/schemes/stream/__init__.py
tests/schemes/stream/test_loader.py
tests/server/__init__.py
tests/server/conftest.py
tests/server/test_server.py
tests/server/projects/__init__.py
tests/server/projects/test_connect.py
tests/server/projects/test_create_directory.py
tests/server/projects/test_create_file.py
tests/server/projects/test_delete_file.py
tests/server/projects/test_list_files.py
tests/server/projects/test_list_folders.py
tests/server/projects/test_move_file.py
tests/server/projects/test_read_file.py
tests/server/resource/__init__.py
tests/server/resource/test_describe.py
tests/server/resource/test_extract.py
tests/server/resource/test_transform.py
tests/server/resource/test_validate.py
tests/system/__init__.py
tests/system/test_plugin.py
tests/system/test_system.py
tests/table/__init__.py
tests/table/test_header.py
tests/table/test_row.py