.gitignore
LICENSE
mkdocs.yml
pyproject.toml
.github/workflows/deploy_docs.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/README.md
docs/explanation.md
docs/reference.md
src/_version.py
src/lazyfunc/__init__.py
src/lazyfunc/lazy_func.py
src/lazyfunc/operators.py
src/lazyfunc/utils.py
src/lazyfunc.egg-info/PKG-INFO
src/lazyfunc.egg-info/SOURCES.txt
src/lazyfunc.egg-info/dependency_links.txt
src/lazyfunc.egg-info/requires.txt
src/lazyfunc.egg-info/top_level.txt
tests/test_equations.py
tests/test_lazy_func.py
tests/test_lazy_func_decorator.py
tests/test_lazy_func_operators.py