rrq 0.7.0__py3-none-any.whl → 0.7.1__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.
- {rrq-0.7.0.dist-info → rrq-0.7.1.dist-info}/METADATA +5 -4
- {rrq-0.7.0.dist-info → rrq-0.7.1.dist-info}/RECORD +5 -5
- {rrq-0.7.0.dist-info → rrq-0.7.1.dist-info}/WHEEL +1 -1
- {rrq-0.7.0.dist-info → rrq-0.7.1.dist-info}/entry_points.txt +0 -0
- {rrq-0.7.0.dist-info → rrq-0.7.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rrq
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: RRQ is a Python library for creating reliable job queues using Redis and asyncio
|
|
5
5
|
Project-URL: Homepage, https://github.com/getresq/rrq
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/getresq/rrq/issues
|
|
@@ -8,17 +8,18 @@ Author-email: Mazdak Rezvani <mazdak@me.com>
|
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
14
15
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
15
16
|
Classifier: Topic :: System :: Distributed Computing
|
|
16
17
|
Classifier: Topic :: System :: Monitoring
|
|
17
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.11
|
|
18
19
|
Requires-Dist: click>=8.1.3
|
|
19
20
|
Requires-Dist: pydantic-settings>=2.9.1
|
|
20
21
|
Requires-Dist: pydantic>=2.11.4
|
|
21
|
-
Requires-Dist: redis[hiredis]
|
|
22
|
+
Requires-Dist: redis[hiredis]>=4.2.0
|
|
22
23
|
Requires-Dist: rich>=14.0.0
|
|
23
24
|
Requires-Dist: watchfiles>=0.19.0
|
|
24
25
|
Provides-Extra: dev
|
|
@@ -19,8 +19,8 @@ rrq/cli_commands/commands/dlq.py,sha256=Swk-2CuqoXsCuuhQsmQNPXtJLMe_kVwIZGI6iyTw
|
|
|
19
19
|
rrq/cli_commands/commands/jobs.py,sha256=aPabfegOGklXKExz8fCs0-xugQEvhsRJVFdvLpY5gDY,18128
|
|
20
20
|
rrq/cli_commands/commands/monitor.py,sha256=hdXv6ZTNG5MWUydtrQxDbH4gTBB6VLriTHpsP1cWfqA,28809
|
|
21
21
|
rrq/cli_commands/commands/queues.py,sha256=5UrsweVwwtMlG9TXG0zlgXTUhGPIb3x_zvQIV7m_-ig,19648
|
|
22
|
-
rrq-0.7.
|
|
23
|
-
rrq-0.7.
|
|
24
|
-
rrq-0.7.
|
|
25
|
-
rrq-0.7.
|
|
26
|
-
rrq-0.7.
|
|
22
|
+
rrq-0.7.1.dist-info/METADATA,sha256=7BtYJuTmD-EhOjjiK2E7edllV-b4SddAl1Ro7klE7jQ,19895
|
|
23
|
+
rrq-0.7.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
24
|
+
rrq-0.7.1.dist-info/entry_points.txt,sha256=f8eFjk2ygDSyu9USwXGj5IM8xeyQqZgDa1rSrCj4Mis,36
|
|
25
|
+
rrq-0.7.1.dist-info/licenses/LICENSE,sha256=XDvu5hKdS2-_ByiSj3tiu_3zSsrXXoJsgbILGoMpKCw,554
|
|
26
|
+
rrq-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|