.gitignore
LICENCE
README.MD
pyproject.toml
pytest.ini
uv.lock
.github/workflows/test.yml
.vscode/settings.json
santander_python_sdk.egg-info/PKG-INFO
santander_python_sdk.egg-info/SOURCES.txt
santander_python_sdk.egg-info/dependency_links.txt
santander_python_sdk.egg-info/requires.txt
santander_python_sdk.egg-info/top_level.txt
santander_sdk/__init__.py
santander_sdk/pix.py
santander_sdk/types.py
santander_sdk/api_client/__init__.py
santander_sdk/api_client/abstract_client.py
santander_sdk/api_client/client.py
santander_sdk/api_client/client_configuration.py
santander_sdk/api_client/exceptions.py
santander_sdk/api_client/helpers.py
santander_sdk/api_client/workspaces.py
tests/conftest.py
tests/test_client.py
tests/test_client_configuration.py
tests/test_helpers.py
tests/test_pix.py
tests/test_pix_integration.py
tests/test_workspaces.py
tests/mock/santander_mocker.py