ipulse-shared-core-ftredge 2.8.1__tar.gz → 2.9.1__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.

Files changed (26) hide show
  1. {ipulse_shared_core_ftredge-2.8.1/src/ipulse_shared_core_ftredge.egg-info → ipulse_shared_core_ftredge-2.9.1}/PKG-INFO +2 -1
  2. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/README.md +0 -5
  3. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/setup.py +2 -1
  4. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/logging/utils_logging.py +1 -1
  5. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1/src/ipulse_shared_core_ftredge.egg-info}/PKG-INFO +2 -1
  6. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge.egg-info/requires.txt +1 -0
  7. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/LICENCE +0 -0
  8. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/pyproject.toml +0 -0
  9. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/setup.cfg +0 -0
  10. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/__init__.py +0 -0
  11. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/logging/__init__.py +0 -0
  12. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/logging/audit_log_firestore.py +0 -0
  13. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/logging/logging_handlers_and_formatters.py +0 -0
  14. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/models/__init__.py +0 -0
  15. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/models/organisation.py +0 -0
  16. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/models/resource_catalog_item.py +0 -0
  17. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/models/user_auth.py +0 -0
  18. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/models/user_profile.py +0 -0
  19. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/models/user_profile_update.py +0 -0
  20. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/models/user_status.py +0 -0
  21. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/utils/__init__.py +0 -0
  22. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge/utils/utils_common.py +0 -0
  23. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge.egg-info/SOURCES.txt +0 -0
  24. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge.egg-info/dependency_links.txt +0 -0
  25. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/src/ipulse_shared_core_ftredge.egg-info/top_level.txt +0 -0
  26. {ipulse_shared_core_ftredge-2.8.1 → ipulse_shared_core_ftredge-2.9.1}/tests/test_utils_gcp.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipulse_shared_core_ftredge
3
- Version: 2.8.1
3
+ Version: 2.9.1
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
@@ -8,5 +8,6 @@ License-File: LICENCE
8
8
  Requires-Dist: pydantic[email]~=2.5
9
9
  Requires-Dist: python-dateutil~=2.8
10
10
  Requires-Dist: pytest~=7.1
11
+ Requires-Dist: ipulse_shared_enums_ftredge>=2.1.1
11
12
  Requires-Dist: google-cloud-logging~=3.10.0
12
13
  Requires-Dist: google-cloud-error-reporting~=1.11.0
@@ -1,7 +1,2 @@
1
1
  # ipulse_shared_core
2
2
  Shared Models like User, Organisation etc. Also includes shared enum_sets
3
-
4
-
5
- ### Enums
6
-
7
- Contains majority of all Enums used in Pulse
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3
3
 
4
4
  setup(
5
5
  name='ipulse_shared_core_ftredge',
6
- version='2.8.1',
6
+ version='2.9.1',
7
7
  package_dir={'': 'src'}, # Specify the source directory
8
8
  packages=find_packages(where='src'), # Look for packages in 'src'
9
9
  install_requires=[
@@ -11,6 +11,7 @@ setup(
11
11
  'pydantic[email]~=2.5',
12
12
  'python-dateutil~=2.8',
13
13
  'pytest~=7.1',
14
+ 'ipulse_shared_enums_ftredge>=2.1.1',
14
15
  'google-cloud-logging~=3.10.0',
15
16
  'google-cloud-error-reporting~=1.11.0'
16
17
  ],
@@ -6,7 +6,7 @@
6
6
  # pylint: disable=broad-exception-caught
7
7
  import logging
8
8
  from typing import List, Union
9
- from ipulse_shared_core_ftredge.enums import LoggingHandler
9
+ from ipulse_shared_enums_ftredge import LoggingHandler
10
10
  from ipulse_shared_core_ftredge.logging.logging_handlers_and_formatters import (CloudLogFormatter,
11
11
  LocalLogFormatter,
12
12
  add_gcp_cloud_logging,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipulse_shared_core_ftredge
3
- Version: 2.8.1
3
+ Version: 2.9.1
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
@@ -8,5 +8,6 @@ License-File: LICENCE
8
8
  Requires-Dist: pydantic[email]~=2.5
9
9
  Requires-Dist: python-dateutil~=2.8
10
10
  Requires-Dist: pytest~=7.1
11
+ Requires-Dist: ipulse_shared_enums_ftredge>=2.1.1
11
12
  Requires-Dist: google-cloud-logging~=3.10.0
12
13
  Requires-Dist: google-cloud-error-reporting~=1.11.0
@@ -1,5 +1,6 @@
1
1
  pydantic[email]~=2.5
2
2
  python-dateutil~=2.8
3
3
  pytest~=7.1
4
+ ipulse_shared_enums_ftredge>=2.1.1
4
5
  google-cloud-logging~=3.10.0
5
6
  google-cloud-error-reporting~=1.11.0