LICENSE
MANIFEST.in
README.md
setup.py
canonmap/__init__.py
canonmap/cli.py
canonmap/core.py
canonmap/embedder.py
canonmap.egg-info/PKG-INFO
canonmap.egg-info/SOURCES.txt
canonmap.egg-info/dependency_links.txt
canonmap.egg-info/entry_points.txt
canonmap.egg-info/requires.txt
canonmap.egg-info/top_level.txt
canonmap/models/__init__.py
canonmap/models/__pycache__/__init__.cpython-313.pyc
canonmap/models/__pycache__/artifact_generation_request.cpython-313.pyc
canonmap/models/__pycache__/artifact_generation_response.cpython-313.pyc
canonmap/models/__pycache__/artifact_unpacking_request.cpython-313.pyc
canonmap/models/__pycache__/entity_mapping_request.cpython-313.pyc
canonmap/models/__pycache__/entity_mapping_response.cpython-313.pyc
canonmap/models/requests/__init__.py
canonmap/models/requests/artifact_generation_request.py
canonmap/models/requests/artifact_unpacking_request.py
canonmap/models/requests/entity_mapping_request.py
canonmap/models/requests/__pycache__/__init__.cpython-313.pyc
canonmap/models/requests/__pycache__/artifact_generation_request.cpython-313.pyc
canonmap/models/requests/__pycache__/artifact_unpacking_request.cpython-313.pyc
canonmap/models/requests/__pycache__/entity_mapping_request.cpython-313.pyc
canonmap/models/responses/__init__.py
canonmap/models/responses/artifact_generation_response.py
canonmap/models/responses/entity_mapping_response.py
canonmap/models/responses/__pycache__/__init__.cpython-313.pyc
canonmap/models/responses/__pycache__/artifact_generation_response.cpython-313.pyc
canonmap/models/responses/__pycache__/entity_mapping_response.cpython-313.pyc
canonmap/services/__init__.py
canonmap/services/artifact_generator/__init__.py
canonmap/services/artifact_generator/pipeline.py
canonmap/services/artifact_generator/service.py
canonmap/services/artifact_generator/entities/__init__.py
canonmap/services/artifact_generator/entities/canonical_entities_generator.py
canonmap/services/artifact_generator/ingestion/__init__.py
canonmap/services/artifact_generator/ingestion/clean_columns.py
canonmap/services/artifact_generator/ingestion/convert_input.py
canonmap/services/artifact_generator/ingestion/date_type_helpers.py
canonmap/services/artifact_generator/ingestion/load_csv.py
canonmap/services/artifact_generator/schema/__init__.py
canonmap/services/artifact_generator/schema/augment_examples.py
canonmap/services/artifact_generator/schema/infer_schema.py
canonmap/services/artifact_generator/schema/db_types/__init__.py
canonmap/services/artifact_generator/schema/db_types/mariadb/__init__.py
canonmap/services/artifact_generator/schema/db_types/mariadb/generate_mariadb_loader_script.py
canonmap/services/artifact_generator/schema/db_types/mariadb/mariadb_schema_datatypes.py
canonmap/services/artifact_unpacker/__init__.py
canonmap/services/artifact_unpacker/service.py
canonmap/services/entity_mapper/__init__.py
canonmap/services/entity_mapper/get_match_weights.py
canonmap/services/entity_mapper/service.py
canonmap/utils/__init__.py
canonmap/utils/file_utils.py
canonmap/utils/get_cpu_count.py
canonmap/utils/load_spacy_model.py
canonmap/utils/logger.py