.gitignore
CONTRIBUTING.md
DCO
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
./syda/__init__.py
./syda/custom_generators.py
./syda/dependency_handler.py
./syda/generate.py
./syda/llm.py
./syda/output.py
./syda/schema_loader.py
./syda/schemas.py
./syda/templates.py
./syda/unstructured.py
./syda/utils.py
docs/index.md
docs/quickstart.md
docs/deep_dive/combined_data.md
docs/deep_dive/custom_generators.md
docs/deep_dive/foreign_keys.md
docs/deep_dive/model_configuration.md
docs/deep_dive/output_options.md
docs/deep_dive/structured_data.md
docs/deep_dive/unstructured_documents.md
docs/examples/miscellaneous.md
docs/examples/model_selection/anthropic.md
docs/examples/model_selection/openai.md
docs/examples/structured_and_unstructured_mixed/sqlalchemy_models.md
docs/examples/structured_and_unstructured_mixed/yaml_schemas.md
docs/examples/structured_only/dict_schemas.md
docs/examples/structured_only/json_schemas.md
docs/examples/structured_only/sqlalchemy_models.md
docs/examples/structured_only/yaml_schemas.md
docs/schema_reference/field_types.md
docs/schema_reference/foreign_keys.md
docs/schema_reference/special_field_types.md
examples/invalid_schemas/example_dict_schemas.py
examples/invalid_schemas/example_schema_validation.py
examples/invalid_schemas/schemas/invalid_field_type.yml
examples/invalid_schemas/schemas/invalid_foreign_key.yml
examples/invalid_schemas/schemas/invalid_missing_name.yml
examples/invalid_schemas/schemas/invalid_template_type.yml
examples/invalid_schemas/schemas/valid_customer.yml
examples/invalid_schemas/schemas/valid_product.yml
examples/model_selection/example_claude_models.py
examples/model_selection/example_openai_models.py
examples/structured_and_unstructured/crm_sqlalchemy/example_crm_templates.py
examples/structured_and_unstructured/crm_sqlalchemy/models.py
examples/structured_and_unstructured/crm_sqlalchemy/templates/contract.html
examples/structured_and_unstructured/crm_sqlalchemy/templates/proposal.html
examples/structured_and_unstructured/retail_yml/example_retail_schemas.py
examples/structured_and_unstructured/retail_yml/schemas/category.yml
examples/structured_and_unstructured/retail_yml/schemas/customer.yml
examples/structured_and_unstructured/retail_yml/schemas/product.yml
examples/structured_and_unstructured/retail_yml/schemas/receipt.yml
examples/structured_and_unstructured/retail_yml/schemas/transaction.yml
examples/structured_and_unstructured/retail_yml/templates/receipt.html
examples/structured_only/example_dict_schemas.py
examples/structured_only/example_json_output.py
examples/structured_only/example_json_schemas.py
examples/structured_only/example_proxy_configuration.py
examples/structured_only/example_sqlalchemy_models.py
examples/structured_only/example_yaml_schemas.py
examples/structured_only/hr_employee_example/README.md
examples/structured_only/hr_employee_example/example_hr_schemas.py
examples/structured_only/hr_employee_example/schemas/department.yml
examples/structured_only/hr_employee_example/schemas/employee.yml
examples/structured_only/hr_employee_example/schemas/performance_review.yml
examples/structured_only/hr_employee_example/schemas/position.yml
examples/structured_only/schema_files/json/comment.json
examples/structured_only/schema_files/json/post.json
examples/structured_only/schema_files/json/user.json
examples/structured_only/schema_files/yaml/category.yml
examples/structured_only/schema_files/yaml/inventory.yml
examples/structured_only/schema_files/yaml/product.yml
examples/structured_only/schema_files/yaml/supplier.yml
examples/unstructured_only/healthcare_yml/README.md
examples/unstructured_only/healthcare_yml/generate_healthcare_data.py
examples/unstructured_only/healthcare_yml/schemas/lab_result.yml
examples/unstructured_only/healthcare_yml/schemas/medical_report.yml
examples/unstructured_only/healthcare_yml/templates/lab_result_template.html
examples/unstructured_only/healthcare_yml/templates/medical_report_template.html
syda/__init__.py
syda/custom_generators.py
syda/dependency_handler.py
syda/generate.py
syda/llm.py
syda/output.py
syda/schema_loader.py
syda/schemas.py
syda/templates.py
syda/unstructured.py
syda/utils.py
syda.egg-info/PKG-INFO
syda.egg-info/SOURCES.txt
syda.egg-info/dependency_links.txt
syda.egg-info/requires.txt
syda.egg-info/top_level.txt
tests/test_custom_generators.py
tests/test_dependency_handler.py
tests/test_generate.py
tests/test_llm.py
tests/test_output.py
tests/test_schema_loader.py
tests/test_schemas.py
tests/test_templates.py
tests/test_unstructured.py
tests/test_utils.py