fh-matui 0.9.3__tar.gz → 0.9.4__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.
Files changed (24) hide show
  1. {fh_matui-0.9.3/fh_matui.egg-info → fh_matui-0.9.4}/PKG-INFO +1 -2
  2. {fh_matui-0.9.3 → fh_matui-0.9.4}/README.md +0 -1
  3. fh_matui-0.9.4/fh_matui/__init__.py +1 -0
  4. {fh_matui-0.9.3 → fh_matui-0.9.4/fh_matui.egg-info}/PKG-INFO +1 -2
  5. {fh_matui-0.9.3 → fh_matui-0.9.4}/settings.ini +1 -1
  6. fh_matui-0.9.3/fh_matui/__init__.py +0 -1
  7. {fh_matui-0.9.3 → fh_matui-0.9.4}/LICENSE +0 -0
  8. {fh_matui-0.9.3 → fh_matui-0.9.4}/MANIFEST.in +0 -0
  9. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui/_modidx.py +0 -0
  10. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui/app_pages.py +0 -0
  11. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui/components.py +0 -0
  12. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui/core.py +0 -0
  13. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui/datatable.py +0 -0
  14. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui/foundations.py +0 -0
  15. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui/web_pages.py +0 -0
  16. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui.egg-info/SOURCES.txt +0 -0
  17. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui.egg-info/dependency_links.txt +0 -0
  18. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui.egg-info/entry_points.txt +0 -0
  19. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui.egg-info/not-zip-safe +0 -0
  20. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui.egg-info/requires.txt +0 -0
  21. {fh_matui-0.9.3 → fh_matui-0.9.4}/fh_matui.egg-info/top_level.txt +0 -0
  22. {fh_matui-0.9.3 → fh_matui-0.9.4}/pyproject.toml +0 -0
  23. {fh_matui-0.9.3 → fh_matui-0.9.4}/setup.cfg +0 -0
  24. {fh_matui-0.9.3 → fh_matui-0.9.4}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fh-matui
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Summary: material-ui for fasthtml
5
5
  Home-page: https://github.com/abhisheksreesaila/fh-matui
6
6
  Author: abhishek sreesaila
@@ -112,7 +112,6 @@ def home():
112
112
  Card(
113
113
  H3("Welcome to fh-matui!"),
114
114
  P("Build beautiful Material Design apps with Python."),
115
- FormField("email", label="Email", type="email"),
116
115
  Button("Get Started", cls="primary"),
117
116
  ),
118
117
  cls="padding"
@@ -74,7 +74,6 @@ def home():
74
74
  Card(
75
75
  H3("Welcome to fh-matui!"),
76
76
  P("Build beautiful Material Design apps with Python."),
77
- FormField("email", label="Email", type="email"),
78
77
  Button("Get Started", cls="primary"),
79
78
  ),
80
79
  cls="padding"
@@ -0,0 +1 @@
1
+ __version__ = "0.9.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fh-matui
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Summary: material-ui for fasthtml
5
5
  Home-page: https://github.com/abhisheksreesaila/fh-matui
6
6
  Author: abhishek sreesaila
@@ -112,7 +112,6 @@ def home():
112
112
  Card(
113
113
  H3("Welcome to fh-matui!"),
114
114
  P("Build beautiful Material Design apps with Python."),
115
- FormField("email", label="Email", type="email"),
116
115
  Button("Get Started", cls="primary"),
117
116
  ),
118
117
  cls="padding"
@@ -5,7 +5,7 @@
5
5
  ### Python library ###
6
6
  repo = fh-matui
7
7
  lib_name = %(repo)s
8
- version = 0.9.3
8
+ version = 0.9.4
9
9
  min_python = 3.9
10
10
  license = apache2
11
11
  black_formatting = False
@@ -1 +0,0 @@
1
- __version__ = "0.9.3"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes