csvpath 0.0.487__tar.gz → 0.0.488__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.487 → csvpath-0.0.488}/PKG-INFO +1 -1
- csvpath-0.0.488/config/config.ini +29 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/managers/result_serializer.py +1 -2
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/config.py +9 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/error.py +17 -1
- {csvpath-0.0.487 → csvpath-0.0.488}/pyproject.toml +1 -1
- {csvpath-0.0.487 → csvpath-0.0.488}/LICENSE +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/README.md +0 -0
- /csvpath-0.0.487/config/config.ini → /csvpath-0.0.488/config/config copy.ini +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/__init__.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/csvpath.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/csvpaths.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/managers/__init__.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/managers/csvpaths_manager.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/managers/file_manager.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/managers/result.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/managers/results_manager.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/__init__.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/__init__.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/args.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/all.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/andf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/any.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/between.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/empty.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/exists.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/inf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/no.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/notf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/orf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/boolean/yes.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/count.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/count_headers.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/count_lines.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/count_scans.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/counter.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/every.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/has_matches.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/increment.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/tally.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/counting/total_lines.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/dates/now.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/function.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/function_factory.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/function_finder.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/function_focus.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/append.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/collect.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/empty_stack.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/end.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/header_name.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/header_names_mismatch.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/headers.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/mismatch.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/replace.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/headers/reset_headers.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/lines/advance.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/lines/after_blank.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/lines/dups.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/lines/first.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/lines/first_line.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/lines/last.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/lines/stop.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/above.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/add.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/divide.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/equals.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/intf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/mod.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/multiply.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/round.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/subtotal.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/subtract.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/math/sum.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/misc/importf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/misc/random.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/print/jinjaf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/print/print_line.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/print/print_queue.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/print/printf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/print/table.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/stats/minf.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/stats/percent.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/stats/percent_unique.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/stats/stdev.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/concat.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/length.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/lower.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/metaphone.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/regex.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/starts_with.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/strip.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/substring.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/strings/upper.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/testing/debug.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/types/__init__.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/types/boolean.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/types/datef.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/types/decimal.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/types/nonef.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/types/string.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/types/type.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/validity/fail.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/validity/failed.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/validity/line.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/variables/get.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/variables/pushpop.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/variables/put.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/variables/track.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/functions/variables/variables.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/lark_parser.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/lark_transformer.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/matcher.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/__init__.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/equality.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/expression.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/header.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/matchable.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/qualified.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/reference.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/term.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/productions/variable.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/util/exceptions.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/util/expression_encoder.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/util/expression_utility.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/util/lark_print_parser.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/util/print_parser.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/matching/util/runtime_data_collector.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/scanning/__init__.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/scanning/exceptions.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/scanning/parser.out +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/scanning/parsetab.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/scanning/scanner.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/scanning/scanning_lexer.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/cache.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/config_exception.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/exceptions.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/file_readers.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/last_line_stats.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/line_counter.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/line_monitor.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/log_utility.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/metadata_parser.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/csvpath/util/printer.py +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/asbool.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/assignment.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/comments.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/config.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/examples.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/files.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/above.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/advance.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/after_blank.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/all.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/andor.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/any.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/average.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/between.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/collect.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/correlate.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/count.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/count_headers.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/counter.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/date.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/empty.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/empty_stack.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/end.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/every.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/fail.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/first.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/get.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/has_dups.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/has_matches.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/header.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/header_name.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/header_names_mismatch.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/implementing_functions.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/import.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/in.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/increment.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/intf.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/jinja.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/last.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/line.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/line_number.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/max.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/metaphone.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/mismatch.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/no.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/not.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/now.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/percent_unique.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/pop.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/print.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/print_line.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/print_queue.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/random.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/regex.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/replace.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/reset_headers.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/stdev.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/stop.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/string_functions.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/subtotal.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/subtract.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/sum.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/tally.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/total_lines.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/track.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/types.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/variables.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions/variables_and_headers.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/functions.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/grammar.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/headers.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/images/logo-wordmark-white-on-black-trimmed-padded.png +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/images/logo-wordmark-white-trimmed.png +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/paths.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/printing.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/qualifiers.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/references.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/terms.md +0 -0
- {csvpath-0.0.487 → csvpath-0.0.488}/docs/variables.md +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
[csvpath_files]
|
|
2
|
+
extensions = txt, csvpath, csvpaths
|
|
3
|
+
|
|
4
|
+
[csv_files]
|
|
5
|
+
extensions = txt, csv, tsv, dat, tab, psv, ssv
|
|
6
|
+
|
|
7
|
+
[errors]
|
|
8
|
+
csvpath = raise, collect, stop, fail, print
|
|
9
|
+
csvpaths = raise, collect
|
|
10
|
+
|
|
11
|
+
[logging]
|
|
12
|
+
csvpath = info
|
|
13
|
+
csvpaths = info
|
|
14
|
+
log_file = logs/csvpath.log
|
|
15
|
+
log_files_to_keep = 100
|
|
16
|
+
log_file_size = 52428800
|
|
17
|
+
|
|
18
|
+
[config]
|
|
19
|
+
path = config/config.ini
|
|
20
|
+
|
|
21
|
+
[cache]
|
|
22
|
+
path = cache
|
|
23
|
+
|
|
24
|
+
[functions]
|
|
25
|
+
imports = config/functions.imports
|
|
26
|
+
|
|
27
|
+
[results]
|
|
28
|
+
archive = archive
|
|
29
|
+
|
|
@@ -23,7 +23,7 @@ class ResultSerializer:
|
|
|
23
23
|
runtime_data["run_index"] = result.run_index
|
|
24
24
|
self._save(
|
|
25
25
|
metadata=result.csvpath.metadata,
|
|
26
|
-
errors=result.errors,
|
|
26
|
+
errors=[e.to_json() for e in result.errors],
|
|
27
27
|
variables=result.variables,
|
|
28
28
|
lines=result.lines,
|
|
29
29
|
printouts=result.get_printouts(),
|
|
@@ -62,7 +62,6 @@ class ResultSerializer:
|
|
|
62
62
|
"metadata": metadata,
|
|
63
63
|
"runtime_data": runtime_data,
|
|
64
64
|
}
|
|
65
|
-
print(f"\nresult_serializer: meta: {meta}")
|
|
66
65
|
run_dir = self.get_instance_dir(run_dir=run_dir, identity=identity)
|
|
67
66
|
# Save the JSON files
|
|
68
67
|
with open(os.path.join(run_dir, "meta.json"), "w") as f:
|
|
@@ -120,6 +120,12 @@ class Config:
|
|
|
120
120
|
f"WARNING: Check config at {self.config_path} for [{section}][{name}]"
|
|
121
121
|
)
|
|
122
122
|
|
|
123
|
+
def add_to_config(self, section, key, value) -> None:
|
|
124
|
+
if not self._config.has_section(section):
|
|
125
|
+
self._config.add_section(section)
|
|
126
|
+
self._config.set(section, key, value)
|
|
127
|
+
self.save_config()
|
|
128
|
+
|
|
123
129
|
def save_config(self) -> None:
|
|
124
130
|
with open(self.configpath, "w") as f:
|
|
125
131
|
self._config.write(f)
|
|
@@ -352,6 +358,9 @@ archive = archive
|
|
|
352
358
|
def archive_path(self) -> str:
|
|
353
359
|
if self._archive_path is None:
|
|
354
360
|
self._archive_path = self._get("results", "archive")
|
|
361
|
+
if self._archive_path is None:
|
|
362
|
+
self._archive_path = "archive"
|
|
363
|
+
self.add_to_config("results", "archive", "archive")
|
|
355
364
|
return self._archive_path
|
|
356
365
|
|
|
357
366
|
@archive_path.setter
|
|
@@ -79,7 +79,23 @@ class Error:
|
|
|
79
79
|
self.json: str = None
|
|
80
80
|
self.datum: Any = None
|
|
81
81
|
self.filename: str = None
|
|
82
|
-
self.at: datetime
|
|
82
|
+
self.at: datetime.now()
|
|
83
|
+
|
|
84
|
+
def to_json(self) -> dict:
|
|
85
|
+
ret = {
|
|
86
|
+
"line_count":self.line_count,
|
|
87
|
+
"match_count":self.match_count,
|
|
88
|
+
"scan_count":self.scan_count,
|
|
89
|
+
"error":f"{self.error}",
|
|
90
|
+
"source":f"{self.source}",
|
|
91
|
+
"message":self.message,
|
|
92
|
+
"trace":self.trace,
|
|
93
|
+
"json":self.json,
|
|
94
|
+
"datum":self.datum,
|
|
95
|
+
"filename":self.filename,
|
|
96
|
+
"at":f"{self.at}"
|
|
97
|
+
}
|
|
98
|
+
return ret
|
|
83
99
|
|
|
84
100
|
def __str__(self) -> str:
|
|
85
101
|
string = f"""Error
|
|
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.487 → csvpath-0.0.488}/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
|
|
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
|
|
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
|
|
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.487 → csvpath-0.0.488}/docs/images/logo-wordmark-white-on-black-trimmed-padded.png
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
|