.coverage
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
coverage-badge.svg
mkdocs.yaml
pyproject.toml
.github/workflows/doc.yaml
.github/workflows/lint.yaml
.github/workflows/pypi.yaml
.github/workflows/tests.yaml
docs/.gitignore
docs/.prettierignore
docs/README.qmd
docs/contributing.md
docs/examples.md
docs/index.md
docs/reference/betweenstats.md
docs/reference/datasets.md
docs/reference/scatterstats.md
docs/stylesheets/style.css
fleur/__init__.py
fleur/betweenstats.py
fleur/datasets.py
fleur/input_data_handling.py
fleur/scatterstats.py
fleur.egg-info/PKG-INFO
fleur.egg-info/SOURCES.txt
fleur.egg-info/dependency_links.txt
fleur.egg-info/requires.txt
fleur.egg-info/top_level.txt
fleur/_utils/__init__.py
fleur/_utils/count_decimals.py
fleur/_utils/infer_types.py
fleur/datasets/iris.csv
fleur/datasets/mtcars.csv
fleur/upstream/__init__.py
fleur/upstream/beeswarm.py
fleur/utils/__init__.py
fleur/utils/theme.py
overrides/partials/footer.html
scripts/coverage.sh
scripts/release.sh
tests/__init__.py
tests/test_betweenstats.py
tests/test_input_data_handling.py
tests/test_load_data.py
tests/test_scatterstats.py
tests/test_utils.py