flet-platform-assets 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,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: flet-platform-assets
3
+ Version: 0.0.0
4
+ Summary: Placeholder for an upcoming Flet package - generates app icons and splash screens for every platform Flet builds for
5
+ Author-email: "Appveyor Systems Inc." <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: Documentation, https://flet.dev/docs
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Operating System :: OS Independent
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Topic :: Software Development :: Build Tools
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # flet-platform-assets
19
+
20
+ Placeholder release reserving the name for an upcoming [Flet](https://flet.dev)
21
+ package.
22
+
23
+ `flet-platform-assets` generates app icons and splash screens for every platform
24
+ Flet builds for. It is used by `flet build` and is not intended to be installed
25
+ directly.
26
+
27
+ This `0.0.0` release contains no functionality. Development happens in the
28
+ [flet-dev/flet](https://github.com/flet-dev/flet) repository, under
29
+ `sdk/python/packages/flet-platform-assets`.
@@ -0,0 +1,12 @@
1
+ # flet-platform-assets
2
+
3
+ Placeholder release reserving the name for an upcoming [Flet](https://flet.dev)
4
+ package.
5
+
6
+ `flet-platform-assets` generates app icons and splash screens for every platform
7
+ Flet builds for. It is used by `flet build` and is not intended to be installed
8
+ directly.
9
+
10
+ This `0.0.0` release contains no functionality. Development happens in the
11
+ [flet-dev/flet](https://github.com/flet-dev/flet) repository, under
12
+ `sdk/python/packages/flet-platform-assets`.
@@ -0,0 +1,25 @@
1
+ [project]
2
+ name = "flet-platform-assets"
3
+ version = "0.0.0"
4
+ description = "Placeholder for an upcoming Flet package - generates app icons and splash screens for every platform Flet builds for"
5
+ authors = [{ name = "Appveyor Systems Inc.", email = "hello@flet.dev" }]
6
+ license = "Apache-2.0"
7
+ readme = "README.md"
8
+ requires-python = ">=3.10"
9
+ dependencies = []
10
+ classifiers = [
11
+ "Development Status :: 1 - Planning",
12
+ "Intended Audience :: Developers",
13
+ "Operating System :: OS Independent",
14
+ "Programming Language :: Python :: 3",
15
+ "Topic :: Software Development :: Build Tools",
16
+ ]
17
+
18
+ [project.urls]
19
+ Homepage = "https://flet.dev"
20
+ Repository = "https://github.com/flet-dev/flet"
21
+ Documentation = "https://flet.dev/docs"
22
+
23
+ [build-system]
24
+ requires = ["setuptools"]
25
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,7 @@
1
+ """Placeholder reserving the name for an upcoming Flet package.
2
+
3
+ This release contains no functionality. See
4
+ https://github.com/flet-dev/flet for development.
5
+ """
6
+
7
+ __version__ = "0.0.0"
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: flet-platform-assets
3
+ Version: 0.0.0
4
+ Summary: Placeholder for an upcoming Flet package - generates app icons and splash screens for every platform Flet builds for
5
+ Author-email: "Appveyor Systems Inc." <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: Documentation, https://flet.dev/docs
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Operating System :: OS Independent
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Topic :: Software Development :: Build Tools
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # flet-platform-assets
19
+
20
+ Placeholder release reserving the name for an upcoming [Flet](https://flet.dev)
21
+ package.
22
+
23
+ `flet-platform-assets` generates app icons and splash screens for every platform
24
+ Flet builds for. It is used by `flet build` and is not intended to be installed
25
+ directly.
26
+
27
+ This `0.0.0` release contains no functionality. Development happens in the
28
+ [flet-dev/flet](https://github.com/flet-dev/flet) repository, under
29
+ `sdk/python/packages/flet-platform-assets`.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/flet_platform_assets/__init__.py
4
+ src/flet_platform_assets.egg-info/PKG-INFO
5
+ src/flet_platform_assets.egg-info/SOURCES.txt
6
+ src/flet_platform_assets.egg-info/dependency_links.txt
7
+ src/flet_platform_assets.egg-info/top_level.txt