README.md
pyproject.toml
src/proxle/__init__.py
src/proxle/_config.py
src/proxle/_exceptions.py
src/proxle/_metadata.py
src/proxle/_version.py
src/proxle/py.typed
src/proxle.egg-info/PKG-INFO
src/proxle.egg-info/SOURCES.txt
src/proxle.egg-info/dependency_links.txt
src/proxle.egg-info/requires.txt
src/proxle.egg-info/top_level.txt
src/proxle/providers/__init__.py
src/proxle/providers/_base.py
src/proxle/providers/anthropic.py
src/proxle/providers/azure.py
src/proxle/providers/cohere.py
src/proxle/providers/gemini.py
src/proxle/providers/openai.py
tests/test_anthropic.py
tests/test_azure.py
tests/test_cohere.py
tests/test_config.py
tests/test_gemini.py
tests/test_metadata.py
tests/test_openai.py
tests/test_streaming.py