ipulse-shared-core-ftredge 2.28__tar.gz → 2.29__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.
Potentially problematic release.
This version of ipulse-shared-core-ftredge might be problematic. Click here for more details.
- {ipulse_shared_core_ftredge-2.28/src/ipulse_shared_core_ftredge.egg-info → ipulse_shared_core_ftredge-2.29}/PKG-INFO +1 -1
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/setup.py +1 -1
- ipulse_shared_core_ftredge-2.29/src/ipulse_shared_core_ftredge/__init__.py +12 -0
- ipulse_shared_core_ftredge-2.29/src/ipulse_shared_core_ftredge/enums/__init__.py +5 -0
- ipulse_shared_core_ftredge-2.29/src/ipulse_shared_core_ftredge/enums/enums_data_eng.py +40 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29/src/ipulse_shared_core_ftredge.egg-info}/PKG-INFO +1 -1
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge.egg-info/SOURCES.txt +3 -1
- ipulse_shared_core_ftredge-2.28/src/ipulse_shared_core_ftredge/__init__.py +0 -6
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/LICENCE +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/README.md +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/pyproject.toml +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/setup.cfg +0 -0
- {ipulse_shared_core_ftredge-2.28/src/ipulse_shared_core_ftredge → ipulse_shared_core_ftredge-2.29/src/ipulse_shared_core_ftredge/enums}/enums_common.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/__init__.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/audit_log_firestore.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/organisation.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/pulse_enums.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/resource_catalog_item.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/user_auth.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/user_profile.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/user_profile_update.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/models/user_status.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/tests/__init__.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/tests/test.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/utils_gcp.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge/utils_templates_and_schemas.py +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge.egg-info/dependency_links.txt +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge.egg-info/requires.txt +0 -0
- {ipulse_shared_core_ftredge-2.28 → ipulse_shared_core_ftredge-2.29}/src/ipulse_shared_core_ftredge.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ipulse_shared_core_ftredge
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.29
|
|
4
4
|
Summary: Shared Core models and Logger util for the Pulse platform project. Using AI for financial advisory and investment management.
|
|
5
5
|
Home-page: https://github.com/TheFutureEdge/ipulse_shared_core
|
|
6
6
|
Author: Russlan Ramdowar
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='ipulse_shared_core_ftredge',
|
|
5
|
-
version='2.
|
|
5
|
+
version='2.29',
|
|
6
6
|
package_dir={'': 'src'}, # Specify the source directory
|
|
7
7
|
packages=find_packages(where='src'), # Look for packages in 'src'
|
|
8
8
|
install_requires=[
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
from .models import (Organisation, UserAuth, UserProfile,
|
|
2
|
+
UserStatus, UserProfileUpdate, pulse_enums)
|
|
3
|
+
from .utils_gcp import (setup_gcp_logger_and_error_report,
|
|
4
|
+
read_csv_from_gcs, read_json_from_gcs,
|
|
5
|
+
write_csv_to_gcs, write_json_to_gcs)
|
|
6
|
+
from .utils_templates_and_schemas import (create_bigquery_schema_from_json,
|
|
7
|
+
update_check_with_schema_template)
|
|
8
|
+
from .enums import (NoticeSeverity,
|
|
9
|
+
SourcingPipelineType,
|
|
10
|
+
SourcingTriggerType,
|
|
11
|
+
DWEvents,
|
|
12
|
+
DWEventTriggerType )
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
from enum import Enum, auto
|
|
2
|
+
|
|
3
|
+
class SourcingTriggerType(Enum):
|
|
4
|
+
HISTORIC_MANUAL = auto()
|
|
5
|
+
LIVE_SCHEDULED = auto()
|
|
6
|
+
ADHOC_MANUAL = auto()
|
|
7
|
+
ADHOC_SCHEDULED = auto()
|
|
8
|
+
LIVE_MANUAL = auto()
|
|
9
|
+
|
|
10
|
+
class SourcingPipelineType(Enum):
|
|
11
|
+
LOCAL_GET_API_TO_GCS_BUCKET_FILE = auto()
|
|
12
|
+
GCLOUD_GET_API_INMEMORY = auto()
|
|
13
|
+
LOCAL_GET_API_INMEMORY = auto()
|
|
14
|
+
GCLOUD_GET_API_TO_GCS_BUCKET_FILE = auto()
|
|
15
|
+
LOCAL_GET_API_TO_LOCAL_FILE = auto()
|
|
16
|
+
LOCAL_DOWNLOAD_WEB_FILE_TO_LOCAL = auto()
|
|
17
|
+
LOCAL_DOWNLOAD_WEB_FILE_UPLOAD_TO_GCS_BUCKET = auto()
|
|
18
|
+
|
|
19
|
+
class DWEventTriggerType(Enum):
|
|
20
|
+
GCS_BUCKET_FILE_UPLOAD = auto()
|
|
21
|
+
INSIDE_SOURCING_FUNCTION = auto()
|
|
22
|
+
MANUAL_FROM_GCS_BUCKET_FILE = auto()
|
|
23
|
+
MANUAL_FROM_LOCAL_FILE = auto()
|
|
24
|
+
PUBSUBC_TOPIC = auto()
|
|
25
|
+
|
|
26
|
+
class DWEvents(Enum):
|
|
27
|
+
INSERT_NOREPLACE_1A_NT = auto()
|
|
28
|
+
MERGE_NOREPLACE_NA_1T = auto()
|
|
29
|
+
MERGE_NOREPLACE_NA_NT = auto()
|
|
30
|
+
INSERT_NOREPLACE_1A_1T = auto()
|
|
31
|
+
MERGE_NOREPLACE_1A_NT = auto()
|
|
32
|
+
INSERT_REPLACE_1A_1T = auto()
|
|
33
|
+
INSERT_REPLACE_1A_NT = auto()
|
|
34
|
+
MERGE_REPL_NA_NT = auto()
|
|
35
|
+
MERGE_REPL_1A_NT = auto()
|
|
36
|
+
MERGE_REPL_NA_1T = auto()
|
|
37
|
+
DELETE_1A_1T = auto()
|
|
38
|
+
DELETE_1A_NT = auto()
|
|
39
|
+
DELETE_NA_1T = auto()
|
|
40
|
+
DELETE_NA_NT = auto()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ipulse_shared_core_ftredge
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.29
|
|
4
4
|
Summary: Shared Core models and Logger util for the Pulse platform project. Using AI for financial advisory and investment management.
|
|
5
5
|
Home-page: https://github.com/TheFutureEdge/ipulse_shared_core
|
|
6
6
|
Author: Russlan Ramdowar
|
|
@@ -3,7 +3,6 @@ README.md
|
|
|
3
3
|
pyproject.toml
|
|
4
4
|
setup.py
|
|
5
5
|
src/ipulse_shared_core_ftredge/__init__.py
|
|
6
|
-
src/ipulse_shared_core_ftredge/enums_common.py
|
|
7
6
|
src/ipulse_shared_core_ftredge/utils_gcp.py
|
|
8
7
|
src/ipulse_shared_core_ftredge/utils_templates_and_schemas.py
|
|
9
8
|
src/ipulse_shared_core_ftredge.egg-info/PKG-INFO
|
|
@@ -11,6 +10,9 @@ src/ipulse_shared_core_ftredge.egg-info/SOURCES.txt
|
|
|
11
10
|
src/ipulse_shared_core_ftredge.egg-info/dependency_links.txt
|
|
12
11
|
src/ipulse_shared_core_ftredge.egg-info/requires.txt
|
|
13
12
|
src/ipulse_shared_core_ftredge.egg-info/top_level.txt
|
|
13
|
+
src/ipulse_shared_core_ftredge/enums/__init__.py
|
|
14
|
+
src/ipulse_shared_core_ftredge/enums/enums_common.py
|
|
15
|
+
src/ipulse_shared_core_ftredge/enums/enums_data_eng.py
|
|
14
16
|
src/ipulse_shared_core_ftredge/models/__init__.py
|
|
15
17
|
src/ipulse_shared_core_ftredge/models/audit_log_firestore.py
|
|
16
18
|
src/ipulse_shared_core_ftredge/models/organisation.py
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
from .models import Organisation, UserAuth, UserProfile, UserStatus, UserProfileUpdate, pulse_enums
|
|
2
|
-
from .utils_gcp import setup_gcp_logger_and_error_report, read_csv_from_gcs, read_json_from_gcs, write_csv_to_gcs, write_json_to_gcs
|
|
3
|
-
from .utils_templates_and_schemas import create_bigquery_schema_from_json,update_check_with_schema_template
|
|
4
|
-
from .enums_common import NoticeSeverity
|
|
5
|
-
|
|
6
|
-
|
|
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
|
|
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
|