microgue
Advanced tools
| Metadata-Version: 2.2 | ||
| Name: microgue | ||
| Version: 4.2.3 | ||
| Version: 4.2.4 | ||
| Summary: This project contains bootstrap code to speed up the development of AWS based microservices | ||
@@ -5,0 +5,0 @@ Author: Michael Hudelson |
@@ -26,4 +26,2 @@ README.md | ||
| microgue/caches/abstract_cache.py | ||
| microgue/constants/__init__.py | ||
| microgue/constants/error_constants.py | ||
| microgue/events/__init__.py | ||
@@ -30,0 +28,0 @@ microgue/events/abstract_event_bus.py |
@@ -6,3 +6,2 @@ import traceback | ||
| from ...constants.error_constants import ErrorConstants | ||
| from ...loggers.logger import Logger | ||
@@ -66,3 +65,3 @@ from ...services.service import Service as _Service | ||
| data={ | ||
| "error": ErrorConstants.Services.INTERNAL_SERVER_ERROR, | ||
| "error": "internal server error", | ||
| }, | ||
@@ -69,0 +68,0 @@ ) |
@@ -6,3 +6,2 @@ import traceback | ||
| from ..constants.error_constants import ErrorConstants | ||
| from ..loggers.logger import Logger | ||
@@ -140,3 +139,3 @@ from ..utils import mask_fields_in_data | ||
| data={ | ||
| "error": ErrorConstants.Services.INTERNAL_SERVER_ERROR, | ||
| "error": "internal server error", | ||
| }, | ||
@@ -143,0 +142,0 @@ ) |
+1
-1
| Metadata-Version: 2.2 | ||
| Name: microgue | ||
| Version: 4.2.3 | ||
| Version: 4.2.4 | ||
| Summary: This project contains bootstrap code to speed up the development of AWS based microservices | ||
@@ -5,0 +5,0 @@ Author: Michael Hudelson |
+1
-2
@@ -8,3 +8,3 @@ from setuptools import setup | ||
| name="microgue", | ||
| version="4.2.3", | ||
| version="4.2.4", | ||
| author="Michael Hudelson", | ||
@@ -26,3 +26,2 @@ author_email="michaelhudelson@gmail.com", | ||
| "microgue.caches", | ||
| "microgue.constants", | ||
| "microgue.events", | ||
@@ -29,0 +28,0 @@ "microgue.loggers", |
| class ErrorConstants: | ||
| class Services: | ||
| INTERNAL_SERVER_ERROR = "internal server error" |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
90202
-0.39%46
-4.17%1864
-0.32%