.gitignore
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
examples/langchain_integration_example.py
src/tatry/__init__.py
src/tatry/_version.py
src/tatry/config.py
src/tatry/exceptions.py
src/tatry.egg-info/PKG-INFO
src/tatry.egg-info/SOURCES.txt
src/tatry.egg-info/dependency_links.txt
src/tatry.egg-info/requires.txt
src/tatry.egg-info/top_level.txt
src/tatry/integrations/__init__.py
src/tatry/integrations/langchain.py
src/tatry/models/auth.py
src/tatry/models/retrieve.py
src/tatry/models/sources.py
src/tatry/models/utils.py
src/tatry/retrievers/__init__.py
src/tatry/retrievers/base.py
src/tatry/retrievers/tatry/__init__.py
src/tatry/retrievers/tatry/client.py
src/tatry/retrievers/tatry/endpoints.py
tests/conftest.py
tests/retrievers/test_base.py
tests/retrievers/tatry/conftest.py
tests/retrievers/tatry/test_client.py
tests/retrievers/tatry/test_endpoints.py