LICENSE
README.md
pyproject.toml
src/csvw_safe/__init__.py
src/csvw_safe/assert_same_structure.py
src/csvw_safe/constants.py
src/csvw_safe/csvw_to_opendp_context.py
src/csvw_safe/csvw_to_opendp_margins.py
src/csvw_safe/csvw_to_smartnoise_sql.py
src/csvw_safe/datatypes.py
src/csvw_safe/generate_series.py
src/csvw_safe/make_dummy_from_metadata.py
src/csvw_safe/make_metadata_from_data.py
src/csvw_safe/metadata_structure.py
src/csvw_safe/utils.py
src/csvw_safe/validate_metadata.py
src/csvw_safe/validate_metadata_shacl.py
src/csvw_safe.egg-info/PKG-INFO
src/csvw_safe.egg-info/SOURCES.txt
src/csvw_safe.egg-info/dependency_links.txt
src/csvw_safe.egg-info/requires.txt
src/csvw_safe.egg-info/top_level.txt
tests/test_csvw_to_opendp_context.py
tests/test_csvw_to_opendp_margins.py
tests/test_csvw_to_smartnoise_sql.py
tests/test_datatypes.py
tests/test_generate_series.py
tests/test_make_dummy.py
tests/test_make_metadata_contributions.py
tests/test_make_metadata_main.py
tests/test_make_metadata_synth.py
tests/test_penguin_dataset.py
tests/test_same_structure.py
tests/test_validate_metadata.py
tests/test_validate_metadata_shacl.py