talos-python 3.1.1__tar.gz → 3.1.2__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.
Files changed (147) hide show
  1. talos_python-3.1.2/PKG-INFO +12 -0
  2. {talos_python-3.1.1 → talos_python-3.1.2}/setup.py +1 -1
  3. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/TalosHttpClient.py +11 -11
  4. talos_python-3.1.2/talos_python.egg-info/PKG-INFO +12 -0
  5. talos_python-3.1.1/PKG-INFO +0 -15
  6. talos_python-3.1.1/talos_python.egg-info/PKG-INFO +0 -15
  7. {talos_python-3.1.1 → talos_python-3.1.2}/setup.cfg +0 -0
  8. {talos_python-3.1.1 → talos_python-3.1.2}/talos/__init__.py +0 -0
  9. {talos_python-3.1.1 → talos_python-3.1.2}/talos/admin/TalosAdmin.py +0 -0
  10. {talos_python-3.1.1 → talos_python-3.1.2}/talos/admin/__init__.py +0 -0
  11. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/ClientVersion.py +0 -0
  12. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/Constants.py +0 -0
  13. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/ScheduleInfoCache.py +0 -0
  14. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/SimpleAbnormalCallback.py +0 -0
  15. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/TalosClientConfig.py +0 -0
  16. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/TalosClientConfigkeys.py +0 -0
  17. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/TalosClientFactory.py +0 -0
  18. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/TalosErrors.py +0 -0
  19. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/TopicAbnormalCallback.py +0 -0
  20. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/__init__.py +0 -0
  21. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/compression/Compression.py +0 -0
  22. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/compression/Gzip.py +0 -0
  23. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/compression/Snappy.py +0 -0
  24. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/compression/__init__.py +0 -0
  25. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/serialization/MessageSerialization.py +0 -0
  26. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/serialization/MessageSerializationFactory.py +0 -0
  27. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/serialization/MessageSerializer.py +0 -0
  28. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/serialization/MessageSerializerV1.py +0 -0
  29. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/serialization/MessageSerializerV2.py +0 -0
  30. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/serialization/MessageSerializerV3.py +0 -0
  31. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/serialization/MessageVersion.py +0 -0
  32. {talos_python-3.1.1 → talos_python-3.1.2}/talos/client/serialization/__init__.py +0 -0
  33. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/MessageCheckpointer.py +0 -0
  34. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/MessageProcessor.py +0 -0
  35. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/MessageProcessorFactory.py +0 -0
  36. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/MessageReader.py +0 -0
  37. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/MessageReaderFactory.py +0 -0
  38. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/PartitionFetcher.py +0 -0
  39. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/SimpleConsumer.py +0 -0
  40. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/TalosConsumer.py +0 -0
  41. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/TalosConsumerConfigKeys.py +0 -0
  42. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/TalosMessageReader.py +0 -0
  43. {talos_python-3.1.1 → talos_python-3.1.2}/talos/consumer/__init__.py +0 -0
  44. {talos_python-3.1.1 → talos_python-3.1.2}/talos/example/SimpleConsumerDemo.py +0 -0
  45. {talos_python-3.1.1 → talos_python-3.1.2}/talos/example/SimpleProducerDemo.py +0 -0
  46. {talos_python-3.1.1 → talos_python-3.1.2}/talos/example/TalosAdminDemo.py +0 -0
  47. {talos_python-3.1.1 → talos_python-3.1.2}/talos/example/TalosConsumerDemo.py +0 -0
  48. {talos_python-3.1.1 → talos_python-3.1.2}/talos/example/TalosProducerDemo.py +0 -0
  49. {talos_python-3.1.1 → talos_python-3.1.2}/talos/example/__init__.py +0 -0
  50. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/BufferedMessageCount.py +0 -0
  51. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/PartitionMessageQueue.py +0 -0
  52. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/PartitionSender.py +0 -0
  53. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/Partitioner.py +0 -0
  54. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/ProducerNotActiveException.py +0 -0
  55. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/SimplePartitioner.py +0 -0
  56. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/SimpleProducer.py +0 -0
  57. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/TalosProducer.py +0 -0
  58. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/TalosProducerConfig.py +0 -0
  59. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/TalosProducerConfigKey.py +0 -0
  60. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/UserMessage.py +0 -0
  61. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/UserMessageCallback.py +0 -0
  62. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/UserMessageResult.py +0 -0
  63. {talos_python-3.1.1 → talos_python-3.1.2}/talos/producer/__init__.py +0 -0
  64. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/__init__.py +0 -0
  65. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/admin/__init__.py +0 -0
  66. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/client/__init__.py +0 -0
  67. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/client/test_socket.py +0 -0
  68. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/consumer/__init__.py +0 -0
  69. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/consumer/test_PartitionFetcher.py +0 -0
  70. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/consumer/test_SimpleConsumer.py +0 -0
  71. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/consumer/test_TalosConsumer.py +0 -0
  72. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/consumer/test_TalosMessageReader.py +0 -0
  73. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/producer/__init__.py +0 -0
  74. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/producer/test_PartitionMessageQueue.py +0 -0
  75. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/producer/test_PartitionSender.py +0 -0
  76. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/producer/test_TalosProducer.py +0 -0
  77. {talos_python-3.1.1 → talos_python-3.1.2}/talos/test/producer/test_UserMessage.py +0 -0
  78. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/TMultiplexedProcessor.py +0 -0
  79. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/TRecursive.py +0 -0
  80. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/TSCons.py +0 -0
  81. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/TSerialization.py +0 -0
  82. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/TTornado.py +0 -0
  83. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/Thrift.py +0 -0
  84. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/__init__.py +0 -0
  85. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/auth/__init__.py +0 -0
  86. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/auth/constants.py +0 -0
  87. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/auth/ttypes.py +0 -0
  88. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/authorization/__init__.py +0 -0
  89. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/authorization/constants.py +0 -0
  90. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/authorization/ttypes.py +0 -0
  91. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/common/TalosBaseService.py +0 -0
  92. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/common/__init__.py +0 -0
  93. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/common/constants.py +0 -0
  94. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/common/ttypes.py +0 -0
  95. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/compat.py +0 -0
  96. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/consumer/ConsumerService.py +0 -0
  97. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/consumer/__init__.py +0 -0
  98. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/consumer/constants.py +0 -0
  99. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/consumer/ttypes.py +0 -0
  100. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/message/MessageService.py +0 -0
  101. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/message/__init__.py +0 -0
  102. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/message/constants.py +0 -0
  103. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/message/ttypes.py +0 -0
  104. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/metric/MetricService.py +0 -0
  105. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/metric/__init__.py +0 -0
  106. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/metric/constants.py +0 -0
  107. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/metric/ttypes.py +0 -0
  108. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/TBase.py +0 -0
  109. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/TBinaryProtocol.py +0 -0
  110. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/TCompactProtocol.py +0 -0
  111. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/THeaderProtocol.py +0 -0
  112. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/TJSONProtocol.py +0 -0
  113. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/TMultiplexedProtocol.py +0 -0
  114. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/TProtocol.py +0 -0
  115. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/TProtocolDecorator.py +0 -0
  116. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/protocol/__init__.py +0 -0
  117. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/quota/QuotaService.py +0 -0
  118. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/quota/__init__.py +0 -0
  119. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/quota/constants.py +0 -0
  120. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/quota/ttypes.py +0 -0
  121. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/server/THttpServer.py +0 -0
  122. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/server/TNonblockingServer.py +0 -0
  123. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/server/TProcessPoolServer.py +0 -0
  124. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/server/TServer.py +0 -0
  125. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/server/__init__.py +0 -0
  126. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/topic/TopicService.py +0 -0
  127. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/topic/__init__.py +0 -0
  128. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/topic/constants.py +0 -0
  129. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/topic/ttypes.py +0 -0
  130. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/THeaderTransport.py +0 -0
  131. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/THttpClient.py +0 -0
  132. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/TSSLSocket.py +0 -0
  133. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/TSocket.py +0 -0
  134. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/TTransport.py +0 -0
  135. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/TTwisted.py +0 -0
  136. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/TZlibTransport.py +0 -0
  137. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/__init__.py +0 -0
  138. {talos_python-3.1.1 → talos_python-3.1.2}/talos/thrift/transport/sslcompat.py +0 -0
  139. {talos_python-3.1.1 → talos_python-3.1.2}/talos/utils/Const.py +0 -0
  140. {talos_python-3.1.1 → talos_python-3.1.2}/talos/utils/FalconWriter.py +0 -0
  141. {talos_python-3.1.1 → talos_python-3.1.2}/talos/utils/Utils.py +0 -0
  142. {talos_python-3.1.1 → talos_python-3.1.2}/talos/utils/__init__.py +0 -0
  143. {talos_python-3.1.1 → talos_python-3.1.2}/talos_python.egg-info/SOURCES.txt +0 -0
  144. {talos_python-3.1.1 → talos_python-3.1.2}/talos_python.egg-info/dependency_links.txt +0 -0
  145. {talos_python-3.1.1 → talos_python-3.1.2}/talos_python.egg-info/not-zip-safe +0 -0
  146. {talos_python-3.1.1 → talos_python-3.1.2}/talos_python.egg-info/requires.txt +0 -0
  147. {talos_python-3.1.1 → talos_python-3.1.2}/talos_python.egg-info/top_level.txt +0 -0
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 1.2
2
+ Name: talos_python
3
+ Version: 3.1.2
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
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
2
2
 
