csvpath 0.0.519__tar.gz → 0.0.520__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {csvpath-0.0.519 → csvpath-0.0.520}/PKG-INFO +1 -1
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/cli/asker.py +9 -2
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/decimal.py +29 -20
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/header.py +20 -25
- {csvpath-0.0.519 → csvpath-0.0.520}/pyproject.toml +1 -1
- {csvpath-0.0.519 → csvpath-0.0.520}/LICENSE +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/README.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/config/config.ini +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/__init__.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/cli/__init__.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/cli/cli.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/cli/debug_config.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/cli/drill_down.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/cli/selecter.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/csvpath.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/csvpaths.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/__init__.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/errors/error.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/errors/error_collector.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/errors/error_comms.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/errors/error_manager.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/files/file_cacher.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/files/file_manager.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/files/file_metadata.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/files/file_registrar.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/files/files_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ckan/ckan.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ckan/ckan_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ckan/datafile.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ckan/dataset.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/event.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/event_result.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/file_listener_ol.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/job.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/ol_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/paths_listener_ol.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/result_listener_ol.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/results_listener_ol.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/run.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/run_listener_ol.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/run_state.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/ol/sender.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/error_metrics.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/metrics.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/otlp_error_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/otlp_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/otlp_result_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/otlp_results_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftp/sftp_sender.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftpplus/arrival_handler.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftpplus/rpc.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftpplus/sftpplus_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftpplus/transfer_creator.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftpplus/transfers.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/slack/event.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/slack/sender.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/metadata.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/paths/paths_listener.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/paths/paths_manager.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/paths/paths_metadata.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/paths/paths_registrar.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/registrar.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/readers/file_errors_reader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/readers/file_lines_reader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/readers/file_printouts_reader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/readers/file_unmatched_reader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/readers/readers.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/result.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/result_file_reader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/result_metadata.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/result_registrar.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/result_serializer.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/results_manager.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/results_metadata.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/results_registrar.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/run/run_listener_stdout.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/run/run_metadata.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/run/run_registrar.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/__init__.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/__init__.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/args.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/args_helper.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/all.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/andf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/any.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/between.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/empty.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/exists.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/inf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/no.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/notf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/orf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/boolean/yes.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/count.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/count_bytes.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/count_headers.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/count_lines.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/count_scans.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/counter.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/every.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/has_matches.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/increment.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/tally.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/counting/total_lines.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/dates/now.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/function.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/function_factory.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/function_finder.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/function_focus.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/append.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/collect.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/empty_stack.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/end.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/header_name.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/header_names_mismatch.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/headers.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/mismatch.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/replace.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/reset_headers.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/lines/advance.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/lines/after_blank.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/lines/dups.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/lines/first.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/lines/first_line.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/lines/last.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/lines/stop.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/above.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/add.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/divide.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/equals.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/intf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/mod.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/multiply.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/odd.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/round.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/subtotal.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/subtract.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/math/sum.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/misc/fingerprint.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/misc/importf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/misc/random.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/print/jinjaf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/print/print_line.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/print/print_queue.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/print/printf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/print/table.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/stats/minf.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/stats/percent.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/stats/percent_unique.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/stats/stdev.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/alter.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/caps.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/concat.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/contains.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/length.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/lower.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/metaphone.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/regex.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/starts_with.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/strip.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/substring.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/strings/upper.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/testing/debug.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/__init__.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/boolean.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/datef.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/email.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/nonef.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/string.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/type.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/types/url.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/validity/fail.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/validity/failed.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/validity/line.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/variables/get.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/variables/pushpop.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/variables/put.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/variables/track.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/variables/variables.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/lark_parser.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/lark_transformer.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/matcher.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/__init__.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/equality.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/expression.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/matchable.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/qualified.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/reference.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/term.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/productions/variable.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/util/exceptions.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/util/expression_encoder.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/util/expression_utility.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/util/lark_print_parser.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/util/print_parser.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/util/runtime_data_collector.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/error_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/explain_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/files_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/logic_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/mode_controller.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/print_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/return_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/run_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/source_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/transfer_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/unmatched_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/modes/validation_mode.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/scanning/__init__.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/scanning/exceptions.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/scanning/parser.out +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/scanning/parsetab.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/scanning/scanner.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/scanning/scanning_lexer.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/box.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/cache.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/class_loader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/config.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/config_exception.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/exceptions.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/file_info.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/file_readers.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/file_writers.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/hasher.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/last_line_stats.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/line_counter.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/line_monitor.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/line_spooler.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/log_utility.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/metadata_parser.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/nos.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/pandas_data_reader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/printer.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/reference_parser.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/s3/s3_data_reader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/s3/s3_data_writer.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/s3/s3_fingerprinter.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/s3/s3_utils.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/s3/s3_xlsx_data_reader.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/csvpath/util/var_utility.py +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/asbool.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/assignment.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/comments.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/config.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/examples.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/files.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/above.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/advance.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/after_blank.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/all.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/andor.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/any.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/average.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/between.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/collect.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/contains.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/correlate.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/count.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/count_bytes.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/count_headers.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/counter.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/date.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/email.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/empty.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/empty_stack.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/end.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/equal.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/every.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/fail.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/fingerprint.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/first.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/get.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/has_dups.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/has_matches.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/header.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/header_name.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/header_names_mismatch.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/implementing_functions.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/import.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/in.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/increment.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/intf.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/jinja.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/last.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/line.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/line_number.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/max.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/metaphone.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/mismatch.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/no.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/not.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/now.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/odd.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/percent_unique.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/pop.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/print.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/print_line.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/print_queue.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/random.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/regex.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/replace.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/reset_headers.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/stdev.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/stop.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/string_functions.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/subtotal.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/subtract.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/sum.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/tally.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/total_lines.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/track.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/types.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/variables.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions/variables_and_headers.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/functions.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/grammar.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/headers.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/ckan-logo-sm.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/csvpath-icon-sm.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/csvpath-logo-wordmark-tight-2.svg +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/logo-wordmark-3.svg +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/logo-wordmark-4.svg +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/logo-wordmark-white-on-black-trimmed-padded.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/logo-wordmark-white-trimmed.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/marquez-logo-sm.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/openlineage-logo-sm.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/opentelemetry.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/sftpplus-logo2.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/images/sftpplus-logo3.png +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/paths.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/printing.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/qualifiers.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/references.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/terms.md +0 -0
- {csvpath-0.0.519 → csvpath-0.0.520}/docs/variables.md +0 -0
|
@@ -22,7 +22,7 @@ class Asker:
|
|
|
22
22
|
names = self._cli.csvpaths.file_manager.named_file_names
|
|
23
23
|
names.sort()
|
|
24
24
|
elif name_type == "paths":
|
|
25
|
-
names = self._cli.csvpaths.
|
|
25
|
+
names = self._cli.csvpaths.paths_manager.named_paths_names
|
|
26
26
|
names.sort()
|
|
27
27
|
else:
|
|
28
28
|
raise ValueError("Name type must be files or paths")
|
|
@@ -31,15 +31,21 @@ class Asker:
|
|
|
31
31
|
|
|
32
32
|
def create_prompt_application(self, prompt_text=None):
|
|
33
33
|
if prompt_text is None:
|
|
34
|
-
prompt_text =
|
|
34
|
+
prompt_text = (
|
|
35
|
+
"Named-file name? "
|
|
36
|
+
if self.name_type == "files"
|
|
37
|
+
else "Named-paths name? "
|
|
38
|
+
)
|
|
35
39
|
# Create a buffer to store input
|
|
36
40
|
buffer = Buffer(completer=self.completer, complete_while_typing=True)
|
|
37
41
|
# Create key bindings
|
|
38
42
|
kb = KeyBindings()
|
|
43
|
+
|
|
39
44
|
@kb.add("enter")
|
|
40
45
|
def _(event):
|
|
41
46
|
self.result = buffer.text
|
|
42
47
|
event.app.exit()
|
|
48
|
+
|
|
43
49
|
@kb.add("c-c")
|
|
44
50
|
@kb.add("c-q")
|
|
45
51
|
def _(event):
|
|
@@ -85,5 +91,6 @@ class Asker:
|
|
|
85
91
|
except Exception as e:
|
|
86
92
|
self._cli.csvpaths.logger.error(e)
|
|
87
93
|
import traceback
|
|
94
|
+
|
|
88
95
|
print(traceback.format_exc())
|
|
89
96
|
return None
|
|
@@ -45,19 +45,10 @@ class Decimal(ValueProducer, Type):
|
|
|
45
45
|
h = self._value_one(skip=skip)
|
|
46
46
|
if h is None:
|
|
47
47
|
#
|
|
48
|
-
# Matcher via Type will take care of mismatches and Nones
|
|
48
|
+
# Matcher via Type will take care of mismatches and Nones. Args handles nonnone
|
|
49
49
|
#
|
|
50
50
|
if self.notnone is True:
|
|
51
51
|
self.match = False
|
|
52
|
-
#
|
|
53
|
-
# should be caught by Args
|
|
54
|
-
#
|
|
55
|
-
""" """
|
|
56
|
-
msg = f"'{self._value_one(skip=skip)}' cannot be empty"
|
|
57
|
-
self.matcher.csvpath.error_manager.handle_error(source=self, msg=msg)
|
|
58
|
-
if self.matcher.csvpath.do_i_raise():
|
|
59
|
-
raise MatchException(msg)
|
|
60
|
-
""" """
|
|
61
52
|
return
|
|
62
53
|
self.match = True
|
|
63
54
|
return
|
|
@@ -65,6 +56,9 @@ class Decimal(ValueProducer, Type):
|
|
|
65
56
|
#
|
|
66
57
|
# we know this value is a number because Args checked it.
|
|
67
58
|
# but would a user know from looking at it that it was a float?
|
|
59
|
+
# if strict, we require the fractional part. if not strict any
|
|
60
|
+
# whole number can be a decimal with an unwritten .0 so we
|
|
61
|
+
# allow it.
|
|
68
62
|
#
|
|
69
63
|
if self.has_qualifier("strict"):
|
|
70
64
|
if f"{h}".strip().find(".") == -1:
|
|
@@ -76,19 +70,34 @@ class Decimal(ValueProducer, Type):
|
|
|
76
70
|
)
|
|
77
71
|
if self.matcher.csvpath.do_i_raise():
|
|
78
72
|
raise MatchException(msg)
|
|
73
|
+
self.match = False
|
|
79
74
|
return
|
|
80
|
-
|
|
81
|
-
elif self.has_qualifier("weak"):
|
|
82
|
-
self.match = True
|
|
83
|
-
elif f"{h}".strip().find(".") == -1:
|
|
84
|
-
self.match = False
|
|
85
|
-
return
|
|
86
|
-
else:
|
|
87
|
-
self.match = True
|
|
75
|
+
self.match = True
|
|
88
76
|
else:
|
|
89
77
|
if f"{h}".find(".") > -1:
|
|
90
|
-
|
|
91
|
-
|
|
78
|
+
msg = "Integers cannot have a fractional part"
|
|
79
|
+
if self.has_qualifier("strict"):
|
|
80
|
+
self.matcher.csvpath.error_manager.handle_error(
|
|
81
|
+
source=self, msg=msg
|
|
82
|
+
)
|
|
83
|
+
if self.matcher.csvpath.do_i_raise():
|
|
84
|
+
raise MatchException(msg)
|
|
85
|
+
self.match = False
|
|
86
|
+
return
|
|
87
|
+
i = ExpressionUtility.to_int(h)
|
|
88
|
+
f = ExpressionUtility.to_float(h)
|
|
89
|
+
if i == f:
|
|
90
|
+
# the fractional part is 0, so we'll allow it
|
|
91
|
+
self.match = True
|
|
92
|
+
else:
|
|
93
|
+
self.matcher.csvpath.error_manager.handle_error(
|
|
94
|
+
source=self, msg=msg
|
|
95
|
+
)
|
|
96
|
+
if self.matcher.csvpath.do_i_raise():
|
|
97
|
+
raise MatchException(msg)
|
|
98
|
+
self.match = False
|
|
99
|
+
return
|
|
100
|
+
self.match = True
|
|
92
101
|
#
|
|
93
102
|
# validate min and max
|
|
94
103
|
#
|
|
@@ -8,8 +8,6 @@ class Header(Matchable):
|
|
|
8
8
|
"""a header is analogous to a column in a spreadsheet or
|
|
9
9
|
RDBMS but with CSV characteristics"""
|
|
10
10
|
|
|
11
|
-
NEVER = -9999999999
|
|
12
|
-
|
|
13
11
|
def __str__(self) -> str:
|
|
14
12
|
return f"""{self._simple_class_name()}({self.qualified_name}) """
|
|
15
13
|
|
|
@@ -17,12 +15,10 @@ class Header(Matchable):
|
|
|
17
15
|
# header names can be quoted like "Last Year Number"
|
|
18
16
|
if isinstance(name, str):
|
|
19
17
|
name = name.strip()
|
|
20
|
-
|
|
21
|
-
# name = name[1 : len(name) - 1]
|
|
22
|
-
super().__init__(matcher, value=Header.NEVER, name=name)
|
|
18
|
+
super().__init__(matcher, value=None, name=name)
|
|
23
19
|
|
|
24
20
|
def reset(self) -> None:
|
|
25
|
-
self.value =
|
|
21
|
+
self.value = None
|
|
26
22
|
self.match = None
|
|
27
23
|
super().reset()
|
|
28
24
|
|
|
@@ -31,27 +27,26 @@ class Header(Matchable):
|
|
|
31
27
|
ret = self._noop_value()
|
|
32
28
|
self.valuing().result(ret).because("skip")
|
|
33
29
|
return ret
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
if
|
|
37
|
-
|
|
38
|
-
ret = None
|
|
39
|
-
else:
|
|
40
|
-
ret = self.matcher.line[int(self.name)]
|
|
30
|
+
ret = None
|
|
31
|
+
if isinstance(self.name, int) or self.name.isdecimal():
|
|
32
|
+
if int(self.name) >= len(self.matcher.line):
|
|
33
|
+
ret = None
|
|
41
34
|
else:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
f"Header.to_value: miss because n >= {len(self.matcher.line)}"
|
|
50
|
-
)
|
|
51
|
-
if self.asbool:
|
|
52
|
-
self.value = ExpressionUtility.asbool(ret)
|
|
35
|
+
ret = self.matcher.line[int(self.name)]
|
|
36
|
+
else:
|
|
37
|
+
n = self.matcher.header_index(self.name)
|
|
38
|
+
if n is None:
|
|
39
|
+
ret = None
|
|
40
|
+
elif self.matcher.line and len(self.matcher.line) > n:
|
|
41
|
+
ret = self.matcher.line[n]
|
|
53
42
|
else:
|
|
54
|
-
self.
|
|
43
|
+
self.matcher.csvpath.logger.debug(
|
|
44
|
+
f"Header.to_value: miss because n >= {len(self.matcher.line)}"
|
|
45
|
+
)
|
|
46
|
+
if self.asbool:
|
|
47
|
+
self.value = ExpressionUtility.asbool(ret)
|
|
48
|
+
else:
|
|
49
|
+
self.value = ret
|
|
55
50
|
if isinstance(self.value, str):
|
|
56
51
|
self.value = self.value.strip()
|
|
57
52
|
return self.value
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/otlp_error_listener.py
RENAMED
|
File without changes
|
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/otlp_result_listener.py
RENAMED
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/otlp/otlp_results_listener.py
RENAMED
|
File without changes
|
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftpplus/arrival_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftpplus/sftpplus_listener.py
RENAMED
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/integrations/sftpplus/transfer_creator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/readers/file_printouts_reader.py
RENAMED
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/managers/results/readers/file_unmatched_reader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{csvpath-0.0.519 → csvpath-0.0.520}/csvpath/matching/functions/headers/header_names_mismatch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|