talos-python3 3.1.1__tar.gz → 3.1.3__tar.gz
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.
- {talos-python3-3.1.1/talos_python3.egg-info → talos_python3-3.1.3}/PKG-INFO +2 -2
- {talos-python3-3.1.1 → talos_python3-3.1.3}/setup.py +2 -2
- talos_python3-3.1.3/talos/example/test.py +46 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/TalosProducer.py +3 -5
- {talos-python3-3.1.1 → talos_python3-3.1.3/talos_python3.egg-info}/PKG-INFO +1 -1
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos_python3.egg-info/SOURCES.txt +1 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/setup.cfg +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/admin/TalosAdmin.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/admin/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/Constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/ScheduleInfoCache.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/SimpleAbnormalCallback.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/TalosClientConfig.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/TalosClientConfigkeys.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/TalosClientFactory.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/TalosErrors.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/TalosHttpClient.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/TopicAbnormalCallback.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/compression/Compression.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/compression/Gzip.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/compression/Snappy.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/compression/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerialization.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerializationFactory.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerializer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerializerV1.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerializerV2.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerializerV3.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageVersion.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/MessageCheckpointer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/MessageProcessor.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/MessageProcessorFactory.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/MessageReader.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/MessageReaderFactory.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/PartitionFetcher.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/SimpleConsumer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/TalosConsumer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/TalosConsumerConfigKeys.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/TalosMessageReader.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/consumer/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/example/SimpleConsumerDemo.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/example/SimpleProducerDemo.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/example/TalosAdminDemo.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/example/TalosConsumerDemo.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/example/TalosProducerDemo.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/example/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/BufferedMessageCount.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/PartitionMessageQueue.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/PartitionSender.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/Partitioner.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/ProducerNotActiveException.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/SimplePartitioner.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/SimpleProducer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/TalosProducerConfig.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/TalosProducerConfigKey.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/UserMessage.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/UserMessageCallback.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/UserMessageResult.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/producer/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/admin/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/client/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/client/test_socket.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/consumer/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/consumer/test_PartitionFetcher.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/consumer/test_SimpleConsumer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/consumer/test_TalosConsumer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/consumer/test_TalosMessageReader.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/producer/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/producer/test_PartitionMessageQueue.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/producer/test_PartitionSender.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/producer/test_TalosProducer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/producer/test_UserMessage.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/test.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/TMultiplexedProcessor.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/TRecursive.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/TSCons.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/TSerialization.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/TTornado.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/Thrift.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/auth/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/auth/constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/auth/ttypes.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/authorization/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/authorization/constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/authorization/ttypes.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/common/TalosBaseService.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/common/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/common/constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/common/ttypes.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/compat.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/consumer/ConsumerService.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/consumer/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/consumer/constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/consumer/ttypes.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/message/MessageService.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/message/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/message/constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/message/ttypes.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/metric/MetricService.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/metric/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/metric/constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/metric/ttypes.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/TBase.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/TBinaryProtocol.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/TCompactProtocol.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/THeaderProtocol.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/TJSONProtocol.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/TMultiplexedProtocol.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/TProtocol.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/TProtocolDecorator.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/protocol/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/quota/QuotaService.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/quota/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/quota/constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/quota/ttypes.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/server/THttpServer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/server/TNonblockingServer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/server/TProcessPoolServer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/server/TServer.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/server/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/topic/TopicService.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/topic/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/topic/constants.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/topic/ttypes.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/THeaderTransport.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/THttpClient.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/TSSLSocket.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/TSocket.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/TTransport.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/TTwisted.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/TZlibTransport.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/thrift/transport/sslcompat.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/utils/Const.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/utils/FalconWriter.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/utils/Utils.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos/utils/__init__.py +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos_python3.egg-info/dependency_links.txt +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos_python3.egg-info/not-zip-safe +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos_python3.egg-info/requires.txt +0 -0
- {talos-python3-3.1.1 → talos_python3-3.1.3}/talos_python3.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Talos Consumer 封装类
|
|
2
|
+
from talos.client.TalosClientConfig import TalosClientConfig
|
|
3
|
+
from talos.example.TalosConsumerDemo import MyMessageProcessorFactory
|
|
4
|
+
from talos.thrift.auth.ttypes import Credential
|
|
5
|
+
from talos.thrift.topic.ttypes import TopicAndPartition
|
|
6
|
+
from talos.consumer.TalosConsumer import TalosConsumer
|
|
7
|
+
from talos.consumer.MessageProcessor import MessageProcessor
|
|
8
|
+
from talos.consumer.MessageProcessorFactory import MessageProcessorFactory
|
|
9
|
+
from talos.thrift.auth.ttypes import UserType
|
|
10
|
+
from atomic import AtomicLong
|
|
11
|
+
import logging
|
|
12
|
+
import traceback
|
|
13
|
+
|
|
14
|
+
class TalosConsumerWrapper:
|
|
15
|
+
accessKey = "AKM5DDIDEBDWBBD2PV"
|
|
16
|
+
accessSecret = "w8nium9H1/1milUJkHAVGhpiDRchLxnd4ZAUbdE6"
|
|
17
|
+
consumerGroup = "ConsumerGroup-fcj"
|
|
18
|
+
clientPrefix = "ClientPrefix"
|
|
19
|
+
pro = {
|
|
20
|
+
"galaxy.talos.service.endpoint": "http://ap-tjv1autopilotsrv-talos.api.xiaomi.net",
|
|
21
|
+
"galaxy.talos.client.falcon.monitor.switch": False
|
|
22
|
+
}
|
|
23
|
+
count = 1
|
|
24
|
+
|
|
25
|
+
def __init__(self):
|
|
26
|
+
self.consumerConfig = TalosClientConfig(self.pro)
|
|
27
|
+
self.credential = Credential(UserType.DEV_XIAOMI, self.accessKey, self.accessSecret)
|
|
28
|
+
self.talosConsumer = None
|
|
29
|
+
|
|
30
|
+
def start(self, topic_name, partitionCheckPoint=None):
|
|
31
|
+
"""
|
|
32
|
+
启动消费者。
|
|
33
|
+
"""
|
|
34
|
+
# logger.info(f"start consumer: service_manager={service_manager}, factory={factory}, topic_name={topic_name}")
|
|
35
|
+
self.talosConsumer = TalosConsumer(
|
|
36
|
+
consumerGroup=self.consumerGroup,
|
|
37
|
+
consumerConfig=self.consumerConfig,
|
|
38
|
+
credential=self.credential,
|
|
39
|
+
topicName=topic_name,
|
|
40
|
+
messageProcessorFactory= MyMessageProcessorFactory(),
|
|
41
|
+
clientPrefix=self.clientPrefix
|
|
42
|
+
)
|
|
43
|
+
return self.talosConsumer
|
|
44
|
+
|
|
45
|
+
consumerDemo = TalosConsumerWrapper()
|
|
46
|
+
consumerDemo.start("geo_result_receive_preview")
|
|
@@ -236,7 +236,7 @@ class TalosProducer(object):
|
|
|
236
236
|
userMessage = UserMessage(message)
|
|
237
237
|
partitionBufferMap.get(currentPartitionId).append(userMessage)
|
|
238
238
|
else:
|
|
239
|
-
self.check_message_partition_key_validity(message.
|
|
239
|
+
self.check_message_partition_key_validity(message.partitionKey)
|
|
240
240
|
# construct UserMessage and dispatch to buffer by partitionId
|
|
241
241
|
partitionId = self.get_partition_id(message.partitionKey)
|
|
242
242
|
if partitionId not in partitionBufferMap:
|
|
@@ -261,10 +261,8 @@ class TalosProducer(object):
|
|
|
261
261
|
self.updatePartitionIdMsgNumber)
|
|
262
262
|
|
|
263
263
|
def check_message_partition_key_validity(self, partitionKey=None):
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
except AssertionError as e:
|
|
267
|
-
raise e
|
|
264
|
+
if not partitionKey:
|
|
265
|
+
raise InvalidArgumentError("Field \"partitionKey\" must be set")
|
|
268
266
|
|
|
269
267
|
if len(partitionKey) < self.partitionKeyMinLen or len(partitionKey) > self.partitionKeyMaxLen:
|
|
270
268
|
raise InvalidArgumentError("Invalid partition key which length must be at "
|
|
@@ -41,6 +41,7 @@ talos/example/TalosAdminDemo.py
|
|
|
41
41
|
talos/example/TalosConsumerDemo.py
|
|
42
42
|
talos/example/TalosProducerDemo.py
|
|
43
43
|
talos/example/__init__.py
|
|
44
|
+
talos/example/test.py
|
|
44
45
|
talos/producer/BufferedMessageCount.py
|
|
45
46
|
talos/producer/PartitionMessageQueue.py
|
|
46
47
|
talos/producer/PartitionSender.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerialization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerializerV1.py
RENAMED
|
File without changes
|
{talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerializerV2.py
RENAMED
|
File without changes
|
{talos-python3-3.1.1 → talos_python3-3.1.3}/talos/client/serialization/MessageSerializerV3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{talos-python3-3.1.1 → talos_python3-3.1.3}/talos/test/producer/test_PartitionMessageQueue.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|