csvpath 0.0.502__tar.gz → 0.0.503__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.
Files changed (290) hide show
  1. {csvpath-0.0.502 → csvpath-0.0.503}/PKG-INFO +1 -1
  2. {csvpath-0.0.502 → csvpath-0.0.503}/config/config.ini +7 -14
  3. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/config.py +4 -2
  4. {csvpath-0.0.502 → csvpath-0.0.503}/pyproject.toml +1 -1
  5. {csvpath-0.0.502 → csvpath-0.0.503}/LICENSE +0 -0
  6. {csvpath-0.0.502 → csvpath-0.0.503}/README.md +0 -0
  7. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/__init__.py +0 -0
  8. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/cli/__init__.py +0 -0
  9. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/cli/cli.py +0 -0
  10. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/cli/drill_down.py +0 -0
  11. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/csvpath.py +0 -0
  12. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/csvpaths.py +0 -0
  13. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/__init__.py +0 -0
  14. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/files/file_cacher.py +0 -0
  15. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/files/file_manager.py +0 -0
  16. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/files/file_metadata.py +0 -0
  17. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/files/file_registrar.py +0 -0
  18. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ckan/ckan.py +0 -0
  19. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ckan/ckan_listener.py +0 -0
  20. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ckan/datafile.py +0 -0
  21. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ckan/dataset.py +0 -0
  22. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/event.py +0 -0
  23. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/event_result.py +0 -0
  24. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/file_listener_ol.py +0 -0
  25. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/job.py +0 -0
  26. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/ol_listener.py +0 -0
  27. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/paths_listener_ol.py +0 -0
  28. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/result_listener_ol.py +0 -0
  29. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/results_listener_ol.py +0 -0
  30. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/run.py +0 -0
  31. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/run_listener_ol.py +0 -0
  32. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/run_state.py +0 -0
  33. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/ol/sender.py +0 -0
  34. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/slack/event.py +0 -0
  35. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/integrations/slack/sender.py +0 -0
  36. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/listener.py +0 -0
  37. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/metadata.py +0 -0
  38. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/paths/paths_manager.py +0 -0
  39. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/paths/paths_metadata.py +0 -0
  40. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/paths/paths_registrar.py +0 -0
  41. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/registrar.py +0 -0
  42. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/readers/file_errors_reader.py +0 -0
  43. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/readers/file_lines_reader.py +0 -0
  44. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/readers/file_printouts_reader.py +0 -0
  45. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/readers/file_unmatched_reader.py +0 -0
  46. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/readers/readers.py +0 -0
  47. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/result.py +0 -0
  48. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/result_file_reader.py +0 -0
  49. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/result_metadata.py +0 -0
  50. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/result_registrar.py +0 -0
  51. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/result_serializer.py +0 -0
  52. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/results_manager.py +0 -0
  53. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/results_metadata.py +0 -0
  54. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/results/results_registrar.py +0 -0
  55. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/run/run_listener_stdout.py +0 -0
  56. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/run/run_metadata.py +0 -0
  57. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/managers/run/run_registrar.py +0 -0
  58. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/__init__.py +0 -0
  59. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/__init__.py +0 -0
  60. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/args.py +0 -0
  61. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/all.py +0 -0
  62. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/andf.py +0 -0
  63. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/any.py +0 -0
  64. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/between.py +0 -0
  65. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/empty.py +0 -0
  66. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/exists.py +0 -0
  67. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/inf.py +0 -0
  68. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/no.py +0 -0
  69. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/notf.py +0 -0
  70. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/orf.py +0 -0
  71. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/boolean/yes.py +0 -0
  72. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/count.py +0 -0
  73. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/count_bytes.py +0 -0
  74. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/count_headers.py +0 -0
  75. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/count_lines.py +0 -0
  76. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/count_scans.py +0 -0
  77. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/counter.py +0 -0
  78. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/every.py +0 -0
  79. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/has_matches.py +0 -0
  80. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/increment.py +0 -0
  81. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/tally.py +0 -0
  82. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/counting/total_lines.py +0 -0
  83. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/dates/now.py +0 -0
  84. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/function.py +0 -0
  85. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/function_factory.py +0 -0
  86. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/function_finder.py +0 -0
  87. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/function_focus.py +0 -0
  88. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/append.py +0 -0
  89. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/collect.py +0 -0
  90. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/empty_stack.py +0 -0
  91. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/end.py +0 -0
  92. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/header_name.py +0 -0
  93. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/header_names_mismatch.py +0 -0
  94. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/headers.py +0 -0
  95. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/mismatch.py +0 -0
  96. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/replace.py +0 -0
  97. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/headers/reset_headers.py +0 -0
  98. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/lines/advance.py +0 -0
  99. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/lines/after_blank.py +0 -0
  100. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/lines/dups.py +0 -0
  101. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/lines/first.py +0 -0
  102. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/lines/first_line.py +0 -0
  103. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/lines/last.py +0 -0
  104. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/lines/stop.py +0 -0
  105. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/above.py +0 -0
  106. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/add.py +0 -0
  107. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/divide.py +0 -0
  108. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/equals.py +0 -0
  109. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/intf.py +0 -0
  110. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/mod.py +0 -0
  111. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/multiply.py +0 -0
  112. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/round.py +0 -0
  113. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/subtotal.py +0 -0
  114. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/subtract.py +0 -0
  115. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/math/sum.py +0 -0
  116. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/misc/fingerprint.py +0 -0
  117. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/misc/importf.py +0 -0
  118. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/misc/random.py +0 -0
  119. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/print/jinjaf.py +0 -0
  120. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/print/print_line.py +0 -0
  121. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/print/print_queue.py +0 -0
  122. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/print/printf.py +0 -0
  123. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/print/table.py +0 -0
  124. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/stats/minf.py +0 -0
  125. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/stats/percent.py +0 -0
  126. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/stats/percent_unique.py +0 -0
  127. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/stats/stdev.py +0 -0
  128. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/concat.py +0 -0
  129. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/length.py +0 -0
  130. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/lower.py +0 -0
  131. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/metaphone.py +0 -0
  132. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/regex.py +0 -0
  133. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/starts_with.py +0 -0
  134. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/strip.py +0 -0
  135. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/substring.py +0 -0
  136. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/strings/upper.py +0 -0
  137. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/testing/debug.py +0 -0
  138. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/types/__init__.py +0 -0
  139. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/types/boolean.py +0 -0
  140. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/types/datef.py +0 -0
  141. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/types/decimal.py +0 -0
  142. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/types/nonef.py +0 -0
  143. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/types/string.py +0 -0
  144. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/types/type.py +0 -0
  145. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/validity/fail.py +0 -0
  146. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/validity/failed.py +0 -0
  147. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/validity/line.py +0 -0
  148. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/variables/get.py +0 -0
  149. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/variables/pushpop.py +0 -0
  150. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/variables/put.py +0 -0
  151. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/variables/track.py +0 -0
  152. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/functions/variables/variables.py +0 -0
  153. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/lark_parser.py +0 -0
  154. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/lark_transformer.py +0 -0
  155. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/matcher.py +0 -0
  156. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/__init__.py +0 -0
  157. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/equality.py +0 -0
  158. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/expression.py +0 -0
  159. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/header.py +0 -0
  160. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/matchable.py +0 -0
  161. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/qualified.py +0 -0
  162. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/reference.py +0 -0
  163. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/term.py +0 -0
  164. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/productions/variable.py +0 -0
  165. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/util/exceptions.py +0 -0
  166. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/util/expression_encoder.py +0 -0
  167. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/util/expression_utility.py +0 -0
  168. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/util/lark_print_parser.py +0 -0
  169. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/util/print_parser.py +0 -0
  170. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/matching/util/runtime_data_collector.py +0 -0
  171. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/explain_mode.py +0 -0
  172. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/files_mode.py +0 -0
  173. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/logic_mode.py +0 -0
  174. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/mode_controller.py +0 -0
  175. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/print_mode.py +0 -0
  176. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/return_mode.py +0 -0
  177. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/run_mode.py +0 -0
  178. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/source_mode.py +0 -0
  179. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/transfer_mode.py +0 -0
  180. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/unmatched_mode.py +0 -0
  181. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/modes/validation_mode.py +0 -0
  182. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/scanning/__init__.py +0 -0
  183. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/scanning/exceptions.py +0 -0
  184. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/scanning/parser.out +0 -0
  185. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/scanning/parsetab.py +0 -0
  186. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/scanning/scanner.py +0 -0
  187. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/scanning/scanning_lexer.py +0 -0
  188. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/cache.py +0 -0
  189. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/class_loader.py +0 -0
  190. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/config_exception.py +0 -0
  191. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/error.py +0 -0
  192. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/exceptions.py +0 -0
  193. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/file_readers.py +0 -0
  194. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/last_line_stats.py +0 -0
  195. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/line_counter.py +0 -0
  196. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/line_monitor.py +0 -0
  197. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/line_spooler.py +0 -0
  198. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/log_utility.py +0 -0
  199. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/metadata_parser.py +0 -0
  200. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/pandas_data_reader.py +0 -0
  201. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/printer.py +0 -0
  202. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/reference_parser.py +0 -0
  203. {csvpath-0.0.502 → csvpath-0.0.503}/csvpath/util/s3_data_reader.py +0 -0
  204. {csvpath-0.0.502 → csvpath-0.0.503}/docs/asbool.md +0 -0
  205. {csvpath-0.0.502 → csvpath-0.0.503}/docs/assignment.md +0 -0
  206. {csvpath-0.0.502 → csvpath-0.0.503}/docs/comments.md +0 -0
  207. {csvpath-0.0.502 → csvpath-0.0.503}/docs/config.md +0 -0
  208. {csvpath-0.0.502 → csvpath-0.0.503}/docs/examples.md +0 -0
  209. {csvpath-0.0.502 → csvpath-0.0.503}/docs/files.md +0 -0
  210. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/above.md +0 -0
  211. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/advance.md +0 -0
  212. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/after_blank.md +0 -0
  213. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/all.md +0 -0
  214. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/andor.md +0 -0
  215. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/any.md +0 -0
  216. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/average.md +0 -0
  217. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/between.md +0 -0
  218. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/collect.md +0 -0
  219. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/correlate.md +0 -0
  220. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/count.md +0 -0
  221. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/count_bytes.md +0 -0
  222. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/count_headers.md +0 -0
  223. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/counter.md +0 -0
  224. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/date.md +0 -0
  225. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/empty.md +0 -0
  226. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/empty_stack.md +0 -0
  227. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/end.md +0 -0
  228. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/every.md +0 -0
  229. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/fail.md +0 -0
  230. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/fingerprint.md +0 -0
  231. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/first.md +0 -0
  232. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/get.md +0 -0
  233. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/has_dups.md +0 -0
  234. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/has_matches.md +0 -0
  235. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/header.md +0 -0
  236. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/header_name.md +0 -0
  237. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/header_names_mismatch.md +0 -0
  238. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/implementing_functions.md +0 -0
  239. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/import.md +0 -0
  240. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/in.md +0 -0
  241. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/increment.md +0 -0
  242. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/intf.md +0 -0
  243. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/jinja.md +0 -0
  244. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/last.md +0 -0
  245. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/line.md +0 -0
  246. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/line_number.md +0 -0
  247. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/max.md +0 -0
  248. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/metaphone.md +0 -0
  249. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/mismatch.md +0 -0
  250. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/no.md +0 -0
  251. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/not.md +0 -0
  252. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/now.md +0 -0
  253. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/percent_unique.md +0 -0
  254. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/pop.md +0 -0
  255. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/print.md +0 -0
  256. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/print_line.md +0 -0
  257. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/print_queue.md +0 -0
  258. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/random.md +0 -0
  259. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/regex.md +0 -0
  260. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/replace.md +0 -0
  261. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/reset_headers.md +0 -0
  262. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/stdev.md +0 -0
  263. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/stop.md +0 -0
  264. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/string_functions.md +0 -0
  265. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/subtotal.md +0 -0
  266. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/subtract.md +0 -0
  267. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/sum.md +0 -0
  268. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/tally.md +0 -0
  269. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/total_lines.md +0 -0
  270. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/track.md +0 -0
  271. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/types.md +0 -0
  272. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/variables.md +0 -0
  273. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions/variables_and_headers.md +0 -0
  274. {csvpath-0.0.502 → csvpath-0.0.503}/docs/functions.md +0 -0
  275. {csvpath-0.0.502 → csvpath-0.0.503}/docs/grammar.md +0 -0
  276. {csvpath-0.0.502 → csvpath-0.0.503}/docs/headers.md +0 -0
  277. {csvpath-0.0.502 → csvpath-0.0.503}/docs/images/csvpath-icon-sm.png +0 -0
  278. {csvpath-0.0.502 → csvpath-0.0.503}/docs/images/csvpath-logo-wordmark-tight-2.svg +0 -0
  279. {csvpath-0.0.502 → csvpath-0.0.503}/docs/images/logo-wordmark-3.svg +0 -0
  280. {csvpath-0.0.502 → csvpath-0.0.503}/docs/images/logo-wordmark-4.svg +0 -0
  281. {csvpath-0.0.502 → csvpath-0.0.503}/docs/images/logo-wordmark-white-on-black-trimmed-padded.png +0 -0
  282. {csvpath-0.0.502 → csvpath-0.0.503}/docs/images/logo-wordmark-white-trimmed.png +0 -0
  283. {csvpath-0.0.502 → csvpath-0.0.503}/docs/images/marquez-logo-sm.png +0 -0
  284. {csvpath-0.0.502 → csvpath-0.0.503}/docs/images/openlineage-logo-sm.png +0 -0
  285. {csvpath-0.0.502 → csvpath-0.0.503}/docs/paths.md +0 -0
  286. {csvpath-0.0.502 → csvpath-0.0.503}/docs/printing.md +0 -0
  287. {csvpath-0.0.502 → csvpath-0.0.503}/docs/qualifiers.md +0 -0
  288. {csvpath-0.0.502 → csvpath-0.0.503}/docs/references.md +0 -0
  289. {csvpath-0.0.502 → csvpath-0.0.503}/docs/terms.md +0 -0
  290. {csvpath-0.0.502 → csvpath-0.0.503}/docs/variables.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: csvpath
