flet-spinkit 0.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: flet-spinkit
3
+ Version: 0.0.0
4
+ Summary: Loading spinners for Flet apps.
5
+ Author-email: Flet contributors <hello@flet.dev>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://flet.dev
8
+ Project-URL: Repository, https://github.com/flet-dev/flet
9
+ Project-URL: Issues, https://github.com/flet-dev/flet/issues
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: flet
13
+
14
+ # flet-spinkit
15
+
16
+ Loading spinners for [Flet](https://flet.dev) apps.
17
+
18
+ > **Note:** This is a placeholder release to reserve the package name on PyPI.
19
+ > The real implementation is coming soon.
@@ -0,0 +1,6 @@
1
+ # flet-spinkit
2
+
3
+ Loading spinners for [Flet](https://flet.dev) apps.
4
+
5
+ > **Note:** This is a placeholder release to reserve the package name on PyPI.
6
+ > The real implementation is coming soon.
@@ -0,0 +1,20 @@
1
+ [project]
2
+ name = "flet-spinkit"
3
+ version = "0.0.0"
4
+ description = "Loading spinners for Flet apps."
5
+ readme = "README.md"
6
+ authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
7
+ license = "Apache-2.0"
8
+ requires-python = ">=3.10"
9
+ dependencies = [
10
+ "flet",
11
+ ]
12
+
13
+ [project.urls]
14
+ Homepage = "https://flet.dev"
15
+ Repository = "https://github.com/flet-dev/flet"
16
+ Issues = "https://github.com/flet-dev/flet/issues"
17
+
18
+ [build-system]
19
+ requires = ["setuptools"]
20
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ __version__ = "0.0.0"
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: flet-spinkit
3
+ Version: 0.0.0
4
+ Summary: Loading spinners for Flet apps.
5
+ Author-email: Flet contributors <hello@flet.dev>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://flet.dev
8
+ Project-URL: Repository, https://github.com/flet-dev/flet
9
+ Project-URL: Issues, https://github.com/flet-dev/flet/issues
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: flet
13
+
14
+ # flet-spinkit
15
+
16
+ Loading spinners for [Flet](https://flet.dev) apps.
17
+
18
+ > **Note:** This is a placeholder release to reserve the package name on PyPI.
19
+ > The real implementation is coming soon.
@@ -0,0 +1,8 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/flet_spinkit/__init__.py
4
+ src/flet_spinkit.egg-info/PKG-INFO
5
+ src/flet_spinkit.egg-info/SOURCES.txt
6
+ src/flet_spinkit.egg-info/dependency_links.txt
7
+ src/flet_spinkit.egg-info/requires.txt
8
+ src/flet_spinkit.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ flet_spinkit