fh-matui 0.9.6__tar.gz → 0.9.7__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.6/fh_matui.egg-info → fh_matui-0.9.7}/PKG-INFO +1 -1
  2. fh_matui-0.9.7/fh_matui/__init__.py +1 -0
  3. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui/datatable.py +1 -1
  4. {fh_matui-0.9.6 → fh_matui-0.9.7/fh_matui.egg-info}/PKG-INFO +1 -1
  5. {fh_matui-0.9.6 → fh_matui-0.9.7}/settings.ini +1 -1
  6. fh_matui-0.9.6/fh_matui/__init__.py +0 -1
  7. {fh_matui-0.9.6 → fh_matui-0.9.7}/LICENSE +0 -0
  8. {fh_matui-0.9.6 → fh_matui-0.9.7}/MANIFEST.in +0 -0
  9. {fh_matui-0.9.6 → fh_matui-0.9.7}/README.md +0 -0
  10. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui/_modidx.py +0 -0
  11. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui/app_pages.py +0 -0
  12. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui/components.py +0 -0
  13. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui/core.py +0 -0
  14. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui/foundations.py +0 -0
  15. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui/web_pages.py +0 -0
  16. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui.egg-info/SOURCES.txt +0 -0
  17. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui.egg-info/dependency_links.txt +0 -0
  18. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui.egg-info/entry_points.txt +0 -0
  19. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui.egg-info/not-zip-safe +0 -0
  20. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui.egg-info/requires.txt +0 -0
  21. {fh_matui-0.9.6 → fh_matui-0.9.7}/fh_matui.egg-info/top_level.txt +0 -0
  22. {fh_matui-0.9.6 → fh_matui-0.9.7}/pyproject.toml +0 -0
  23. {fh_matui-0.9.6 → fh_matui-0.9.7}/setup.cfg +0 -0
  24. {fh_matui-0.9.6 → fh_matui-0.9.7}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fh-matui
3
- Version: 0.9.6
3
+ Version: 0.9.7
4
4
  Summary: material-ui for fasthtml
5
5
  Home-page: https://github.com/abhisheksreesaila/fh-matui
6
6
  Author: abhishek sreesaila
@@ -0,0 +1 @@
1
+ __version__ = "0.9.6"
@@ -383,7 +383,7 @@ class CrudContext:
383
383
  record: dict = None # Form data dict
384
384
  record_id: Optional[Any] = None # ID for update/delete (None for create)
385
385
 
386
- # %% ../nbs/05_datatable.ipynb 12
386
+ # %% ../nbs/05_datatable.ipynb 13
387
387
  from typing import Callable, Optional, Any, Union
388
388
  from dataclasses import asdict, is_dataclass
389
389
  from datetime import datetime
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fh-matui
3
- Version: 0.9.6
3
+ Version: 0.9.7
4
4
  Summary: material-ui for fasthtml
5
5
  Home-page: https://github.com/abhisheksreesaila/fh-matui
6
6
  Author: abhishek sreesaila
@@ -5,7 +5,7 @@
5
5
  ### Python library ###
6
6
  repo = fh-matui
7
7
  lib_name = %(repo)s
8
- version = 0.9.6
8
+ version = 0.9.7
9
9
  min_python = 3.9
10
10
  license = apache2
11
11
  black_formatting = False
@@ -1 +0,0 @@
1
- __version__ = "0.9.5"
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