LICENSE
MANIFEST.in
README.md
setup.py
canonmap/__init__.py
canonmap/cli.py
canonmap/container.py
canonmap/core.py
canonmap/embedder.py
canonmap/exceptions.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/controllers/__init__.py
canonmap/controllers/generation.py
canonmap/controllers/mapping.py
canonmap/controllers/unpacking.py
canonmap/models/__init__.py
canonmap/models/artifact_generation_request.py
canonmap/models/artifact_generation_response.py
canonmap/models/artifact_unpacking_request.py
canonmap/models/entity_mapping_request.py
canonmap/models/entity_mapping_response.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/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/generate_db_schema_from_df.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/find_artifact_files.py
canonmap/utils/get_cpu_count.py
canonmap/utils/load_spacy_model.py
canonmap/utils/logger.py