ipulse-shared-core-ftredge 2.16__tar.gz → 2.17__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.16/src/ipulse_shared_core_ftredge.egg-info → ipulse_shared_core_ftredge-2.17}/PKG-INFO +2 -2
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/setup.py +2 -2
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/gcp_logger.py +3 -1
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17/src/ipulse_shared_core_ftredge.egg-info}/PKG-INFO +2 -2
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/LICENCE +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/README.md +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/pyproject.toml +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/setup.cfg +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/__init__.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/__init__.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/audit_log_firestore.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/organisation.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/pulse_enums.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/resource_catalog_item.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/user_auth.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/user_profile.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/user_profile_update.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/models/user_status.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/tests/__init__.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge/tests/test.py +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge.egg-info/SOURCES.txt +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge.egg-info/dependency_links.txt +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge.egg-info/requires.txt +0 -0
- {ipulse_shared_core_ftredge-2.16 → ipulse_shared_core_ftredge-2.17}/src/ipulse_shared_core_ftredge.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ipulse_shared_core_ftredge
|
|
3
|
-
Version: 2.
|
|
4
|
-
Summary: Shared models for the Pulse platform project. Using AI for financial advisory and investment management.
|
|
3
|
+
Version: 2.17
|
|
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
|
|
7
7
|
License-File: LICENCE
|
|
@@ -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.17',
|
|
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=[
|
|
@@ -14,6 +14,6 @@ setup(
|
|
|
14
14
|
'google-cloud-error-reporting~=1.11.0'
|
|
15
15
|
],
|
|
16
16
|
author='Russlan Ramdowar',
|
|
17
|
-
description='Shared models for the Pulse platform project. Using AI for financial advisory and investment management.',
|
|
17
|
+
description='Shared Core models and Logger util for the Pulse platform project. Using AI for financial advisory and investment management.',
|
|
18
18
|
url='https://github.com/TheFutureEdge/ipulse_shared_core',
|
|
19
19
|
)
|
|
@@ -21,6 +21,8 @@ from google.cloud import error_reporting, logging as cloud_logging
|
|
|
21
21
|
##### THIS APPROACH IS USED NOW ########
|
|
22
22
|
## TODO Fix the issue with POST 0B Nan.... printed in Cloud Logging , which is referring to posting to Cloud Logging probably.
|
|
23
23
|
|
|
24
|
+
ENV = os.getenv('ENV', 'LOCAL').strip("'")
|
|
25
|
+
|
|
24
26
|
def setup_logger(logger_name):
|
|
25
27
|
"""Sets up a logger with Error Reporting and Cloud Logging handlers.
|
|
26
28
|
|
|
@@ -65,7 +67,7 @@ def setup_logger(logger_name):
|
|
|
65
67
|
logger.addHandler(cloud_logging_handler)
|
|
66
68
|
|
|
67
69
|
# Add a console handler for local development
|
|
68
|
-
if
|
|
70
|
+
if ENV == "LOCAL":
|
|
69
71
|
formatter = logging.Formatter('%(levelname)s : %(name)s : %(asctime)s : %(message)s')
|
|
70
72
|
console_handler = logging.StreamHandler()
|
|
71
73
|
console_handler.setFormatter(formatter)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ipulse_shared_core_ftredge
|
|
3
|
-
Version: 2.
|
|
4
|
-
Summary: Shared models for the Pulse platform project. Using AI for financial advisory and investment management.
|
|
3
|
+
Version: 2.17
|
|
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
|
|
7
7
|
License-File: LICENCE
|
|
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
|