ecodev-core 0.0.24__py3-none-any.whl → 0.0.25__py3-none-any.whl

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.

Potentially problematic release.


This version of ecodev-core might be problematic. Click here for more details.

ecodev_core/__init__.py CHANGED
@@ -51,6 +51,7 @@ from ecodev_core.logger import log_critical
51
51
  from ecodev_core.logger import logger_get
52
52
  from ecodev_core.pandas_utils import get_excelfile
53
53
  from ecodev_core.pandas_utils import get_value
54
+ from ecodev_core.pandas_utils import is_null
54
55
  from ecodev_core.pandas_utils import jsonify_series
55
56
  from ecodev_core.pandas_utils import pd_equals
56
57
  from ecodev_core.pandas_utils import safe_drop_columns
@@ -83,4 +84,4 @@ __all__ = [
83
84
  'generic_insertion', 'custom_equal', 'is_authorized_user', 'get_method', 'AppActivity',
84
85
  'fastapi_monitor', 'dash_monitor', 'is_monitoring_user', 'get_recent_activities', 'select_user',
85
86
  'get_access_token', 'safe_get_user', 'backup', 'group_by', 'get_excelfile', 'upsert_new_user',
86
- 'datify', 'safe_drop_columns', 'get_value']
87
+ 'datify', 'safe_drop_columns', 'get_value', 'is_null']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ecodev-core
3
- Version: 0.0.24
3
+ Version: 0.0.25
4
4
  Summary: Low level sqlmodel/fastapi/pydantic building blocks
5
5
  License: MIT
6
6
  Author: Thomas Epelbaum
@@ -1,4 +1,4 @@
1
- ecodev_core/__init__.py,sha256=LS-nx8cHTL31GXmG1wuSG7nUeukxwuNkWOgLX2nLEW8,4634
1
+ ecodev_core/__init__.py,sha256=JVtBxh-CIZQODjq4tHhl3o1qK1DqMJQsbtlFXjXBuYY,4690
2
2
  ecodev_core/app_activity.py,sha256=_rU5uPfttHxXX5IaCuTA7K9We5w2qluJ3Xpf6i12HhY,3763
3
3
  ecodev_core/app_rights.py,sha256=RZPdDtydFqc_nFj96huKAc56BS0qS6ScKv4Kghqd6lc,726
4
4
  ecodev_core/app_user.py,sha256=r1bqA4H08x53XmxmjwyGKl_PFjYQazzBbVErdkztqeE,2947
@@ -19,7 +19,7 @@ ecodev_core/permissions.py,sha256=WAx-ilMu8LlQp2sjJVdkhNQieytEaEm8577ZF1HWeTY,50
19
19
  ecodev_core/pydantic_utils.py,sha256=e3GH50JmcpTmd2UgrB94QSwWOlOCW3WIlVdyX9C4T-U,741
20
20
  ecodev_core/read_write.py,sha256=auJ5bBJTVGkLRkiP_vZxVCX64B0Y-9qpsaDhovHmbas,996
21
21
  ecodev_core/safe_utils.py,sha256=JCfxo6fcznjsL-XHNJ1TKo1UvfJB83WT5jpTFmtJwsE,6160
22
- ecodev_core-0.0.24.dist-info/LICENSE.md,sha256=jebQDe1ib9LAODuNvcSoo2CoqS6P0_q8--mMTICh_kI,1074
23
- ecodev_core-0.0.24.dist-info/METADATA,sha256=648Xgoc989SaclZo3RmYN1OHB_rYhNEXjfwJFUv6gw4,3276
24
- ecodev_core-0.0.24.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
- ecodev_core-0.0.24.dist-info/RECORD,,
22
+ ecodev_core-0.0.25.dist-info/LICENSE.md,sha256=jebQDe1ib9LAODuNvcSoo2CoqS6P0_q8--mMTICh_kI,1074
23
+ ecodev_core-0.0.25.dist-info/METADATA,sha256=2i-cjkxDoS1j822e7p8TpWwibG95Vuy-otzuFGOUr80,3276
24
+ ecodev_core-0.0.25.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
+ ecodev_core-0.0.25.dist-info/RECORD,,