onestep 0.1.77__py3-none-any.whl → 0.1.78__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.

Potentially problematic release.


This version of onestep might be problematic. Click here for more details.

onestep/__init__.py CHANGED
@@ -19,7 +19,7 @@ from .exception import (
19
19
 
20
20
  __all__ = [
21
21
  'step',
22
-
22
+
23
23
  # broker
24
24
  'BaseBroker',
25
25
  'BaseConsumer',
@@ -29,7 +29,7 @@ __all__ = [
29
29
  'RabbitMQBroker',
30
30
  'WebHookBroker',
31
31
  'CronBroker',
32
-
32
+
33
33
  # retry
34
34
  'BaseRetry',
35
35
  'NeverRetry',
@@ -40,7 +40,7 @@ __all__ = [
40
40
  # error callback
41
41
  'BaseErrorCallback',
42
42
  'NackErrorCallBack',
43
-
43
+
44
44
  # middleware
45
45
  'BaseMiddleware',
46
46
  'BaseConfigMiddleware',
@@ -48,7 +48,7 @@ __all__ = [
48
48
  'NacosConsumeConfigMiddleware',
49
49
  'RedisPublishConfigMiddleware',
50
50
  'RedisConsumeConfigMiddleware',
51
-
51
+
52
52
  # exception
53
53
  'StopMiddleware',
54
54
  'DropMessage',
onestep/store/__init__.py CHANGED
@@ -1 +1,2 @@
1
1
  from .rabbitmq import RabbitMQStore
2
+ from .rabbitmq import RabbitmqStore # deprecated
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: onestep
3
- Version: 0.1.77
3
+ Version: 0.1.78
4
4
  Summary:
5
5
  Author: miclon
6
6
  Author-email: jcnd@163.com
@@ -1,4 +1,4 @@
1
- onestep/__init__.py,sha256=y3IgfJUvuWGarStLfybPV1RZspC35U2tpE6d1xhbb9A,1374
1
+ onestep/__init__.py,sha256=q_4hdD6bfye2IESO2jRCME6L5gprUq9okcaib0PMgsk,1390
2
2
  onestep/broker/__init__.py,sha256=_u2FH9lFKcqau4tTFuj4V3NaVEH0EjImIedl_nlrU7U,221
3
3
  onestep/broker/base.py,sha256=wb0-vi3ys1Bw3Kkq_b3uLmUk2RLbkODLzAF5qPQjEBE,4543
4
4
  onestep/broker/cron.py,sha256=D782X0bY3AxeL2-NCSEUPkSh591VMgQUYwYaH8c9ZT8,957
@@ -14,9 +14,9 @@ onestep/onestep.py,sha256=vk0Y5RCNdmC1KYvDccZ7UXnPpjhd2tRPWhjss5OKiN0,6350
14
14
  onestep/retry.py,sha256=DqoSMVE14W4LfBYX02NoSSQ9S7UqnZuEdz0q_WS3FlM,2699
15
15
  onestep/signal.py,sha256=o8KD58jL6lM35gDHVgr1lEspZqFdkMUNJAD-wuouUVo,293
16
16
  onestep/state.py,sha256=UVG91CXCabU64X6qgcO0S7RzbBP8ut0ID7aTMww94us,618
17
- onestep/store/__init__.py,sha256=9TsmCUWNxQB3pyLDBEXj8lapk2GAide1nl9S8kCOe2M,36
17
+ onestep/store/__init__.py,sha256=5pS2Qbul8WyCDjk8az09qsOt7wKHchHF4CH1h4LbbbA,86
18
18
  onestep/store/rabbitmq.py,sha256=AOHZTumrXAlY9JJeU3j-Q8jzEdYEl_9Z3dfOqobFQDE,4466
19
19
  onestep/worker.py,sha256=Jb82qp1G12_32XpYFLhERlESdD9aLEjiDHMQ0WHUzeE,3516
20
- onestep-0.1.77.dist-info/METADATA,sha256=IdSchvMBn3Kd5bl5kP31ZTnC6lZfMjYF1Gy0iytEzk8,1993
21
- onestep-0.1.77.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
22
- onestep-0.1.77.dist-info/RECORD,,
20
+ onestep-0.1.78.dist-info/METADATA,sha256=hc6ycTH9mc2_SuKJRi0qYYO-oyWk2-hwoOQYFqX1K1U,1993
21
+ onestep-0.1.78.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
22
+ onestep-0.1.78.dist-info/RECORD,,