# `fleur`: combining statistics with visualization
<!-- Automatically generated, uses README.qmd to modify README.md -->
<img src="https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/fleur/image.png?raw=true" alt="fleur logo" align="right" width="150px"/>
With `fleur` (_pronounced “flur”_), statistics and data visualization
are done at the same time. It’s meant as a modern tool for highly
detailed statistical annotations in plots with high customization
capabilities.
It’s lightweight in the sense that it only requires foundational
libraries: `matplotlib`, `scipy` and `narwhals`. Learn more [about
fleur](./about.md).
> [!WARNING] fleur is still in a very early stage: expect regular
> breaking changes.
[Documentation website](https://y-sunflower.github.io/fleur/)

<br>
## Quick start
### Group comparison
```python
from fleur import BetweenStats
from fleur import data
df = data.load_iris()
BetweenStats(df["sepal_length"], df["species"]).plot()
```

### Correlation
```python
from fleur import ScatterStats
from fleur import data
df = data.load_iris()
ScatterStats(df["sepal_length"], df["sepal_width"]).plot()
```

<br><br>
## Installation
```bash
pip install fleur
```
<br><br>
Raw data
{
"_id": null,
"home_page": null,
"name": "fleur",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "statistics, visualization, data, annotations, reproductibility",
"author": null,
"author_email": "Joseph Barbier <joseph.barbierdarnal@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/92/f3/43da3027974649b79393793124e9f44b60caefadcfcf6ebfb449ac44953d/fleur-0.0.4.tar.gz",
"platform": null,
"description": "# `fleur`: combining statistics with visualization\n\n<!-- Automatically generated, uses README.qmd to modify README.md -->\n\n<img src=\"https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/fleur/image.png?raw=true\" alt=\"fleur logo\" align=\"right\" width=\"150px\"/>\n\nWith `fleur` (_pronounced \u201cflur\u201d_), statistics and data visualization\nare done at the same time. It\u2019s meant as a modern tool for highly\ndetailed statistical annotations in plots with high customization\ncapabilities.\n\nIt\u2019s lightweight in the sense that it only requires foundational\nlibraries: `matplotlib`, `scipy` and `narwhals`. Learn more [about\nfleur](./about.md).\n\n> [!WARNING] fleur is still in a very early stage: expect regular\n> breaking changes.\n\n[Documentation website](https://y-sunflower.github.io/fleur/)\n\n\n\n<br>\n\n## Quick start\n\n### Group comparison\n\n```python\nfrom fleur import BetweenStats\nfrom fleur import data\n\ndf = data.load_iris()\n\nBetweenStats(df[\"sepal_length\"], df[\"species\"]).plot()\n```\n\n\n\n### Correlation\n\n```python\nfrom fleur import ScatterStats\nfrom fleur import data\n\ndf = data.load_iris()\n\nScatterStats(df[\"sepal_length\"], df[\"sepal_width\"]).plot()\n```\n\n\n\n<br><br>\n\n## Installation\n\n```bash\npip install fleur\n```\n\n<br><br>\n",
"bugtrack_url": null,
"license": null,
"summary": "Combining statistics with visualization for Python",
"version": "0.0.4",
"project_urls": {
"Documentation": "https://y-sunflower.github.io/fleur/",
"Homepage": "https://y-sunflower.github.io/fleur/",
"Issues": "https://github.com/y-sunflower/fleur/issues",
"Repository": "https://github.com/y-sunflower/fleur"
},
"split_keywords": [
"statistics",
" visualization",
" data",
" annotations",
" reproductibility"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3f64a6fa01f1585800b7555e1508bb46979c0a6bc6679238915e4eda2d5303d4",
"md5": "36937491ba0e24d7dcfc349bb4f2a3fc",
"sha256": "b64899b476d00dfe70df95b7f08fdaa3151f133ccfe87201f12c637700369e55"
},
"downloads": -1,
"filename": "fleur-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "36937491ba0e24d7dcfc349bb4f2a3fc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 43128,
"upload_time": "2025-07-11T18:22:22",
"upload_time_iso_8601": "2025-07-11T18:22:22.872856Z",
"url": "https://files.pythonhosted.org/packages/3f/64/a6fa01f1585800b7555e1508bb46979c0a6bc6679238915e4eda2d5303d4/fleur-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "92f343da3027974649b79393793124e9f44b60caefadcfcf6ebfb449ac44953d",
"md5": "3a91a5d2a45b89b524b9171b681cda46",
"sha256": "7703c6aa7e6e070c22e30594ec4a13fe90e8c9f4b06827918296c25d27ab52f7"
},
"downloads": -1,
"filename": "fleur-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "3a91a5d2a45b89b524b9171b681cda46",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 246039,
"upload_time": "2025-07-11T18:22:24",
"upload_time_iso_8601": "2025-07-11T18:22:24.506239Z",
"url": "https://files.pythonhosted.org/packages/92/f3/43da3027974649b79393793124e9f44b60caefadcfcf6ebfb449ac44953d/fleur-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-11 18:22:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "y-sunflower",
"github_project": "fleur",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "fleur"
}