etlplus 0.3.19__py3-none-any.whl → 0.3.23__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.
etlplus/transform.py CHANGED
@@ -67,6 +67,18 @@ from .types import StepSpec
67
67
  from .types import StrPath
68
68
  from .utils import to_number
69
69
 
70
+ # SECTION: EXPORTS ========================================================== #
71
+
72
+
73
+ __all__ = [
74
+ 'apply_aggregate',
75
+ 'apply_filter',
76
+ 'apply_map',
77
+ 'apply_select',
78
+ 'apply_sort',
79
+ 'transform',
80
+ ]
81
+
70
82
  # SECTION: INTERNAL FUNCTIONS ============================================== #
71
83
 
72
84
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: etlplus
3
- Version: 0.3.19
3
+ Version: 0.3.23
4
4
  Summary: A Swiss Army knife for simple ETL operations
5
5
  Home-page: https://github.com/Dagitali/ETLPlus
6
6
  Author: ETLPlus Team
@@ -10,7 +10,7 @@ etlplus/mixins.py,sha256=ifGpHwWv7U00yqGf-kN93vJax2IiK4jaGtTsPsO3Oak,1350
10
10
  etlplus/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  etlplus/run.py,sha256=zl_Yx35spcgaa9Xx7-kcJEb1CAYyMIiqtPlsSrYxRfs,12448
12
12
  etlplus/run_helpers.py,sha256=bj6MkaeFxjl3CeKG1HoXKx5DwAlXNERVW-GX-z1P_qQ,24373
13
- etlplus/transform.py,sha256=RvJBWrLuzA9rnsp6f3Wlls7N5o6CRaOj_UkvObpo9yM,25084
13
+ etlplus/transform.py,sha256=uAUVDDHYCgx7GpVez9IK3OAZM-CnCuMa9iox3vwGGJA,25296
14
14
  etlplus/types.py,sha256=SJiZ7wJiSnV4CEvF-9E5nSFLBo4DT9OqHQqj1GSHkv8,6042
15
15
  etlplus/utils.py,sha256=_fn8b-SAdxiw28VX-Ugr8sZUPZI9mEkWKAGExlgxhJA,13993
16
16
  etlplus/validate.py,sha256=7rJoEI_SIILdPpoBqqh2UJqg9oeReDz34mYSlc3t7Qg,12989
@@ -40,9 +40,9 @@ etlplus/config/types.py,sha256=a0epJ3z16HQ5bY3Ctf8s_cQPa3f0HHcwdOcjCP2xoG4,4954
40
40
  etlplus/config/utils.py,sha256=4SUHMkt5bKBhMhiJm-DrnmE2Q4TfOgdNCKz8PJDS27o,3443
41
41
  etlplus/validation/__init__.py,sha256=Pe5Xg1_EA4uiNZGYu5WTF3j7odjmyxnAJ8rcioaplSQ,1254
42
42
  etlplus/validation/utils.py,sha256=Mtqg449VIke0ziy_wd2r6yrwJzQkA1iulZC87FzXMjo,10201
43
- etlplus-0.3.19.dist-info/licenses/LICENSE,sha256=MuNO63i6kWmgnV2pbP2SLqP54mk1BGmu7CmbtxMmT-U,1069
44
- etlplus-0.3.19.dist-info/METADATA,sha256=02--oy_56oMCYQE4hyTY8tTJlqi_DuUCqGO0DRlSLxo,16730
45
- etlplus-0.3.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
46
- etlplus-0.3.19.dist-info/entry_points.txt,sha256=6w-2-jzuPa55spzK34h-UKh2JTEShh38adFRONNP9QE,45
47
- etlplus-0.3.19.dist-info/top_level.txt,sha256=aWWF-udn_sLGuHTM6W6MLh99ArS9ROkUWO8Mi8y1_2U,8
48
- etlplus-0.3.19.dist-info/RECORD,,
43
+ etlplus-0.3.23.dist-info/licenses/LICENSE,sha256=MuNO63i6kWmgnV2pbP2SLqP54mk1BGmu7CmbtxMmT-U,1069
44
+ etlplus-0.3.23.dist-info/METADATA,sha256=MtgwbMsm2n3gypehX_zpP1Hb8VaKxHxwXUIwKXCkLw4,16730
45
+ etlplus-0.3.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
46
+ etlplus-0.3.23.dist-info/entry_points.txt,sha256=6w-2-jzuPa55spzK34h-UKh2JTEShh38adFRONNP9QE,45
47
+ etlplus-0.3.23.dist-info/top_level.txt,sha256=aWWF-udn_sLGuHTM6W6MLh99ArS9ROkUWO8Mi8y1_2U,8
48
+ etlplus-0.3.23.dist-info/RECORD,,