.gitignore
.gitlab-ci.yml
DEV_NOTES.md
LICENSE.md
README.md
logo.png
make_docs.sh
mkdocs.yml
scratchbook.py
setup.py
.vscode/settings.json
dict2graph/__init__.py
dict2graph/dict2graph.py
dict2graph/node.py
dict2graph/relation.py
dict2graph.egg-info/PKG-INFO
dict2graph.egg-info/SOURCES.txt
dict2graph.egg-info/dependency_links.txt
dict2graph.egg-info/not-zip-safe
dict2graph.egg-info/requires.txt
dict2graph.egg-info/top_level.txt
dict2graph/transformers/__init__.py
dict2graph/transformers/_base.py
dict2graph/transformers/_types.py
dict2graph/transformers/generic_transformers.py
dict2graph/transformers/node_transformers.py
dict2graph/transformers/rel_transformers.py
dict2graph_docs/DOCS_README.md
dict2graph_docs/basics.md
dict2graph_docs/diy_transformer.md
dict2graph_docs/examples.md
dict2graph_docs/extra_style.css
dict2graph_docs/hubbing.md
dict2graph_docs/index.md
dict2graph_docs/list_generic_transformer.md
dict2graph_docs/list_node_transformer.md
dict2graph_docs/list_rel_transformer.md
dict2graph_docs/logo.png
dict2graph_docs/use_transformers.md
dict2graph_docs/api/api_dict2graph.md
dict2graph_docs/api/api_node.md
dict2graph_docs/api/api_relation.md
dict2graph_docs/api/api_transformer.md
dict2graph_docs/img/basics_baseline_example.png
dict2graph_docs/img/basics_merge_example.png
dict2graph_docs/img/basics_multiple_data_expections_example.png
dict2graph_docs/img/basics_why_merge_example.png
dict2graph_docs/img/hubbing_details_01_vocabulary.png
dict2graph_docs/img/hubbing_details_01_vocabulary.svg
dict2graph_docs/img/hubbing_details_02_add_new_hub_wrong.arrows.app.json
dict2graph_docs/img/hubbing_details_02_add_new_hub_wrong.svg
dict2graph_docs/img/hubbing_details_03_hub_id_building.png
dict2graph_docs/img/hubbing_details_03_hub_id_building.svg
dict2graph_docs/img/hubbing_details_04_md5_hash_result.arrows.app.json
dict2graph_docs/img/hubbing_details_04_md5_hash_result.svg
dict2graph_docs/img/hubbing_lets_code_baseline.png
dict2graph_docs/img/hubbing_lets_code_complete.png
dict2graph_docs/img/hubbing_lets_code_hub01.png
dict2graph_docs/img/hubbing_long_01_baseline.arrows.app.json
dict2graph_docs/img/hubbing_long_01_baseline.svg
dict2graph_docs/img/hubbing_long_02_wrong_merge.arrows.app.json
dict2graph_docs/img/hubbing_long_02_wrong_merge.svg
dict2graph_docs/img/hubbing_long_03_insert_hubs.arrows.app.json
dict2graph_docs/img/hubbing_long_03_insert_hubs.svg
dict2graph_docs/img/hubbing_long_04_merge.arrows.app.json
dict2graph_docs/img/hubbing_long_04_merge.svg
dict2graph_docs/img/hubbing_short_01_baseline.arrows.app.json
dict2graph_docs/img/hubbing_short_01_baseline.svg
dict2graph_docs/img/hubbing_short_02_transformed.arrows.app.json
dict2graph_docs/img/hubbing_short_02_transformed.svg
dict2graph_docs/img/hubbing_short_03_merge.arrows.app.json
dict2graph_docs/img/hubbing_short_03_merge.svg
dict2graph_docs/img/matching_tut_baseline.png
dict2graph_docs/img/readme_basic_example.png
dict2graph_docs/img/readme_basic_example_trans.png
dict2graph_tests/__init__.py
dict2graph_tests/_test_tools.py
dict2graph_tests/main.py
dict2graph_tests/test_basics.py
dict2graph_tests/test_docs_cases.py
dict2graph_tests/test_integration_tests.py
dict2graph_tests/test_node_trans.py
dict2graph_tests/test_rel_trans.py