.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
src/xrfit/__init__.py
src/xrfit/base.py
src/xrfit/fit.py
src/xrfit/params.py
src/xrfit.egg-info/PKG-INFO
src/xrfit.egg-info/SOURCES.txt
src/xrfit.egg-info/dependency_links.txt
src/xrfit.egg-info/requires.txt
src/xrfit.egg-info/top_level.txt
tests/test_fit.py
tests/test_params.py