.flake8
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish-to-pypi.yml
.github/workflows/test.yml
docs/conf.py
docs/index.rst
docs/quickstart.rst
docs/api/index.rst
docs/examples/index.rst
examples/basic_usage.py
src/realhouse/__init__.py
src/realhouse/_version.py
src/realhouse.egg-info/PKG-INFO
src/realhouse.egg-info/SOURCES.txt
src/realhouse.egg-info/dependency_links.txt
src/realhouse.egg-info/requires.txt
src/realhouse.egg-info/top_level.txt
src/realhouse/connection/__init__.py
src/realhouse/core/__init__.py
src/realhouse/sql/__init__.py
src/realhouse/utils/__init__.py
tests/__init__.py
tests/conftest.py
tests/fixtures/sample_data.csv
tests/fixtures/test_schemas.sql
tests/integration/__init__.py
tests/unit/__init__.py
tests/unit/test_core.py