.gitignore
BUGS.md
Dockerfile
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
TODO.md
build_tdigest.py
db_requirements.txt
libraries_help.md
minimal.txt
optional.txt
pyproject.toml
requirements.txt
setup.py
test_requirements.txt
c_source/tdigest/LICENSE
c_source/tdigest/tdigest.c
c_source/tdigest/tdigest.h
deps/Cerberus-1.3.4-py3-none-any.whl
dkit/__init__.py
dkit/base.py
dkit/compatibility.py
dkit/decorators.py
dkit/exceptions.py
dkit/messages.py
dkit/multi_processing.py
dkit/typing_helper.py
dkit/algorithms/__init__.py
dkit/algorithms/tdigest.py
dkit/algorithms/trie.py
dkit/data/__init__.py
dkit/data/aggregation.py
dkit/data/bencode.py
dkit/data/bxr.py
dkit/data/console.py
dkit/data/containers.py
dkit/data/diff.py
dkit/data/eda.py
dkit/data/fake_helper.py
dkit/data/filters.py
dkit/data/helpers.py
dkit/data/histogram.py
dkit/data/infer.py
dkit/data/iteration.py
dkit/data/json_utils.py
dkit/data/kafka_utils.py
dkit/data/manipulate.py
dkit/data/map_db.py
dkit/data/matching.py
dkit/data/msgpack_utils.py
dkit/data/stats.c
dkit/data/stats.py
dkit/data/window.py
dkit/data/xml_helper.py
dkit/data/zmqdb.py
dkit/doc/__init__.py
dkit/doc/builder.py
dkit/doc/canned.py
dkit/doc/document.py
dkit/doc/json_renderer.py
dkit/doc/latex.py
dkit/doc/latex_renderer.py
dkit/doc/lorem.py
dkit/doc/pdf_helper.py
dkit/doc/reportlab_renderer.py
dkit/doc/schemas.py
dkit/doc/xlsx_renderer.ppy
dkit/doc2/__init__.py
dkit/doc2/document.py
dkit/doc2/md_to_doc.py
dkit/doc2/rl_helper.py
dkit/doc2/rl_renderer.py
dkit/doc2/rl_styles.py
dkit/etl/__init__.py
dkit/etl/helpers.py
dkit/etl/model.py
dkit/etl/normalize.py
dkit/etl/reader.py
dkit/etl/schema.py
dkit/etl/sink.py
dkit/etl/source.py
dkit/etl/transform.py
dkit/etl/utilities.py
dkit/etl/verifier.py
dkit/etl/writer.py
dkit/etl/extensions/__init__.py
dkit/etl/extensions/ext_arrow.py
dkit/etl/extensions/ext_athena.py
dkit/etl/extensions/ext_avro.py
dkit/etl/extensions/ext_bxr.py
dkit/etl/extensions/ext_dataclass.py
dkit/etl/extensions/ext_dbapi.py
dkit/etl/extensions/ext_graphviz.py
dkit/etl/extensions/ext_hdfs.py
dkit/etl/extensions/ext_msgpack.py
dkit/etl/extensions/ext_protobuf.py
dkit/etl/extensions/ext_rest.py
dkit/etl/extensions/ext_sftp.py
dkit/etl/extensions/ext_spark.py
dkit/etl/extensions/ext_sql_alchemy.py
dkit/etl/extensions/ext_tables.py
dkit/etl/extensions/ext_xls.py
dkit/etl/extensions/ext_xlsx.py
dkit/etl/extensions/ext_xml.py
dkit/parsers/__init__.py
dkit/parsers/helpers.py
dkit/parsers/html_parser.py
dkit/parsers/infix_parser.py
dkit/parsers/parameter_parser.py
dkit/parsers/record_parser.py
dkit/parsers/type_parser.py
dkit/parsers/uri_parser.py
dkit/plot/__init__.py
dkit/plot/base.py
dkit/plot/ggrammar.py
dkit/plot/gnuplot.py
dkit/plot/matplotlib.py
dkit/plot/matplotlib_extra.py
dkit/plot/plotly.py
dkit/resources/SourceSansPro-Bold.ttf
dkit/resources/SourceSansPro-BoldItalic.ttf
dkit/resources/SourceSansPro-Italic.ttf
dkit/resources/SourceSansPro-Regular.ttf
dkit/resources/background.pdf
dkit/resources/cars.csv
dkit/resources/lorem.txt
dkit/resources/rl_stylesheet.yaml
dkit/shell/__init__.py
dkit/shell/ascii.py
dkit/shell/console.py
dkit/shell/ptk.py
dkit/shell/ptk_aio.py
dkit/shell/runners.py
dkit/shell/simple_completer.py
dkit/utilities/__init__.py
dkit/utilities/benchmarking.py
dkit/utilities/cache.py
dkit/utilities/cmd_helper.py
dkit/utilities/concurrency.py
dkit/utilities/file_helper.py
dkit/utilities/identifier.py
dkit/utilities/iff.py
dkit/utilities/instrumentation.c
dkit/utilities/instrumentation.py
dkit/utilities/intervals.py
dkit/utilities/introspection.py
dkit/utilities/jinja2.py
dkit/utilities/log_helper.py
dkit/utilities/mixins.py
dkit/utilities/network_helper.py
dkit/utilities/numeric.py
dkit/utilities/security.py
dkit/utilities/template_helper.py
dkit/utilities/text.py
dkit/utilities/time_helper.py
dkit/utilities/web.py
dkit/utilities/zmq_helper.py
doc/Makefile
doc/make.bat
doc/images/Makefile
doc/images/histogram.png
doc/source/base.rst
doc/source/conf.py
doc/source/data.rst
doc/source/decorators.rst
doc/source/etl.rst
doc/source/index.rst
doc/source/multiprocessing.rst
doc/source/parsers.rst
doc/source/plot.rst
doc/source/utilities.rst
doc/source/_static/README
examples/Makefile
examples/config.ini
examples/example_aggregate.py
examples/example_athena_dll.py
examples/example_barplot.py
examples/example_cmd_application.py_
examples/example_configured_application.py
examples/example_configured_object.ppy
examples/example_console_plot.py
examples/example_counter.py
examples/example_counter_logger.py
examples/example_document.py
examples/example_download_file.py
examples/example_eda.py
examples/example_entity_map_db.py
examples/example_etl_helpers.py
examples/example_expression_filter.py
examples/example_expression_parser.py
examples/example_ext_sql_alchemy.py
examples/example_ext_tables.py
examples/example_file_object_map_db.py
examples/example_heatmap.py
examples/example_histogram.py
examples/example_histplot.py
examples/example_list_pipeline.py
examples/example_object_map.py
examples/example_pivot.py
examples/example_ptk_aio.ppy
examples/example_reduce_pivot.py
examples/example_reportlab.py
examples/example_reportlab_helper.py
examples/example_sparkline.py
examples/example_string_scanner.py
examples/example_table.py
examples/example_task_pipeline.py
examples/example_timer.py
examples/example_window_functions.py
examples/example_xml_source.py
examples/example_xml_transformer.py
examples/sample_data.py
examples/stylesheet.yaml
examples/arrow_data/README
examples/data/nottem_temp.jsonl
examples/data/plotdata.pdf
examples/data/runstats.jsonl.xz
examples/data/titanic.csv
examples/plots/plot.png
examples/rl_report/report.yaml
examples/rl_report/templates/analysis.md
examples/rl_report/templates/introduction.md
examples/tex/sparklines.tex
html/.placeholder
lib_dk/__init__.py
lib_dk/admin_module.py
lib_dk/agg_module.py
lib_dk/build_module.py
lib_dk/connections_module.py
lib_dk/defaults.py
lib_dk/diff_module.py
lib_dk/dk.py
lib_dk/endpoints_module.py
lib_dk/explore_module.py
lib_dk/module.py
lib_dk/options.py
lib_dk/queries_module.py
lib_dk/relations_module.py
lib_dk/run_module.py
lib_dk/schema_module.py
lib_dk/store_module.py
lib_dk/transform_module.py
lib_dk/xml_module.py
libdkit.egg-info/PKG-INFO
libdkit.egg-info/SOURCES.txt
libdkit.egg-info/dependency_links.txt
libdkit.egg-info/entry_points.txt
libdkit.egg-info/requires.txt
libdkit.egg-info/top_level.txt
scripts/pyeek/Makefile
scripts/pyeek/pyeek.py
scripts/pyeek/setup.py
scripts/tseq/Makefile
scripts/tseq/README
scripts/tseq/sample.sh
scripts/tseq/setup.py
scripts/tseq/tseq.1.md
scripts/tseq/tseq.py
scripts/vigenere/Makefile
scripts/vigenere/pie.py
scripts/vigenere/setup.py
scripts/vigenere/unpie.py
scripts/xml2json/setup.py
scripts/xml2json/xml2json.py
scripts/xpstat/Makefile
scripts/xpstat/create_sample.py
scripts/xpstat/rev.py
scripts/xpstat/setup.py
scripts/xpstat/xpstat.py
test/Makefile
test/_test_ext_hdfs.py
test/_test_extension_parquet.py
test/_test_transport_sftp.py
test/_test_zmqdb.py
test/benchmark_infix_parser.py
test/common.py
test/create_data.py
test/dk.ini
test/model.yml
test/reference.tex
test/sample_data.py
test/simple_smtp_server.py
test/stylesheet.yaml
test/test_a_sink_performance.py
test/test_b_source_performance.py
test/test_benchmark.py
test/test_bencode.py
test/test_bxr.py
test/test_cache.py
test/test_canned_docs.py
test/test_cmd_helper.py
test/test_concurrency.py
test/test_config.py
test/test_containers.py
test/test_counter.py
test/test_counter_logger.py
test/test_csv_dict_sink.py
test/test_csv_dict_source.py
test/test_data_diff.py
test/test_data_helper.py
test/test_data_infer.py
test/test_data_iteration.py
test/test_dk.py
test/test_doc2_renderer.py
test/test_doctests.py
test/test_entity_map.py
test/test_entity_map_db.py
test/test_etl.py
test/test_etl_encrypt.py
test/test_etl_factory.py
test/test_etl_model.py
test/test_etl_verifier.py
test/test_extension_arrow.py
test/test_extension_athena.py
test/test_extension_avro.py
test/test_extension_bxr.py
test/test_extension_protobuf.py
test/test_extension_rest.py
test/test_extension_spark.py
test/test_extension_sql_alchemy.py
test/test_extension_tables.py
test/test_extension_xls.py
test/test_extension_xlsx.py
test/test_fake_helper.py
test/test_file_listing_source.py
test/test_filter.py
test/test_histogram.py
test/test_html_sink.py
test/test_html_table_parser.py
test/test_identifier.py
test/test_infix_parser.py
test/test_interval.py
test/test_introspection.py
test/test_jinja2_utilities.py
test/test_json_renderer.py
test/test_json_utils.py
test/test_jsonl_sink.py
test/test_jsonl_source.py
test/test_latex.py
test/test_manipulate.py
test/test_markdown_to_pdf.py
test/test_matching.py
test/test_moving_window.py
test/test_msgpack.py
test/test_msgpack_sink.py
test/test_msgpack_source.py
test/test_multiprocessing.py
test/test_numeric.py
test/test_parser_helper.py
test/test_pivot.py
test/test_plot.py
test/test_reduce_pivot.py
test/test_reusable_stack.py
test/test_schema.py
test/test_security_utils.py
test/test_sorted_collection.py
test/test_stats.py
test/test_tar_reader.py
test/test_template_helper.py
test/test_time_helper.py
test/test_timer.py
test/test_type_parser.py
test/test_uri_parser.py
test/test_web_utilities.py
test/test_xml_rpc_source.py
test/test_xml_transformer.py
test/zmqdb_server.py
test/data/Northwind_small.sqlite
test/data/cd_catalog.xml
test/data/conn.yml
test/data/entity_map.json
test/data/etl_schema.yml
test/data/etl_schema_relation.yml
test/data/metadata.yml
test/data/mtcars.csv
test/data/mtcars.jsonl
test/data/mtcars.yml
test/dk_testdata/INVENTORY
test/dk_testdata/books.xml
test/dk_testdata/model.json
test/dk_testdata/model.yml
test/dk_testdata/model.yml.bak
test/dk_testdata/model_test.json
test/dk_testdata/model_test.json.bak
test/dk_testdata/mpg.csv
test/dk_testdata/mpg.db
test/dk_testdata/mpg.jsonl
test/dk_testdata/mpg.xlsx
test/dk_testdata/mpg_diff.csv
test/dk_testdata/northwind.db
test/dk_testdata/northwind.sqlite
test/dk_testdata/northwind.yml
test/dk_testdata/northwind.yml.bak
test/dk_testdata/nottem.jsonl
test/dk_testdata/nottem_melt.jsonl
test/dk_testdata/sample.template
test/dk_testdata/select.sql
test/dk_testdata/select_mpg.sql
test/dk_testdata/test.csv
test/dk_testdata/test.dot
test/dk_testdata/variables.json
test/input_files/books.json
test/input_files/excel_1.xls
test/input_files/excel_1.xlsx
test/input_files/excel_break.xls
test/input_files/excel_break.xlsx
test/input_files/input.md
test/input_files/python-logo.png
test/input_files/reference.tex
test/input_files/sample.py
test/input_files/slope.jsonl
test/output/placeholder