AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changelog.rst
docs/client.rst
docs/conf.py
docs/contributing.rst
docs/event.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/model.rst
docs/versioning.rst
src/sqlservice/__init__.py
src/sqlservice/__version__.py
src/sqlservice/client.py
src/sqlservice/core.py
src/sqlservice/event.py
src/sqlservice/model.py
src/sqlservice/query.py
src/sqlservice/utils.py
src/sqlservice.egg-info/PKG-INFO
src/sqlservice.egg-info/SOURCES.txt
src/sqlservice.egg-info/dependency_links.txt
src/sqlservice.egg-info/requires.txt
src/sqlservice.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/test_client.py
tests/test_event.py
tests/test_model.py
tests/test_query.py
tests/test_utils.py