LICENCE
README.md
pyproject.toml
setup.py
src/ipulse_shared_core_ftredge/__init__.py
src/ipulse_shared_core_ftredge.egg-info/PKG-INFO
src/ipulse_shared_core_ftredge.egg-info/SOURCES.txt
src/ipulse_shared_core_ftredge.egg-info/dependency_links.txt
src/ipulse_shared_core_ftredge.egg-info/requires.txt
src/ipulse_shared_core_ftredge.egg-info/top_level.txt
src/ipulse_shared_core_ftredge/cache/__init__.py
src/ipulse_shared_core_ftredge/cache/shared_cache.py
src/ipulse_shared_core_ftredge/dependencies/__init__.py
src/ipulse_shared_core_ftredge/dependencies/auth_firebase_token_validation.py
src/ipulse_shared_core_ftredge/dependencies/auth_protected_router.py
src/ipulse_shared_core_ftredge/dependencies/authz_for_apis.py
src/ipulse_shared_core_ftredge/dependencies/firestore_client.py
src/ipulse_shared_core_ftredge/exceptions/__init__.py
src/ipulse_shared_core_ftredge/exceptions/base_exceptions.py
src/ipulse_shared_core_ftredge/exceptions/user_exceptions.py
src/ipulse_shared_core_ftredge/models/__init__.py
src/ipulse_shared_core_ftredge/models/base_api_response.py
src/ipulse_shared_core_ftredge/models/base_data_model.py
src/ipulse_shared_core_ftredge/models/subscription.py
src/ipulse_shared_core_ftredge/models/user_auth.py
src/ipulse_shared_core_ftredge/models/user_profile.py
src/ipulse_shared_core_ftredge/models/user_status.py
src/ipulse_shared_core_ftredge/monitoring/__init__.py
src/ipulse_shared_core_ftredge/monitoring/microservmon.py
src/ipulse_shared_core_ftredge/monitoring/tracemon.py
src/ipulse_shared_core_ftredge/services/__init__.py
src/ipulse_shared_core_ftredge/services/cache_aware_firestore_service.py
src/ipulse_shared_core_ftredge/services/charging_processors.py
src/ipulse_shared_core_ftredge/services/charging_service.py
src/ipulse_shared_core_ftredge/services/base/__init__.py
src/ipulse_shared_core_ftredge/services/base/base_firestore_service.py
src/ipulse_shared_core_ftredge/services/user/__init__.py
src/ipulse_shared_core_ftredge/services/user/iam_management_operations.py
src/ipulse_shared_core_ftredge/services/user/subscription_management_operations.py
src/ipulse_shared_core_ftredge/services/user/user_account_operations.py
src/ipulse_shared_core_ftredge/services/user/user_auth_operations.py
src/ipulse_shared_core_ftredge/services/user/user_core_service.py
src/ipulse_shared_core_ftredge/services/user/user_holistic_operations.py
src/ipulse_shared_core_ftredge/utils/__init__.py
src/ipulse_shared_core_ftredge/utils/custom_json_encoder.py
src/ipulse_shared_core_ftredge/utils/json_encoder.py
tests/test_cache_aware_service.py
tests/test_shared_cache.py