etlplus 0.3.22__tar.gz → 0.3.23__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.
- {etlplus-0.3.22/etlplus.egg-info → etlplus-0.3.23}/PKG-INFO +1 -1
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/transform.py +12 -0
- {etlplus-0.3.22 → etlplus-0.3.23/etlplus.egg-info}/PKG-INFO +1 -1
- etlplus-0.3.23/tests/unit/test_u_transform.py +860 -0
- etlplus-0.3.22/tests/unit/test_u_transform.py +0 -690
- {etlplus-0.3.22 → etlplus-0.3.23}/.coveragerc +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/.editorconfig +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/.gitattributes +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/.github/actions/python-bootstrap/action.yml +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/.github/workflows/ci.yml +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/.gitignore +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/.pre-commit-config.yaml +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/.ruff.toml +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/CODE_OF_CONDUCT.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/CONTRIBUTING.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/DEMO.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/LICENSE +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/Makefile +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/README.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/REFERENCES.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/docs/pipeline-guide.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/docs/snippets/installation_version.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/__init__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/__main__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/__version__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/README.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/__init__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/auth.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/config.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/endpoint_client.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/errors.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/pagination/__init__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/pagination/client.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/pagination/config.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/pagination/paginator.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/rate_limiting/__init__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/rate_limiting/config.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/rate_limiting/rate_limiter.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/request_manager.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/retry_manager.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/transport.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/api/types.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/cli.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/config/__init__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/config/connector.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/config/jobs.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/config/pipeline.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/config/profile.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/config/types.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/config/utils.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/enums.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/extract.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/file.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/load.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/mixins.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/py.typed +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/run.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/run_helpers.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/types.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/utils.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/validate.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/validation/__init__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus/validation/utils.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus.egg-info/SOURCES.txt +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus.egg-info/dependency_links.txt +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus.egg-info/entry_points.txt +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus.egg-info/requires.txt +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/etlplus.egg-info/top_level.txt +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/examples/README.md +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/examples/configs/pipeline.yml +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/examples/data/sample.csv +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/examples/data/sample.json +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/examples/data/sample.xml +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/examples/data/sample.xsd +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/examples/data/sample.yaml +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/examples/quickstart_python.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/pyproject.toml +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/pytest.ini +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/setup.cfg +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/setup.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/__init__.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/conftest.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/conftest.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/test_i_cli.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/test_i_examples_data_parity.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/test_i_pagination_strategy.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/test_i_pipeline_smoke.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/test_i_pipeline_yaml_load.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/test_i_run.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/test_i_run_profile_pagination_defaults.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/integration/test_i_run_profile_rate_limit_defaults.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/conftest.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_auth.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_config.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_endpoint_client.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_mocks.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_pagination_client.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_pagination_config.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_paginator.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_rate_limit_config.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_rate_limiter.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_request_manager.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_retry_manager.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_transport.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/api/test_u_types.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/config/test_u_config_utils.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/config/test_u_connector.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/config/test_u_jobs.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/config/test_u_pipeline.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/conftest.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_cli.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_enums.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_extract.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_file.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_load.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_main.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_mixins.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_run.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_run_helpers.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_utils.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_validate.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/test_u_version.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tests/unit/validation/test_u_validation_utils.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tools/run_pipeline.py +0 -0
- {etlplus-0.3.22 → etlplus-0.3.23}/tools/update_demo_snippets.py +0 -0
|
@@ -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
|
|