csvpath 0.0.606__tar.gz → 0.0.608__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.606 → csvpath-0.0.608}/PKG-INFO +1 -1
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/files/files_activation_listener.py +2 -4
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/webhook/webhook_listener.py +2 -4
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/webhook/webhook_results_listener.py +38 -1
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/paths/paths_describer.py +7 -1
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/config.py +4 -1
- {csvpath-0.0.606 → csvpath-0.0.608}/pyproject.toml +1 -1
- {csvpath-0.0.606 → csvpath-0.0.608}/LICENSE +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/README.md +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/.DS_Store +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/config.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/extra-functions.imports +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/function.imports +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-local-azure.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-local-filesystem-mysql.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-local-gcs.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-local-s3.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-local-sftp.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-windows-azure.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-windows-gcs.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-windows-local.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-windows-s3.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/config/jenkins-windows-sftp.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/.DS_Store +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/Mac.goenvironment.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/Windows.goenvironment.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/azure-pipeline.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/azure.sh +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/gcs.sh +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/google-pipeline.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/local-pipeline.gopipeline copy.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/local.sh +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/s3-pipeline.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/s3.sh +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/sftp-pipeline.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/mac/sftp.sh +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/azure.bat +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/gcs.bat +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/local.bat +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/s3.bat +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/sftp.bat +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/windows-azure.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/windows-gcs.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/windows-local.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/windows-s3.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/gocd/windows/windows-sftp.gopipeline.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/.DS_Store +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/sftpplus/handle_auto_arrival.bat +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/sftpplus/handle_auto_arrival.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/sftpplus/handle_auto_arrival.sh +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/sftpplus/handle_mailbox_arrival.bat +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/sftpplus/handle_mailbox_arrival.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/sftpplus/handle_mailbox_arrival.sh +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/sqlite/csvpath +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/integrations/sqlite/schema.sql +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.25-py3-none-any.whl +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.27-py3-none-any.whl +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.28-py3-none-any.whl +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.29-py3-none-any.whl +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.30.tar.gz +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.31.tar.gz +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.33.tar.gz +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.34.tar.gz +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.35.tar.gz +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/config/config.ini +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/config/env.json +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/__init__.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/__init__.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/asker.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/cli.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/const.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/debug_config.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/drill_down.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/function_describer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/function_lister.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/cli/selecter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/csvpath.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/csvpaths.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/__init__.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/errors/error.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/errors/error_collector.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/errors/error_comms.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/errors/error_manager.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/files/file_activator.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/files/file_describer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/files/file_manager.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/files/file_metadata.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/files/file_registrar.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/files/files_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/files/lines_and_headers_cacher.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ckan/ckan.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ckan/ckan_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ckan/datafile.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ckan/dataset.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/event.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/event_result.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/file_listener_ol.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/job.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/ol_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/paths_listener_ol.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/result_listener_ol.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/results_listener_ol.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/run.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/run_listener_ol.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/run_state.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/ol/sender.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/error_metrics.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/metrics.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_error_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_file_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_paths_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_result_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_results_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/scripts/scripts_results_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sftp/sftp_sender.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sftpplus/arrival_handler.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sftpplus/rpc.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sftpplus/sftpplus_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sftpplus/transfer_creator.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sftpplus/transfers.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/slack/event.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/slack/sender.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/engine.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/sql_file_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/sql_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/sql_paths_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/sql_result_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/sql_results_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/tables.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/updates.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sqlite/schema.sql +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sqlite/sqlite_result_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sqlite/sqlite_results_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/metadata.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/paths/paths_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/paths/paths_manager.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/paths/paths_metadata.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/paths/paths_registrar.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/registrar.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/readers/file_errors_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/readers/file_lines_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/readers/file_printouts_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/readers/file_unmatched_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/readers/readers.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/result.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/result_file_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/result_metadata.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/result_registrar.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/result_serializer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/results_manager.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/results_metadata.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/results_registrar.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/run/run_listener_stdout.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/run/run_metadata.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/run/run_registrar.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/test_listener.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/__init__.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/__init__.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/args.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/args_helper.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/all.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/andf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/any.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/between.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/empty.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/exists.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/inf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/no.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/notf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/orf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/boolean/yes.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/count.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/count_bytes.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/count_headers.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/count_lines.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/count_scans.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/counter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/every.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/has_matches.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/increment.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/tally.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/counting/total_lines.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/dates/now.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/dates/part.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/dates/roll.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/function.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/function_factory.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/function_finder.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/function_focus.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/append.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/collect.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/empty_stack.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/end.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/header_name.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/header_names_mismatch.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/headers.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/headers_stack.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/insert.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/line_before.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/mismatch.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/remove.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/rename.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/replace.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/headers/reset_headers.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/json/jsonpath.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/lines/advance.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/lines/after_blank.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/lines/dups.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/lines/first.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/lines/first_line.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/lines/last.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/lines/stop.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/above.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/add.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/divide.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/equals.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/intf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/mod.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/multiply.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/odd.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/round.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/subtotal.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/subtract.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/math/sum.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/misc/fingerprint.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/misc/importf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/misc/parquet.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/misc/random.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/print/jinjaf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/print/print_line.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/print/print_queue.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/print/printf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/print/table.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/sql/sql_in.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/stats/minf.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/stats/nminmax.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/stats/percent.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/stats/percent_unique.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/stats/stdev.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/alter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/caps.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/concat.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/contains.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/format.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/length.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/lower.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/metaphone.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/regex.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/starts_with.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/strip.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/substring.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/strings/upper.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/testing/debug.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/__init__.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/blank.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/boolean.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/datatype.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/datef.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/decimal.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/email.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/nonef.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/string.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/type.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/url.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/types/wildcard.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/validity/fail.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/validity/failed.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/validity/line.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/validity/matches.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/validity/percent_matching.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/clear.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/get.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/index_of.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/pushpop.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/put.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/slice.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/sort.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/track.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/variables/variables.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/functions/xml/xpath.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/lark_parser.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/lark_transformer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/matcher.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/__init__.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/equality.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/expression.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/header.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/matchable.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/qualified.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/reference.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/term.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/productions/variable.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/util/exceptions.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/util/expression_encoder.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/util/expression_utility.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/util/lark_print_parser.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/util/parquet_utility.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/util/print_parser.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/matching/util/runtime_data_collector.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/error_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/explain_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/files_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/logic_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/mode_controller.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/print_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/return_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/run_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/source_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/transfer_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/unmatched_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/modes/validation_mode.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/scanning/__init__.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/scanning/scanner2.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/scanning/scanner2_parser.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/scanning/scanner2_transformer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/azure/azure_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/azure/azure_data_writer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/azure/azure_fingerprinter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/azure/azure_json_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/azure/azure_nos.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/azure/azure_timing_policy.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/azure/azure_utils.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/azure/azure_xlsx_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/backend_check.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/box.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/cache.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/caser.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/class_loader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/code.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/config_env.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/config_exception.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/date_util.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/exceptions.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/file_info.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/file_readers.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/file_utility.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/file_writers.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/gcs/gcs_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/gcs/gcs_data_writer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/gcs/gcs_fingerprinter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/gcs/gcs_json_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/gcs/gcs_nos.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/gcs/gcs_utils.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/gcs/gcs_xlsx_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/hasher.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/http/http_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/intermediary.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/json/json_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/json/json_reader_helper.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/last_line_stats.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/line_counter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/line_monitor.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/line_spooler.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/log_utility.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/metadata_parser.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/nos.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/pandas_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/path_util.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/printer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/py_file_utility.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/files_reference_finder_2.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/files_tools/fingerprint_finder.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/files_tools/range_finder.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/ref_utils.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/reference_exceptions.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/reference_grammar.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/reference_manifest_entry_finder.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/reference_parser.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/reference_results.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/reference_transformer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/results_reference_finder_2.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/results_tools/data_finder.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/results_tools/date_filter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/results_tools/identity_finder.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/results_tools/path_filter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/results_tools/resolve_possibles.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/results_tools/token_filters.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/results_tools/yesterday_or_today_translator.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/references/tools/date_completer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/referrer_printer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/run_home_maker.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/s3/s3_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/s3/s3_data_writer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/s3/s3_fingerprinter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/s3/s3_json_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/s3/s3_nos.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/s3/s3_utils.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/s3/s3_xlsx_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sftp/sftp_config.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sftp/sftp_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sftp/sftp_data_writer.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sftp/sftp_fingerprinter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sftp/sftp_json_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sftp/sftp_nos.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sftp/sftp_walk.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sftp/sftp_xlsx_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/sqliter.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/stopwatch.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/template_util.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/var_utility.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/xlsx/xlsx_data_reader.py +0 -0
- {csvpath-0.0.606 → csvpath-0.0.608}/csvpath/util/xlsx/xlsx_reader_helper.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: csvpath
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.608
|
|
4
4
|
Summary: CsvPath Framework is a data preboarding automation library for receiving, validating, and tracking CSV, Excel, JSONL and other tabular data files before they can corrupt downstream data consumers.
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Author: David Kershaw
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import requests
|
|
2
1
|
import threading
|
|
3
2
|
|
|
4
|
-
from abc import ABC
|
|
5
3
|
|
|
6
4
|
from csvpath import CsvPaths
|
|
7
5
|
from csvpath.managers.metadata import Metadata
|
|
@@ -28,6 +26,6 @@ class FileActivationListener(Listener, threading.Thread):
|
|
|
28
26
|
csvpaths = CsvPaths()
|
|
29
27
|
activator = csvpaths.file_manager.activator
|
|
30
28
|
ref = mdata.named_file_ref
|
|
31
|
-
csvpaths.logger.info("Activating for {ref} if any activation is configured")
|
|
29
|
+
csvpaths.logger.info(f"Activating for {ref} if any activation is configured")
|
|
32
30
|
activator.activate_if(ref)
|
|
33
|
-
csvpaths.logger.info("Activation for {ref} if any completed")
|
|
31
|
+
csvpaths.logger.info(f"Activation for {ref} if any completed")
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/webhook/webhook_listener.py
RENAMED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import requests
|
|
2
2
|
import threading
|
|
3
3
|
|
|
4
|
-
from abc import ABC
|
|
5
|
-
from csvpath.util.box import Box
|
|
6
4
|
from csvpath.managers.metadata import Metadata
|
|
7
5
|
from csvpath.managers.listener import Listener
|
|
8
6
|
from csvpath.matching.util.expression_utility import ExpressionUtility
|
|
@@ -22,8 +20,7 @@ from csvpath.matching.util.expression_utility import ExpressionUtility
|
|
|
22
20
|
#
|
|
23
21
|
|
|
24
22
|
|
|
25
|
-
class WebhookException(Exception):
|
|
26
|
-
...
|
|
23
|
+
class WebhookException(Exception): ...
|
|
27
24
|
|
|
28
25
|
|
|
29
26
|
class WebhookListener(Listener, threading.Thread):
|
|
@@ -113,6 +110,7 @@ class WebhookListener(Listener, threading.Thread):
|
|
|
113
110
|
# prep request
|
|
114
111
|
#
|
|
115
112
|
headers = {"Content-Type": "application/json"}
|
|
113
|
+
headers = headers | self._headers_for_type(mdata, atype)
|
|
116
114
|
#
|
|
117
115
|
# send
|
|
118
116
|
#
|
|
@@ -64,7 +64,7 @@ class WebhookResultsListener(WebhookListener):
|
|
|
64
64
|
return False
|
|
65
65
|
return True
|
|
66
66
|
|
|
67
|
-
def _url_for_type(self, mdata: Metadata, atype: str):
|
|
67
|
+
def _url_for_type(self, mdata: Metadata, atype: str) -> str:
|
|
68
68
|
cfg = self.csvpaths.paths_manager.describer.get_webhooks(mdata.named_paths_name)
|
|
69
69
|
if cfg is None:
|
|
70
70
|
return None
|
|
@@ -79,6 +79,43 @@ class WebhookResultsListener(WebhookListener):
|
|
|
79
79
|
else:
|
|
80
80
|
raise ValueError(f"Unknown type: {atype}")
|
|
81
81
|
|
|
82
|
+
def _headers_for_type(self, mdata: Metadata, atype: str) -> dict:
|
|
83
|
+
cfg = self.csvpaths.paths_manager.describer.get_webhooks(mdata.named_paths_name)
|
|
84
|
+
if cfg is None:
|
|
85
|
+
return None
|
|
86
|
+
headers = None
|
|
87
|
+
if atype.find("all") > -1:
|
|
88
|
+
headers = cfg.on_complete_all.headers
|
|
89
|
+
elif atype.find("invalid") > -1:
|
|
90
|
+
headers = cfg.on_complete_invalid.headers
|
|
91
|
+
elif atype.find("valid") > -1:
|
|
92
|
+
headers = cfg.on_complete_valid.headers
|
|
93
|
+
elif atype.find("error") > -1:
|
|
94
|
+
headers = cfg.on_complete_error.headers
|
|
95
|
+
else:
|
|
96
|
+
raise ValueError(f"Unknown type: {atype}")
|
|
97
|
+
#
|
|
98
|
+
# get raw headers
|
|
99
|
+
#
|
|
100
|
+
_ = {}
|
|
101
|
+
if headers and len(headers) > 0:
|
|
102
|
+
_ = {
|
|
103
|
+
header.name: header.value
|
|
104
|
+
for header in headers
|
|
105
|
+
if header.name and header.value
|
|
106
|
+
}
|
|
107
|
+
#
|
|
108
|
+
# do var sub. this looks goofy but it will have the correct source and do {} var sub
|
|
109
|
+
#
|
|
110
|
+
faux = "___never_say_never___"
|
|
111
|
+
headers = {}
|
|
112
|
+
for k, v in _.items():
|
|
113
|
+
self.config.set(section=faux, name=k, value=v)
|
|
114
|
+
v = self.config.get(section=faux, name=k)
|
|
115
|
+
headers[k] = v
|
|
116
|
+
self.config.config_parser.remove_section(faux)
|
|
117
|
+
return headers
|
|
118
|
+
|
|
82
119
|
def _payload_for_type(self, mdata: Metadata, atype: str) -> dict:
|
|
83
120
|
if mdata is None:
|
|
84
121
|
raise ValueError("Metadata cannot be None")
|
|
@@ -20,9 +20,15 @@ class Scripts(BaseModel):
|
|
|
20
20
|
on_complete_error: Optional[str] = None
|
|
21
21
|
|
|
22
22
|
|
|
23
|
+
class Header(BaseModel):
|
|
24
|
+
name: Optional[str] = None
|
|
25
|
+
value: Optional[str] = None
|
|
26
|
+
|
|
27
|
+
|
|
23
28
|
class Webhook(BaseModel):
|
|
24
29
|
url: Optional[str] = None
|
|
25
30
|
payload: Optional[str] = None
|
|
31
|
+
headers: list[Header] = []
|
|
26
32
|
|
|
27
33
|
|
|
28
34
|
class Webhooks(BaseModel):
|
|
@@ -330,7 +336,7 @@ class NamedPathsDescriber:
|
|
|
330
336
|
else:
|
|
331
337
|
raise ValueError(f"Script {path} not found")
|
|
332
338
|
|
|
333
|
-
# ==========
|
|
339
|
+
# ========== webhooks ============
|
|
334
340
|
|
|
335
341
|
def store_webhooks(self, name: NamedPathsName, w: Webhooks) -> None:
|
|
336
342
|
config = self.get_config(name)
|
|
@@ -114,7 +114,7 @@ allow_local_files=True
|
|
|
114
114
|
|
|
115
115
|
[listeners]
|
|
116
116
|
# add listener group names to send events to the channel they represent
|
|
117
|
-
groups = default
|
|
117
|
+
groups = default,activation
|
|
118
118
|
#slack, openlineage, ckan, sftp, sftpplus, otlp, sqlite, sql
|
|
119
119
|
|
|
120
120
|
# general purpose webhook caller
|
|
@@ -138,6 +138,9 @@ sqlite.result = from csvpath.managers.integrations.sqlite.sqlite_result_listener
|
|
|
138
138
|
default.file = from csvpath.managers.files.files_listener import FilesListener
|
|
139
139
|
default.paths = from csvpath.managers.paths.paths_listener import PathsListener
|
|
140
140
|
|
|
141
|
+
# adds a listener that uses info in a named-file descriptor to create a run when data arrives
|
|
142
|
+
activation.file = from csvpath.managers.files.files_activation_listener import FileActivationListener
|
|
143
|
+
|
|
141
144
|
# add otlp to the list of groups above to push observability metrics to an OpenTelemetry endpoint
|
|
142
145
|
otlp.result = from csvpath.managers.integrations.otlp.otlp_result_listener import OpenTelemetryResultListener
|
|
143
146
|
otlp.results = from csvpath.managers.integrations.otlp.otlp_results_listener import OpenTelemetryResultsListener
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "csvpath"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.608"
|
|
4
4
|
description = "CsvPath Framework is a data preboarding automation library for receiving, validating, and tracking CSV, Excel, JSONL and other tabular data files before they can corrupt downstream data consumers."
|
|
5
5
|
authors = ["David Kershaw <info@csvpath.org>"]
|
|
6
6
|
readme = "README.md"
|
|
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.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.25-py3-none-any.whl
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.27-py3-none-any.whl
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.28-py3-none-any.whl
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/assets/libs/release_candidate_maker-0.0.29-py3-none-any.whl
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
|
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_error_listener.py
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_file_listener.py
RENAMED
|
File without changes
|
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_paths_listener.py
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_result_listener.py
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/otlp/otlp_results_listener.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sftpplus/arrival_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sftpplus/sftpplus_listener.py
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/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
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/sql_result_listener.py
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sql/sql_results_listener.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sqlite/sqlite_result_listener.py
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/integrations/sqlite/sqlite_results_listener.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
|
{csvpath-0.0.606 → csvpath-0.0.608}/csvpath/managers/results/readers/file_printouts_reader.py
RENAMED
|
File without changes
|
{csvpath-0.0.606 → csvpath-0.0.608}/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
|