talos-python 3.1.0__tar.gz → 3.1.1__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_python-3.1.1/PKG-INFO +15 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/setup.py +2 -2
- talos_python-3.1.1/talos/client/ClientVersion.py +24 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/TalosClientFactory.py +2 -1
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/PartitionFetcher.py +1 -1
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/TalosMessageReader.py +2 -2
- talos_python-3.1.1/talos_python.egg-info/PKG-INFO +15 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos_python.egg-info/SOURCES.txt +1 -0
- talos-python-3.1.0/PKG-INFO +0 -12
- talos-python-3.1.0/talos_python.egg-info/PKG-INFO +0 -12
- {talos-python-3.1.0 → talos_python-3.1.1}/setup.cfg +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/admin/TalosAdmin.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/admin/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/Constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/ScheduleInfoCache.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/SimpleAbnormalCallback.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/TalosClientConfig.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/TalosClientConfigkeys.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/TalosErrors.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/TalosHttpClient.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/TopicAbnormalCallback.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/compression/Compression.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/compression/Gzip.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/compression/Snappy.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/compression/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageSerialization.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageSerializationFactory.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageSerializer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageSerializerV1.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageSerializerV2.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageSerializerV3.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageVersion.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/MessageCheckpointer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/MessageProcessor.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/MessageProcessorFactory.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/MessageReader.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/MessageReaderFactory.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/SimpleConsumer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/TalosConsumer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/TalosConsumerConfigKeys.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/consumer/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/example/SimpleConsumerDemo.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/example/SimpleProducerDemo.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/example/TalosAdminDemo.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/example/TalosConsumerDemo.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/example/TalosProducerDemo.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/example/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/BufferedMessageCount.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/PartitionMessageQueue.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/PartitionSender.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/Partitioner.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/ProducerNotActiveException.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/SimplePartitioner.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/SimpleProducer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/TalosProducer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/TalosProducerConfig.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/TalosProducerConfigKey.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/UserMessage.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/UserMessageCallback.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/UserMessageResult.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/producer/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/admin/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/client/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/client/test_socket.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/consumer/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/consumer/test_PartitionFetcher.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/consumer/test_SimpleConsumer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/consumer/test_TalosConsumer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/consumer/test_TalosMessageReader.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/producer/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/producer/test_PartitionMessageQueue.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/producer/test_PartitionSender.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/producer/test_TalosProducer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/test/producer/test_UserMessage.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/TMultiplexedProcessor.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/TRecursive.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/TSCons.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/TSerialization.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/TTornado.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/Thrift.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/auth/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/auth/constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/auth/ttypes.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/authorization/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/authorization/constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/authorization/ttypes.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/common/TalosBaseService.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/common/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/common/constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/common/ttypes.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/compat.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/consumer/ConsumerService.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/consumer/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/consumer/constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/consumer/ttypes.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/message/MessageService.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/message/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/message/constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/message/ttypes.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/metric/MetricService.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/metric/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/metric/constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/metric/ttypes.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/TBase.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/TBinaryProtocol.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/TCompactProtocol.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/THeaderProtocol.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/TJSONProtocol.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/TMultiplexedProtocol.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/TProtocol.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/TProtocolDecorator.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/protocol/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/quota/QuotaService.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/quota/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/quota/constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/quota/ttypes.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/server/THttpServer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/server/TNonblockingServer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/server/TProcessPoolServer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/server/TServer.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/server/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/topic/TopicService.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/topic/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/topic/constants.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/topic/ttypes.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/THeaderTransport.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/THttpClient.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/TSSLSocket.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/TSocket.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/TTransport.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/TTwisted.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/TZlibTransport.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/thrift/transport/sslcompat.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/utils/Const.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/utils/FalconWriter.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/utils/Utils.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos/utils/__init__.py +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos_python.egg-info/dependency_links.txt +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos_python.egg-info/not-zip-safe +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos_python.egg-info/requires.txt +0 -0
- {talos-python-3.1.0 → talos_python-3.1.1}/talos_python.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: talos_python
|
|
3
|
+
Version: 3.1.1
|
|
4
|
+
Summary: talos python2 sdk
|
|
5
|
+
Author: huyumei
|
|
6
|
+
Author-email: huyumei@xiaomi.com
|
|
7
|
+
Maintainer: fangchengjin
|
|
8
|
+
Maintainer-email: fangchengjin@xiaomi.com
|
|
9
|
+
Requires-Dist: cffi
|
|
10
|
+
Requires-Dist: python-snappy
|
|
11
|
+
Requires-Dist: atomic
|
|
12
|
+
Requires-Dist: dnspython
|
|
13
|
+
Requires-Dist: requests
|
|
14
|
+
Requires-Dist: futures
|
|
15
|
+
Requires-Dist: IPy
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
try:
|
|
2
|
+
import pkg_resources
|
|
3
|
+
except ImportError:
|
|
4
|
+
pkg_resources = None
|
|
5
|
+
|
|
6
|
+
_CLIENT_VERSION = None
|
|
7
|
+
|
|
8
|
+
def _init_version():
|
|
9
|
+
global _CLIENT_VERSION
|
|
10
|
+
|
|
11
|
+
if not pkg_resources:
|
|
12
|
+
return
|
|
13
|
+
|
|
14
|
+
default_version = "0.0.0"
|
|
15
|
+
|
|
16
|
+
try:
|
|
17
|
+
_CLIENT_VERSION = pkg_resources.get_distribution("talos-python").version
|
|
18
|
+
except (ImportError, pkg_resources.DistributionNotFound):
|
|
19
|
+
_CLIENT_VERSION = default_version
|
|
20
|
+
|
|
21
|
+
_init_version()
|
|
22
|
+
|
|
23
|
+
def get_client_version():
|
|
24
|
+
return _CLIENT_VERSION
|
|
@@ -15,6 +15,7 @@ from talos.client.TalosErrors import InvalidArgumentError
|
|
|
15
15
|
from talos.client.Constants import Constants
|
|
16
16
|
from talos.thrift.protocol.TCompactProtocol import TCompactProtocol
|
|
17
17
|
from talos.client.TalosHttpClient import TalosHttpClient
|
|
18
|
+
from talos.client import ClientVersion
|
|
18
19
|
import threading
|
|
19
20
|
import logging
|
|
20
21
|
import platform
|
|
@@ -410,6 +411,6 @@ class TalosClientFactory:
|
|
|
410
411
|
raise InvalidArgumentError("Credential is not set")
|
|
411
412
|
|
|
412
413
|
def create_user_agent_header(self):
|
|
413
|
-
return "Python-SDK/" +
|
|
414
|
+
return "Python-SDK/" + ClientVersion.get_client_version() + " Python/" + platform.python_version()
|
|
414
415
|
|
|
415
416
|
|
|
@@ -282,7 +282,7 @@ class PartitionFetcher(object):
|
|
|
282
282
|
# get the successfully locked partition
|
|
283
283
|
successPartitionList = lockResponse.successPartitions
|
|
284
284
|
if len(successPartitionList) > 0:
|
|
285
|
-
try
|
|
285
|
+
try:
|
|
286
286
|
assert successPartitionList[0] == self.partitionId
|
|
287
287
|
except AssertionError as e:
|
|
288
288
|
raise e
|
|
@@ -144,7 +144,7 @@ class TalosMessageReader(MessageReader, MessageCheckpointer):
|
|
|
144
144
|
self.logger.info("start checkpoint: " + str(messageOffset))
|
|
145
145
|
if self.consumerConfig.is_checkpoint_auto_commit():
|
|
146
146
|
self.logger.info("You can not checkpoint through MessageCheckpointer when you set " +
|
|
147
|
-
"\"galaxy.talos.consumer.checkpoint.
|
|
147
|
+
"\"galaxy.talos.consumer.checkpoint.auto.commit\" as \"true\"")
|
|
148
148
|
return False
|
|
149
149
|
|
|
150
150
|
if messageOffset <= self.lastCommitOffset or messageOffset > self.finishedOffset:
|
|
@@ -202,7 +202,7 @@ class TalosMessageReader(MessageReader, MessageCheckpointer):
|
|
|
202
202
|
self.logger.info("start checkpoint: " + str(commitOffset))
|
|
203
203
|
if self.consumerConfig.is_checkpoint_auto_commit():
|
|
204
204
|
self.logger.info("You can not checkpoint through MessageCheckpointer when you set " +
|
|
205
|
-
"\"galaxy.talos.consumer.checkpoint.
|
|
205
|
+
"\"galaxy.talos.consumer.checkpoint.auto.commit\" as \"true\"")
|
|
206
206
|
return False
|
|
207
207
|
|
|
208
208
|
if commitOffset <= self.lastCommitOffset or commitOffset > self.finishedOffset:
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: talos-python
|
|
3
|
+
Version: 3.1.1
|
|
4
|
+
Summary: talos python2 sdk
|
|
5
|
+
Author: huyumei
|
|
6
|
+
Author-email: huyumei@xiaomi.com
|
|
7
|
+
Maintainer: fangchengjin
|
|
8
|
+
Maintainer-email: fangchengjin@xiaomi.com
|
|
9
|
+
Requires-Dist: cffi
|
|
10
|
+
Requires-Dist: python-snappy
|
|
11
|
+
Requires-Dist: atomic
|
|
12
|
+
Requires-Dist: dnspython
|
|
13
|
+
Requires-Dist: requests
|
|
14
|
+
Requires-Dist: futures
|
|
15
|
+
Requires-Dist: IPy
|
talos-python-3.1.0/PKG-INFO
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: talos-python
|
|
3
|
-
Version: 3.1.0
|
|
4
|
-
Summary: talos python2 sdk
|
|
5
|
-
Home-page: UNKNOWN
|
|
6
|
-
Author: huyumei
|
|
7
|
-
Author-email: huyumei@xiaomi.com
|
|
8
|
-
Maintainer: fangchengjin
|
|
9
|
-
Maintainer-email: fangchengjin@xiaomi.com
|
|
10
|
-
License: UNKNOWN
|
|
11
|
-
Description: UNKNOWN
|
|
12
|
-
Platform: UNKNOWN
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 1.2
|
|
2
|
-
Name: talos-python
|
|
3
|
-
Version: 3.1.0
|
|
4
|
-
Summary: talos python2 sdk
|
|
5
|
-
Home-page: UNKNOWN
|
|
6
|
-
Author: huyumei
|
|
7
|
-
Author-email: huyumei@xiaomi.com
|
|
8
|
-
Maintainer: fangchengjin
|
|
9
|
-
Maintainer-email: fangchengjin@xiaomi.com
|
|
10
|
-
License: UNKNOWN
|
|
11
|
-
Description: UNKNOWN
|
|
12
|
-
Platform: UNKNOWN
|
|
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-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageSerialization.py
RENAMED
|
File without changes
|
{talos-python-3.1.0 → talos_python-3.1.1}/talos/client/serialization/MessageSerializationFactory.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
|
|
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
|