LICENSE
README.md
pyproject.toml
src/small_expectations.egg-info/PKG-INFO
src/small_expectations.egg-info/SOURCES.txt
src/small_expectations.egg-info/dependency_links.txt
src/small_expectations.egg-info/entry_points.txt
src/small_expectations.egg-info/requires.txt
src/small_expectations.egg-info/top_level.txt
src/smallex/__init__.py
src/smallex/cli.py
src/smallex/runner.py
src/smallex/sqltests.py
src/smallex/types.py
src/smallex/backends/__init__.py
src/smallex/backends/base.py
src/smallex/backends/databricks.py
src/smallex/backends/snowflake.py
src/smallex/backends/sqlite.py
tests/test_backends.py
tests/test_cli.py
tests/test_sqlite_integration.py
tests/test_sqltests.py