appkit-ui 0.7.4__tar.gz → 0.7.5__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.
@@ -1,11 +1,22 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: appkit-ui
3
- Version: 0.7.4
3
+ Version: 0.7.5
4
4
  Summary: Add your description here
5
+ Project-URL: Homepage, https://github.com/jenreh/appkit
6
+ Project-URL: Documentation, https://github.com/jenreh/appkit/tree/main/docs
7
+ Project-URL: Repository, https://github.com/jenreh/appkit
8
+ Project-URL: Issues, https://github.com/jenreh/appkit/issues
5
9
  Author: Jens Rehpöhler
10
+ Keywords: components,mantine,reflex,ui,web
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
16
+ Classifier: Topic :: Software Development :: User Interfaces
6
17
  Requires-Python: >=3.13
7
- Requires-Dist: appkit-commons
8
- Requires-Dist: reflex>=0.8.12
18
+ Requires-Dist: appkit-mantine
19
+ Requires-Dist: reflex>=0.8.20
9
20
  Description-Content-Type: text/markdown
10
21
 
11
22
  # appkit-ui
@@ -0,0 +1,45 @@
1
+ [project]
2
+ name = "appkit-ui"
3
+ version = "0.7.5"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ authors = [{ name = "Jens Rehpöhler" }]
7
+ requires-python = ">=3.13"
8
+ keywords = [
9
+ "reflex",
10
+ "mantine",
11
+ "ui",
12
+ "components",
13
+ "web",
14
+ ]
15
+ classifiers = [
16
+ "Intended Audience :: Developers",
17
+ "License :: OSI Approved :: MIT License",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3.13",
20
+ "Topic :: Software Development :: Libraries :: Python Modules",
21
+ "Topic :: Software Development :: User Interfaces",
22
+ ]
23
+ dependencies = [
24
+ "appkit-mantine",
25
+ "reflex>=0.8.20",
26
+ ]
27
+
28
+ [project.urls]
29
+ Homepage = "https://github.com/jenreh/appkit"
30
+ Documentation = "https://github.com/jenreh/appkit/tree/main/docs"
31
+ Repository = "https://github.com/jenreh/appkit"
32
+ Issues = "https://github.com/jenreh/appkit/issues"
33
+
34
+ [tool.setuptools.packages.find]
35
+ where = ["src"]
36
+
37
+ [tool.uv.sources]
38
+ appkit-commons = { workspace = true }
39
+
40
+ [tool.hatch.build.targets.wheel]
41
+ packages = ["src/appkit_ui"]
42
+
43
+ [build-system]
44
+ requires = ["hatchling"]
45
+ build-backend = "hatchling.build"
@@ -1,24 +0,0 @@
1
- [project]
2
- name = "appkit-ui"
3
- version = "0.7.4"
4
- description = "Add your description here"
5
- readme = "README.md"
6
- authors = [{ name = "Jens Rehpöhler" }]
7
- requires-python = ">=3.13"
8
- dependencies = [
9
- "appkit-commons",
10
- "reflex>=0.8.12",
11
- ]
12
-
13
- [tool.setuptools.packages.find]
14
- where = ["src"]
15
-
16
- [tool.uv.sources]
17
- appkit-commons = { workspace = true }
18
-
19
- [tool.hatch.build.targets.wheel]
20
- packages = ["src/appkit_ui"]
21
-
22
- [build-system]
23
- requires = ["hatchling"]
24
- build-backend = "hatchling.build"
File without changes
File without changes