.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.pylintrc
CONTRIBUTING.md
LICENSE
README.md
code-of-conduct.md
pyproject.toml
pytest.ini
tox.ini
.github/dependabot.yml
.github/actions/free-disk-space/action.yml
.github/workflows/actionlint.dockerfile
.github/workflows/actionlint.yml
.github/workflows/lint.yml
.github/workflows/pypi.yml
.github/workflows/test.yml
.github/workflows/matchers/actionlint.json
.github/workflows/matchers/pylint.json
examples/model_chat.py
examples/model_chat_with_thinking.py
notebooks/io.ipynb
src/granite_io/__init__.py
src/granite_io/_version.py
src/granite_io/factory.py
src/granite_io/optional.py
src/granite_io/types.py
src/granite_io.egg-info/PKG-INFO
src/granite_io.egg-info/SOURCES.txt
src/granite_io.egg-info/dependency_links.txt
src/granite_io.egg-info/requires.txt
src/granite_io.egg-info/top_level.txt
src/granite_io/backend/__init__.py
src/granite_io/backend/base.py
src/granite_io/backend/openai.py
src/granite_io/backend/registry.py
src/granite_io/backend/transformers.py
src/granite_io/io/__init__.py
src/granite_io/io/base.py
src/granite_io/io/granite_3_2.py
src/granite_io/io/registry.py
tests/conftest.py
tests/test_factory.py
tests/test_types.py
tests/io/test_granite_3_2.py