3
3
  setup(
4
4
  name='talos_python',
5
- version='3.1.1',
5
+ version='3.1.2',
6
6
  author='huyumei',
7
7
  author_email='huyumei@xiaomi.com',
8
8
  maintainer='fangchengjin',
@@ -407,7 +407,7 @@ class TalosHttpClient(TTransportBase):
407
407
  response = self.__http_response
408
408
  if not self.code == 200:
409
409
  isTalosTransportError = True
410
- headers = response.headers._headers
410
+ headers = response.getheaders()
411
411
  for i in headers:
412
412
  if i[0] == 'Content-Type':
413
413
  isTalosTransportError = False
@@ -427,17 +427,17 @@ class TalosHttpClient(TTransportBase):
427
427
  # @ return if clock is adjusted
428
428
  def adjustClock(self, response, httpStatusCode):
429
429
  if httpStatusCode == HttpStatusCode.CLOCK_TOO_SKEWED:
430
- headers = response.heasers(constants.HK_TIMESTAMP)
431
- for key, hv in headers.items():
430
+ hv = response.getheader(constants.HK_TIMESTAMP)
431
+ if hv is not None:
432
432
  serverTime = int(hv)
433
- min = 60 * 60 * 24 * 365 * (2010 - 1970)
434
- max = 60 * 60 * 24 * 365 * (2030 - 1970)
435
- if serverTime > min and serverTime < max:
436
- self.logger.debug("Adjusting client time from {} to {}" +
437
- str(self._clockOffset) + " serverTime: " + str(
438
- serverTime))
439
- self._clockOffset = serverTime
440
- return True
433
+ minTime = 60 * 60 * 24 * 365 * (2010 - 1970)
434
+ maxTime = 60 * 60 * 24 * 365 * (2030 - 1970)
435
+ if minTime < serverTime < maxTime:
436
+ self.logger.debug("Adjusting client time from {} to {}" +
437
+ str(self._clockOffset) + " serverTime: " + str(
438
+ serverTime))
439
+ self._clockOffset = serverTime
440
+ return True
441
441
  return False
442
442
 
443
443
 
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 1.2
2
+ Name: talos-python
3
+ Version: 3.1.2
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,15 +0,0 @@
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
@@ -1,15 +0,0 @@
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
File without changes