LICENSE
README.en.md
README.md
pyproject.toml
src/conduto/__init__.py
src/conduto/cli.py
src/conduto/ui.py
src/conduto.egg-info/PKG-INFO
src/conduto.egg-info/SOURCES.txt
src/conduto.egg-info/dependency_links.txt
src/conduto.egg-info/entry_points.txt
src/conduto.egg-info/requires.txt
src/conduto.egg-info/top_level.txt
src/conduto/database/__init__.py
src/conduto/database/adapters.py
src/conduto/database/admin.py
src/conduto/database/drivers.py
src/conduto/database/introspect.py
src/conduto/database/particularidades.py
src/conduto/ddl/__init__.py
src/conduto/ddl/ddl_render.py
src/conduto/docs/__init__.py
src/conduto/docs/docs_server.py
src/conduto/env/__init__.py
src/conduto/env/env_render.py
src/conduto/i18n/__init__.py
src/conduto/i18n/catalogo_en.py
src/conduto/project_base/__init__.py
src/conduto/project_base/gerar_project.py
src/conduto/schedules/__init__.py
src/conduto/schedules/dagster_render.py
src/conduto/schedules/schedules_auto.py
src/conduto/schemas/__init__.py
src/conduto/schemas/schemas_auto.py
src/conduto/schemas/schemas_inferir.py
src/conduto/schemas/schemas_render.py
src/conduto/templates/dagster/definitions.py.jinja
src/conduto/templates/dagster/conduto_dagster/__init__.py.jinja
src/conduto/templates/dagster/conduto_dagster/definitions.py.jinja
src/conduto/templates/dagster/conduto_dagster/etl.py.jinja
src/conduto/templates/docs/index.html.jinja
src/conduto/templates/env/env-example.jinja
src/conduto/templates/schemas/clientes-example.yml.jinja
src/conduto/templates/schemas/main-example.yml.jinja
src/conduto/templates/schemas/pedidos-example.yml.jinja
src/conduto/templates/schemas/produtos-example.yml.jinja
src/conduto/tui/__init__.py
src/conduto/tui/modelo.py
src/conduto/tui/paineis.py
src/conduto/tui/prompts.py
src/conduto/tui/registros.py
src/conduto/tui/shell.py
src/conduto/tui/telas.py
src/conduto/tui/tema.py
tests/test_cli_origem_schema.py
tests/test_dagster_template_incremental.py
tests/test_ddl_render.py
tests/test_drivers.py
tests/test_etl_cargas.py
tests/test_schemas_auto.py
tests/test_schemas_inferir.py
tests/test_sem_dependencias.py
tests/test_tipos_customizados.py
tests/test_tui_i18n.py
tests/test_tui_modelo.py
tests/test_tui_prompts.py
tests/test_tui_registros.py
tests/test_tui_shell.py
tests/test_tui_telas.py