-
Notifications
You must be signed in to change notification settings - Fork 655
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (24 loc) · 920 Bytes
/
pyproject.toml
File metadata and controls
28 lines (24 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
name = "charts-plotly-chart-example-3"
version = "1.0.0"
description = "Plotly pie chart example for categorical distribution visualization."
requires-python = ">=3.10"
keywords = ["charts", "plotly-chart", "flet"]
authors = [{ name = "Flet team", email = "hello@flet.dev" }]
dependencies = ["flet", "flet-charts", "kaleido", "numpy", "pandas", "plotly[express]"]
[dependency-groups]
dev = ["flet-cli", "flet-desktop", "flet-web"]
[tool.flet.gallery]
categories = ["Charts/PlotlyChart"]
[tool.flet.metadata]
title = "Plotly pie chart"
docs_intro = "Based on an official [Plotly example](https://plotly.com/python/pie-charts)."
controls = ["SafeArea", "PlotlyChart"]
layout_pattern = "single-chart"
complexity = "basic"
features = ["chart visualization"]
[tool.flet]
platforms = ["ios", "android", "macos", "windows", "linux"]
org = "dev.flet"
company = "Flet"
copyright = "Copyright (C) 2023-2026 by Flet"