LICENSE
README.md
pyproject.toml
setup.py
src/streamshape/__init__.py
src/streamshape/base.py
src/streamshape/exceptions.py
src/streamshape/litellm_integration.py
src/streamshape/parser_integration.py
src/streamshape/providers.py
src/streamshape.egg-info/PKG-INFO
src/streamshape.egg-info/SOURCES.txt
src/streamshape.egg-info/dependency_links.txt
src/streamshape.egg-info/requires.txt
src/streamshape.egg-info/top_level.txt
src/streamshape/streaming_structured_output_parser/__init__.py
src/streamshape/streaming_structured_output_parser/parse_llm_output.py
tests/test_base_provider.py
tests/test_normalizer.py
tests/test_streaming_structered_output.py