3
- Version: 0.0.502
3
+ Version: 0.0.503
4
4
  Summary: A declarative language for validating CSV, Excel, and other tabular data files
5
5
  Author: David Kershaw
6
6
  Author-email: dk107dk@hotmail.com
@@ -25,26 +25,21 @@ path = cache
25
25
  imports = config/functions.imports
26
26
 
27
27
  [listeners]
28
- groups =
29
- #slack, marquez, ckan
30
-
31
- # add ckan to the list of groups above for alerts to slack webhooks
32
- ckan.paths = from csvpath.managers.integrations.ckan.ckan_listener import CkanListener
33
- ckan.result = from csvpath.managers.integrations.ckan.ckan_listener import CkanListener
28
+ groups =
34
29
  ckan.results = from csvpath.managers.integrations.ckan.ckan_listener import CkanListener
35
-
36
- #add marquez to the list of groups above for OpenLineage events to a local Marquez
37
30
  marquez.file = from csvpath.managers.integrations.ol.file_listener_ol import OpenLineageFileListener
38
31
  marquez.paths = from csvpath.managers.integrations.ol.paths_listener_ol import OpenLineagePathsListener
39
32
  marquez.result = from csvpath.managers.integrations.ol.result_listener_ol import OpenLineageResultListener
40
33
  marquez.results = from csvpath.managers.integrations.ol.results_listener_ol import OpenLineageResultsListener
