.bumpversion.cfg
.gitignore
AUTHORS
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
requirements.txt
setup.py
.github/workflows/pullrequests.yml
.github/workflows/tag.yml
soql/__init__.py
soql/attributes.py
soql/loaders.py
soql/model.py
soql/model_registry.py
soql/nodes.py
soql/path_builder.py
soql/select.py
soql/utils.py
soql.egg-info/PKG-INFO
soql.egg-info/SOURCES.txt
soql.egg-info/dependency_links.txt
soql.egg-info/requires.txt
soql.egg-info/top_level.txt
soql.egg-info/zip-safe
tests/__init__.py
tests/helpers.py
tests/test_attributes.py
tests/test_loader.py
tests/test_model.py
tests/test_nodes.py
tests/test_path_builder.py
tests/test_select.py