.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
mkdocs.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/README.md
docs/reference.md
examples/photometrics/data.txt
examples/photometrics/main.py
src/_version.py
src/lazyfunc/__init__.py
src/lazyfunc/arguments.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_arguments.py
tests/test_equations.py
tests/test_lazy_func.py
tests/test_lazy_func_decorator.py
tests/test_lazy_func_operators.py