.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
.github/workflows/type.yaml
docs/.gitignore
docs/README.qmd
docs/about.md
docs/index.md
docs/dev/code-structure.md
docs/dev/environment.md
docs/dev/index.md
docs/examples/betweenstats.md
docs/examples/quick-start.md
docs/examples/scatterstats.md
docs/img/quickstart-betweenstats.png
docs/img/quickstart-scatterstats.png
docs/javascript/extra.js
docs/reference/barstats.md
docs/reference/betweenstats.md
docs/reference/datasets.md
docs/reference/scatterstats.md
docs/stylesheets/style.css
fleur/__init__.py
fleur/barstats.py
fleur/betweenstats.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/beeswarm.py
fleur/_utils/count_decimals.py
fleur/_utils/infer_types.py
fleur/_utils/input_data_handling.py
fleur/_utils/theme.py
fleur/data/__init__.py
fleur/data/datasets.py
fleur/data/iris.csv
fleur/data/mtcars.csv
fleur/data/titanic.csv
overrides/partials/footer.html
scripts/coverage.sh
scripts/release.sh
tests/__init__.py
tests/test_barstats.py
tests/test_betweenstats.py
tests/test_input_data_handling.py
tests/test_load_data.py
tests/test_scatterstats.py
tests/test_utils.py