.env.example
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/conditional.py
examples/db_binding.py
examples/llm_single_model.py
examples/overview.py
examples/relational_hierarchy.py
examples/relational_llm.py
examples/relational_quickstart.py
notebooks/01_getting_started.ipynb
notebooks/02_distributions.ipynb
notebooks/03_correlations.ipynb
notebooks/04_dynamic_models.ipynb
notebooks/05_model_extension.ipynb
notebooks/06_relational.ipynb
notebooks/07_fidelity.ipynb
notebooks/08_conditional.ipynb
src/gendantic/__init__.py
src/gendantic/copula.py
src/gendantic/distributions.py
src/gendantic/export.py
src/gendantic/fidelity.py
src/gendantic/generator.py
src/gendantic/llm.py
src/gendantic/llm_driven_analyser.py
src/gendantic/model_generator.py
src/gendantic/prompts.py
src/gendantic/py.typed
src/gendantic/relational.py
src/gendantic/sampler.py
src/gendantic.egg-info/PKG-INFO
src/gendantic.egg-info/SOURCES.txt
src/gendantic.egg-info/dependency_links.txt
src/gendantic.egg-info/requires.txt
src/gendantic.egg-info/scm_file_list.json
src/gendantic.egg-info/scm_version.json
src/gendantic.egg-info/top_level.txt
src/gendantic/db/__init__.py
src/gendantic/db/_engine.py
src/gendantic/db/infer.py
src/gendantic/db/load.py
src/gendantic/db/reflect.py
src/gendantic/db/types.py
src/gendantic/prompts/distribution_extension.txt
src/gendantic/prompts/llm_system.txt
src/gendantic/prompts/model_analysis.txt
src/gendantic/prompts/model_extension.txt
src/gendantic/prompts/model_generation.txt
src/gendantic/prompts/partial_record_generation.txt
tests/__init__.py
tests/conftest.py
tests/test_conditional.py
tests/test_constraint_extraction.py
tests/test_copula.py
tests/test_db.py
tests/test_distributions.py
tests/test_export.py
tests/test_fidelity.py
tests/test_generator.py
tests/test_llm_mocked.py
tests/test_model_generator.py
tests/test_quantiles.py
tests/test_relational.py
tests/test_sampler_edges.py
tests/test_truncation.py
tests/test_validator_extraction.py
tests/test_value_conversion.py
tests/test_vine.py