.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
assets/favicon.png
assets/logo.png
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/usage.rst
docs/_static/.gitignore
src/statikk/__init__.py
src/statikk/conditions.py
src/statikk/engine.py
src/statikk/expressions.py
src/statikk/fields.py
src/statikk/models.py
src/statikk/typing.py
src/statikk.egg-info/PKG-INFO
src/statikk.egg-info/SOURCES.txt
src/statikk.egg-info/dependency_links.txt
src/statikk.egg-info/not-zip-safe
src/statikk.egg-info/requires.txt
src/statikk.egg-info/top_level.txt
tests/conftest.py
tests/test_engine.py
tests/test_expressions.py
tests/test_models.py