anzu 0.1.2__py3-none-any.whl → 0.1.4__py3-none-any.whl
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.
- anzu/__init__.py +1 -7
- {anzu-0.1.2.dist-info → anzu-0.1.4.dist-info}/METADATA +2 -1
- anzu-0.1.4.dist-info/RECORD +6 -0
- anzu-0.1.2.dist-info/RECORD +0 -6
- {anzu-0.1.2.dist-info → anzu-0.1.4.dist-info}/WHEEL +0 -0
- {anzu-0.1.2.dist-info → anzu-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {anzu-0.1.2.dist-info → anzu-0.1.4.dist-info}/top_level.txt +0 -0
anzu/__init__.py
CHANGED
@@ -1,7 +1 @@
|
|
1
|
-
from
|
2
|
-
from anzu.worker.constants import PROCESSING, WAITING, FAILURE, SUCCESS
|
3
|
-
from anzu.logger import logger, redis_logger, AnzuLogger
|
4
|
-
from anzu.websocket import send_socket_response, emit_socket_event
|
5
|
-
|
6
|
-
__version__ = '0.1.2'
|
7
|
-
__all__ = ['update_queue_item', 'SUCCESS', 'PROCESSING', 'FAILURE', 'WAITING', 'logger', 'redis_logger', 'AnzuLogger', 'emit_socket_event', 'send_socket_response']
|
1
|
+
from .logger import (logger, redis_logger)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: anzu
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.4
|
4
4
|
Summary: A package for updating queue items in a Django service
|
5
5
|
Home-page: https://github.com/yourusername/queue_updater
|
6
6
|
Author: Your Name
|
@@ -65,6 +65,7 @@ client.update_queue_item(
|
|
65
65
|
|
66
66
|
# Or initialize using environment variables
|
67
67
|
import os
|
68
|
+
|
68
69
|
os.environ["DJANGO_URL"] = "https://your-django-service.com"
|
69
70
|
os.environ["DJANGO_SUPERUSER_USERNAME"] = "admin"
|
70
71
|
os.environ["DJANGO_SUPERUSER_PASSWORD"] = "password"
|
@@ -0,0 +1,6 @@
|
|
1
|
+
anzu/__init__.py,sha256=yapPQwS18DmiLOYcWJc2tK5KUTVs5lrsW_zmwUcb9zo,43
|
2
|
+
anzu-0.1.4.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
anzu-0.1.4.dist-info/METADATA,sha256=nRyxc6NCUk0g-LWouq22y_KfRK2vj9NlBiVujheN0DI,2805
|
4
|
+
anzu-0.1.4.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
5
|
+
anzu-0.1.4.dist-info/top_level.txt,sha256=ScsUMREYhumuqwuPGmSlaT4aifa-g8khMiFr7-h-xQ0,5
|
6
|
+
anzu-0.1.4.dist-info/RECORD,,
|
anzu-0.1.2.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
anzu/__init__.py,sha256=Zd2HoYnABQPR6ggp7XYh4dUP9_nSImDlhVLpW8yuxQQ,431
|
2
|
-
anzu-0.1.2.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
anzu-0.1.2.dist-info/METADATA,sha256=RFpOSm3l4-LMkY21Fuz_aUl3bBbIJgb-TnpSVQh46Tg,2804
|
4
|
-
anzu-0.1.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
5
|
-
anzu-0.1.2.dist-info/top_level.txt,sha256=ScsUMREYhumuqwuPGmSlaT4aifa-g8khMiFr7-h-xQ0,5
|
6
|
-
anzu-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|