LICENSE
README.md
pyproject.toml
src/edurel.egg-info/PKG-INFO
src/edurel.egg-info/SOURCES.txt
src/edurel.egg-info/dependency_links.txt
src/edurel.egg-info/requires.txt
src/edurel.egg-info/top_level.txt
src/edurel/core/duckdb_man.py
src/edurel/core/er_schema_man.py
src/edurel/core/rel_schema_man.py
src/edurel/llm/conversation_base.py
src/edurel/llm/conversation_er.py
src/edurel/llm/conversation_rel.py
src/edurel/syntax/er_ast.py
src/edurel/syntax/er_yaml_schema.py
src/edurel/syntax/rel_ast.py
src/edurel/syntax/rel_yaml_schema.py
src/edurel/translation/er_trans.py
src/edurel/translation/rel_trans.py
src/edurel/utils/md.py
src/edurel/utils/mermaid.py
src/edurel/utils/misc.py
src/edurel/utils/yaml.py
tests/test_ast_er.py
tests/test_ast_rel.py
tests/test_duckdb_man.py
tests/test_er_trans.py
tests/test_rel_schema_man.py
tests/test_rel_trans.py
tests/test_syntax_er.py
tests/test_syntax_rel.py