.gitignore
.pre-commit-config.yaml
.yamllint.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test.yml
docs/cli.md
docs/client.md
docs/pydantic.md
examples/generate_dataclass.py
examples/generate_genson.py
examples/generate_json_schema.py
examples/generate_pydantic.py
examples/generate_typed_dict.py
examples/list_messages_input.py
examples/list_models.py
examples/openai_chat_completions.py
examples/pydantic_conditionals_when.py
examples/pydantic_conditionals_when_present.py
examples/stream_early_routing.py
examples/stream_fanout.py
examples/stream_field_printer.py
examples/stream_hitl_approval.py
examples/stream_reconstruct.py
src/dottxt/__init__.py
src/dottxt/_version.py
src/dottxt/cli.py
src/dottxt/client.py
src/dottxt/schemas.py
src/dottxt/streaming.py
src/dottxt.egg-info/PKG-INFO
src/dottxt.egg-info/SOURCES.txt
src/dottxt.egg-info/dependency_links.txt
src/dottxt.egg-info/entry_points.txt
src/dottxt.egg-info/requires.txt
src/dottxt.egg-info/top_level.txt
src/dottxt/pydantic_conditionals/__init__.py
src/dottxt/pydantic_conditionals/conditional.py
src/dottxt/pydantic_conditionals/constraint.py
tests/test_cli.py
tests/test_cli_helpers.py
tests/test_client.py
tests/test_conditionals.py
tests/test_schemas.py
tests/test_streaming.py