.gitattributes
.gitignore
.nojekyll
.python-version
CITATION.cff
LICENSE
MANIFEST.in
README.md
architecture.md
data_formats.md
pyproject.toml
uv.lock
bindcurve/__init__.py
bindcurve/quality.py
bindcurve.egg-info/PKG-INFO
bindcurve.egg-info/SOURCES.txt
bindcurve.egg-info/dependency_links.txt
bindcurve.egg-info/requires.txt
bindcurve.egg-info/scm_file_list.json
bindcurve.egg-info/scm_version.json
bindcurve.egg-info/top_level.txt
bindcurve/conversion/__init__.py
bindcurve/conversion/ic50.py
bindcurve/datasets/__init__.py
bindcurve/datasets/dose_response.py
bindcurve/datasets/quality.py
bindcurve/fitting/__init__.py
bindcurve/fitting/calculator.py
bindcurve/fitting/settings.py
bindcurve/modeling/__init__.py
bindcurve/modeling/base.py
bindcurve/modeling/direct.py
bindcurve/modeling/four_state.py
bindcurve/modeling/guesses.py
bindcurve/modeling/logistic.py
bindcurve/modeling/parameters.py
bindcurve/modeling/registry.py
bindcurve/modeling/three_state.py
bindcurve/plotting/__init__.py
bindcurve/plotting/annotations.py
bindcurve/plotting/common.py
bindcurve/plotting/compound_summary.py
bindcurve/plotting/confidence.py
bindcurve/plotting/fits.py
bindcurve/plotting/observations.py
bindcurve/plotting/quality.py
bindcurve/results/__init__.py
bindcurve/results/core.py
bindcurve/results/quality.py
bindcurve/results/reporting.py
bindcurve/results/types.py
tests/test_competitive_binding_models.py
tests/test_competitive_four_state_models.py
tests/test_data_formats.py
tests/test_direct_binding_models.py
tests/test_documentation_api.py
tests/test_fitting_and_data_contracts.py
tests/test_four_state_mass_balance_validation.py
tests/test_ic50_conversion.py
tests/test_ic50_skeleton.py
tests/test_logistic_models.py
tests/test_model_evaluation_api.py
tests/test_plotting.py
tests/test_public_api.py
tests/test_quality_dashboards.py
tests/test_quality_reports.py
tests/test_results_reporting.py
tests/test_scientific_model_validation.py
tests/test_strategy_and_io.py