.editorconfig
.flake8
.gitignore
LICENSE
Makefile
README.md
mypy.ini
pyproject.toml
requirements.txt
setup.py
.github/workflows/ci.yaml
f_it/__init__.py
f_it/fit.py
f_it/utils.py
f_it/version.py
f_it.egg-info/PKG-INFO
f_it.egg-info/SOURCES.txt
f_it.egg-info/dependency_links.txt
f_it.egg-info/requires.txt
f_it.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_fit.py
tests/test_utils.py