41
-
42
- # add slack to the list of groups above for alerts to slack webhooks
43
34
  slack.file = from csvpath.managers.integrations.slack.sender import SlackSender
44
35
  slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
45
36
  slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
46
37
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
47
38
 
39
+ [ckan]
40
+ server = http://localhost:80
41
+ api_token = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI3akJwc1ZuSkVrZm1aNnBtVTJfTW5CNlJXZ211YjdOOHVXZ1l1cUFDa0Q4IiwiaWF0IjoxNzM0NzE4NDQ3fQ.QXWXoJoSxVES4NwXYBteYUD7enX9D5T2htmETLGFzrs
42
+
48
43
  [marquez]
49
44
  base_url = http://localhost:5000
50
45
  endpoint = api/v1/lineage
@@ -53,13 +48,11 @@ timeout = 5
53
48
  verify = False
54
49
 
55
50
  [slack]
56
- # add your main webhook here. to set webhooks on a csvpath-by-csvpath basis add
57
- # on-valid-slack: webhook-minus-'https://' and/or
58
- # on-invalid-slack: webhook-minus-'https://'
59
- webhook_url =
51
+ webhook_url =
60
52
 
61
53
  [results]
62
54
  archive = archive
55
+ transfers = transfers
63
56
 
64
57
  [inputs]
65
58
  files = inputs/named_files
@@ -174,8 +174,6 @@ groups =
174
174
  #slack, marquez, ckan
175
175
 
176
176
  # add ckan to the list of groups above to push content and metadata to CKAN
177
- ckan.paths = from csvpath.managers.integrations.ckan.ckan_listener import CkanListener
178
- ckan.result = from csvpath.managers.integrations.ckan.ckan_listener import CkanListener
179
177
  ckan.results = from csvpath.managers.integrations.ckan.ckan_listener import CkanListener
180
178
 
181
179
  #add marquez to the list of groups above for OpenLineage events to a Marquez server
@@ -190,6 +188,10 @@ slack.paths = from csvpath.managers.integrations.slack.sender import SlackSender
190
188
  slack.result = from csvpath.managers.integrations.slack.sender import SlackSender
191
189
  slack.results = from csvpath.managers.integrations.slack.sender import SlackSender
192
190
 
191
+ [ckan]
192
+ server = http://localhost:80
193
+ api_token =
194
+
193
195
  [marquez]
194
196
  base_url = http://localhost:5000
195
197
  endpoint = api/v1/lineage
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "csvpath"
3
- version = "0.0.502"
3
+ version = "0.0.503"
4
4
  description = "A declarative language for validating CSV, Excel, and other tabular data files"
5
5
  authors = ["David Kershaw <dk107dk@hotmail.com>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes