scylla-cqlsh 6.0.26__tar.gz → 6.0.27__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.

Potentially problematic release.


This version of scylla-cqlsh might be problematic. Click here for more details.

Files changed (104) hide show
  1. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/PKG-INFO +2 -1
  2. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/_version.py +16 -3
  3. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/copyutil.c +74 -32
  4. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27/pylib}/setup.py +1 -0
  5. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/requirements.txt +1 -0
  6. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/scylla_cqlsh.egg-info/PKG-INFO +2 -1
  7. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/scylla_cqlsh.egg-info/requires.txt +1 -0
  8. {scylla_cqlsh-6.0.26/pylib → scylla_cqlsh-6.0.27}/setup.py +1 -0
  9. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/.dockerignore +0 -0
  10. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/.github/workflows/build-push.yml +0 -0
  11. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/.github/workflows/dockerhub-description.yml +0 -0
  12. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/.gitignore +0 -0
  13. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/Dockerfile +0 -0
  14. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/LICENSE.txt +0 -0
  15. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/README.md +0 -0
  16. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/SCYLLA-VERSION-GEN +0 -0
  17. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/bin/cqlsh.py +0 -0
  18. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlsh/__init__.py +0 -0
  19. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlsh/__main__.py +0 -0
  20. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlsh/cqlsh.py +0 -0
  21. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/__init__.py +0 -0
  22. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/authproviderhandling.py +0 -0
  23. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/copyutil.py +0 -0
  24. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/cql3handling.py +0 -0
  25. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/cqlhandling.py +0 -0
  26. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/cqlshhandling.py +0 -0
  27. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/displaying.py +0 -0
  28. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/formatting.py +0 -0
  29. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/helptopics.py +0 -0
  30. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/pylexotron.py +0 -0
  31. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/saferscanner.py +0 -0
  32. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/sslhandling.py +0 -0
  33. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/tracing.py +0 -0
  34. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/util.py +0 -0
  35. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/cqlshlib/wcwidth.py +0 -0
  36. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/debian/changelog.template +0 -0
  37. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/debian/control.template +0 -0
  38. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/debian/debian/compat +0 -0
  39. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/debian/debian/copyright +0 -0
  40. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/debian/debian/rules +0 -0
  41. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/debian/debian/source/format +0 -0
  42. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/debian/debian/source/options +0 -0
  43. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/debian/debian_files_gen.py +0 -0
  44. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/dist/redhat/scylla-cqlsh.spec +0 -0
  45. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/install-dependencies.sh +0 -0
  46. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/install.sh +0 -0
  47. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/README.asc +0 -0
  48. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cassandra-cqlsh-tests.sh +0 -0
  49. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/__init__.py +0 -0
  50. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/authproviderhandling.py +0 -0
  51. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/copyutil.py +0 -0
  52. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/cql3handling.py +0 -0
  53. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/cqlhandling.py +0 -0
  54. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/cqlshhandling.py +0 -0
  55. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/displaying.py +0 -0
  56. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/formatting.py +0 -0
  57. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/helptopics.py +0 -0
  58. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/pylexotron.py +0 -0
  59. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/saferscanner.py +0 -0
  60. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/sslhandling.py +0 -0
  61. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/__init__.py +0 -0
  62. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/ansi_colors.py +0 -0
  63. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/basecase.py +0 -0
  64. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/cassconnect.py +0 -0
  65. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/reserved_keywords.txt +0 -0
  66. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/run_cqlsh.py +0 -0
  67. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling.py +0 -0
  68. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider +0 -0
  69. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider_creds +0 -0
  70. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider_with_pass +0 -0
  71. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/empty_example +0 -0
  72. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/full_plain_text_example +0 -0
  73. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/illegal_example +0 -0
  74. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/no_classname_example +0 -0
  75. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/partial_example +0 -0
  76. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_full_creds +0 -0
  77. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_legacy +0 -0
  78. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_partial_creds +0 -0
  79. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_partial_example +0 -0
  80. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_constants.py +0 -0
  81. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_copyutil.py +0 -0
  82. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_cql_parsing.py +0 -0
  83. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_cqlsh_completion.py +0 -0
  84. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_cqlsh_output.py +0 -0
  85. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_formatting.py +0 -0
  86. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_keyspace_init.cql +0 -0
  87. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_legacy_auth.py +0 -0
  88. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/test_unicode.py +0 -0
  89. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/test/winpty.py +0 -0
  90. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/tracing.py +0 -0
  91. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/util.py +0 -0
  92. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/cqlshlib/wcwidth.py +0 -0
  93. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pylib/requirements.txt +0 -0
  94. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/pyproject.toml +0 -0
  95. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/reloc/build_deb.sh +0 -0
  96. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/reloc/build_reloc.sh +0 -0
  97. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/reloc/build_rpm.sh +0 -0
  98. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/renovate.json +0 -0
  99. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/scripts/create-relocatable-package.py +0 -0
  100. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/scylla_cqlsh.egg-info/SOURCES.txt +0 -0
  101. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/scylla_cqlsh.egg-info/dependency_links.txt +0 -0
  102. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/scylla_cqlsh.egg-info/entry_points.txt +0 -0
  103. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/scylla_cqlsh.egg-info/top_level.txt +0 -0
  104. {scylla_cqlsh-6.0.26 → scylla_cqlsh-6.0.27}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scylla-cqlsh
3
- Version: 6.0.26
3
+ Version: 6.0.27
4
4
  Summary: cqlsh is a Python-based command-line client for running CQL commands on a scylla cluster.
5
5
  Home-page: https://github.com/scylladb/scylla-cqlsh
6
6
  Author: Israel Fruchter
@@ -18,6 +18,7 @@ Requires-Python: >=3.6
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE.txt
20
20
  Requires-Dist: scylla-driver>=3.25.10
21
+ Requires-Dist: lz4
21
22
  Dynamic: classifier
22
23
  Dynamic: license
23
24
  Dynamic: license-file
@@ -1,7 +1,14 @@
1
1
  # file generated by setuptools-scm
2
2
  # don't change, don't track in version control
3
3
 
4
- __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
4
+ __all__ = [
5
+ "__version__",
6
+ "__version_tuple__",
7
+ "version",
8
+ "version_tuple",
9
+ "__commit_id__",
10
+ "commit_id",
11
+ ]
5
12
 
6
13
  TYPE_CHECKING = False
7
14
  if TYPE_CHECKING:
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
9
16
  from typing import Union
10
17
 
11
18
  VERSION_TUPLE = Tuple[Union[int, str], ...]
19
+ COMMIT_ID = Union[str, None]
12
20
  else:
13
21
  VERSION_TUPLE = object
22
+ COMMIT_ID = object
14
23
 
15
24
  version: str
16
25
  __version__: str
17
26
  __version_tuple__: VERSION_TUPLE
18
27
  version_tuple: VERSION_TUPLE
28
+ commit_id: COMMIT_ID
29
+ __commit_id__: COMMIT_ID
19
30
 
20
- __version__ = version = '6.0.26'
21
- __version_tuple__ = version_tuple = (6, 0, 26)
31
+ __version__ = version = '6.0.27'
32
+ __version_tuple__ = version_tuple = (6, 0, 27)
33
+
34
+ __commit_id__ = commit_id = 'gff3f572c3'
@@ -1,4 +1,4 @@
1
- /* Generated by Cython 3.1.2 */
1
+ /* Generated by Cython 3.1.4 */
2
2
 
3
3
  /* BEGIN: Cython Metadata
4
4
  {
@@ -32,8 +32,8 @@ END: Cython Metadata */
32
32
  #elif PY_VERSION_HEX < 0x03080000
33
33
  #error Cython requires Python 3.8+.
34
34
  #else
35
- #define __PYX_ABI_VERSION "3_1_2"
36
- #define CYTHON_HEX_VERSION 0x030102F0
35
+ #define __PYX_ABI_VERSION "3_1_4"
36
+ #define CYTHON_HEX_VERSION 0x030104F0
37
37
  #define CYTHON_FUTURE_DIVISION 1
38
38
  /* CModulePreamble */
39
39
  #include <stddef.h>
@@ -396,6 +396,9 @@ END: Cython Metadata */
396
396
  enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
397
397
  #endif
398
398
  #endif
399
+ #ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
400
+ #define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
401
+ #endif
399
402
  #ifndef __has_attribute
400
403
  #define __has_attribute(x) 0
401
404
  #endif
@@ -2534,18 +2537,18 @@ static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact,
2534
2537
  if (!__Pyx_PyThreadState_Current->tracing) {\
2535
2538
  if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
2536
2539
  else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
2537
- if (unlikely(!__pyx_frame_code)) goto_error;\
2538
- ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2539
- }\
2540
+ if (unlikely(!__pyx_frame_code)) ret = -1;\
2541
+ else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2542
+ } else __pyx_frame_code = NULL;\
2540
2543
  PyGILState_Release(state);\
2541
- }\
2544
+ } else __pyx_frame_code = NULL;\
2542
2545
  } else {\
2543
2546
  if (!__Pyx_PyThreadState_Current->tracing) {\
2544
2547
  if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
2545
2548
  else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
2546
- if (unlikely(!__pyx_frame_code)) goto_error;\
2547
- ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2548
- }\
2549
+ if (unlikely(!__pyx_frame_code)) ret = -1;\
2550
+ else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2551
+ } else __pyx_frame_code = NULL;\
2549
2552
  }\
2550
2553
  if (unlikely(ret == -1)) goto_error;\
2551
2554
  }
@@ -5212,9 +5215,9 @@ static const char __pyx_k_ImportConversion_get_null_val[] = "ImportConversion.ge
5212
5215
  static const char __pyx_k_ImportProcess_result_callback[] = "ImportProcess.result_callback";
5213
5216
  static const char __pyx_k_ReceivingChannels_recv_select[] = "ReceivingChannels.recv_select";
5214
5217
  static const char __pyx_k_make_prepared_batch_statement[] = "make_prepared_batch_statement";
5215
- static const char __pyx_k_1_4_s_d_q_b_A_3d_q_A_Rt1_b_F_1[] = "\320\004\033\2301\330\010\013\2104\320\017\037\230s\240!\330\014\r\340\010\036\230d\240%\240q\330\010\032\320\032.\250b\260\004\260A\330\010\013\320\013\033\2303\230d\240!\330\014\020\220\007\220q\230\001\330\014\020\220\014\230A\330\r\016\330\014\035\320\035-\250R\250t\2601\330\014\017\210\230b\240\001\330\020\024\220F\230!\2301";
5218
+ static const char __pyx_k_1_4_s_d_q_b_A_3d_q_A_Rt1_b_F_1[] = "\320\004\033\2301\330\010\013\2104\320\017\037\230s\240!\330\014\r\340\010\036\230d\240%\240q\330\010\032\320\032.\250b\260\004\260A\330\010\013\320\013\033\2303\230d\240!\330\014\020\220\007\220q\230\001\330\014\020\220\014\230A\330\r\016\330\014\035\320\035-\250R\250t\2601\330\014\017\210\177\230b\240\001\330\020\024\220F\230!\2301";
5216
5219
  static const char __pyx_k_6_q_5_1_3fD_Rq_q_Cq_7_S_Ba_1_7[] = "\210\001\360\n\000\r\024\2206\230\021\330\014\017\210q\330\020\023\2205\230\002\230!\330\024\033\2301\330\026\033\2303\230f\240D\250\005\250R\250q\330\024\033\230=\250\001\340\014\017\210q\330\020\024\220C\220q\230\003\2307\240&\250\005\250S\260\001\260\023\260B\260a\330\024\033\2301\330\026\033\2307\240&\250\005\250U\260\"\260A\330\024\033\2303\230a\230t\2401\340\014\023\2201";
5217
- static const char __pyx_k_A_4t1_HE_U_d_U_T_bPTTccd_t_7_4[] = "\200A\360\014\000\t\014\2104\210t\2201\330\014\020\320\020 \240\001\340\010\030\230\004\230H\240E\250\021\250!\330\010 \240\001\330\010\031\230\024\230U\240!\340\010\016\210d\320\022\"\240#\240U\250#\250T\260\036\270\310b\320PT\320Tc\320cd\330\014\020\320\020 \240\001\340\014\017\210t\320\023#\2407\250!\330\020\023\2204\220~\240_\260C\260q\330\024,\250D\260\016\270a\330\024%\240T\250\025\250a\330\026\032\230%\230s\240\"\320$4\260B\260a\330\024\030\230\006\230i\240q\320(U\320U\\\320\\]\320]^\330\024\025\340\014\017\210t\220>\240\035\250c\260\023\260D\270\004\320<R\320RS\330\020\021\340\010\013\2104\210~\230Q\330\014\020\220\006\220i\230q\240\001\330!%\240^\2601\330!%\240^\2601\340\010\013\2104\210t\320\023)\250\021\330\014\020\220\006\220i\230q\240\001\330 '\240q\250\004\250O\2702\270T\320AT\320TU\340\014\017\210t\220>\240\035\250a\330\020\024\220J\230b\240\002\240*\250A\340\014\020\220\003\2205\230\t\240\021\240$\240a\330\020\023\2204\220z\240\021\240\"\240I\250Q\330\024\030\230\007\230y\250\001\250\022\2505\260\001\260\021\360\006\000\t\024\2201\330\010\016\210i\220r\230\022\2304\230t\320#6\260c\270\022\2701\330\014\020\220\006\220a\220q\330\014\030\230\001\340\010\014\210I\220Q\220a\330\027\033\230>\320);\2703\270b\300\004\300N\320RS\330\027\033\230?\320*:\270$\320>S\320ST\330\027\033\320\033-\250Q\250d\260%\260s\270\"\270D\300\001\330\027\033\230?\250.\270\004\320<Q\320QR";
5220
+ static const char __pyx_k_A_4t1_HE_U_d_U_T_bPTTccd_t_7_4[] = "\200A\360\014\000\t\014\2104\210t\2201\330\014\020\320\020 \240\001\340\010\030\230\004\230H\240E\250\021\250!\330\010 \240\001\330\010\031\230\024\230U\240!\340\010\016\210d\320\022\"\240#\240U\250#\250T\260\036\270\177\310b\320PT\320Tc\320cd\330\014\020\320\020 \240\001\340\014\017\210t\320\023#\2407\250!\330\020\023\2204\220~\240_\260C\260q\330\024,\250D\260\016\270a\330\024%\240T\250\025\250a\330\026\032\230%\230s\240\"\320$4\260B\260a\330\024\030\230\006\230i\240q\320(U\320U\\\320\\]\320]^\330\024\025\340\014\017\210t\220>\240\035\250c\260\023\260D\270\004\320<R\320RS\330\020\021\340\010\013\2104\210~\230Q\330\014\020\220\006\220i\230q\240\001\330!%\240^\2601\330!%\240^\2601\340\010\013\2104\210t\320\023)\250\021\330\014\020\220\006\220i\230q\240\001\330 '\240q\250\004\250O\2702\270T\320AT\320TU\340\014\017\210t\220>\240\035\250a\330\020\024\220J\230b\240\002\240*\250A\340\014\020\220\003\2205\230\t\240\021\240$\240a\330\020\023\2204\220z\240\021\240\"\240I\250Q\330\024\030\230\007\230y\250\001\250\022\2505\260\001\260\021\360\006\000\t\024\2201\330\010\016\210i\220r\230\022\2304\230t\320#6\260c\270\022\2701\330\014\020\220\006\220a\220q\330\014\030\230\001\340\010\014\210I\220Q\220a\330\027\033\230>\320);\2703\270b\300\004\300N\320RS\330\027\033\230?\320*:\270$\320>S\320ST\330\027\033\320\033-\250Q\250d\260%\260s\270\"\270D\300\001\330\027\033\230?\250.\270\004\320<Q\320QR";
5218
5221
  static const char __pyx_k_A_A_q_E_q_wfD_S_WAQa_t1_WAQ_IU[] = "\320\010\034\230A\330\014\024\220A\330\014\017\210q\330\020\024\220E\230\021\330\024\027\220q\230\007\230w\240f\250D\260\001\260\034\270S\300\001\330\030\035\230W\240A\240Q\240a\330\014\017\210t\2201\330\020\025\220W\230A\230Q\330\014\024\220I\230U\240!\2408\250<\260s\270(\300#\300]\320RS";
5219
5222
  static const char __pyx_k_A_class_for_converting_strings[] = "\n A class for converting strings to values when importing from csv, used by ImportProcess,\n the parent.\n ";
5220
5223
  static const char __pyx_k_A_one_way_channel_that_wraps_a[] = "\n A one way channel that wraps a pipe to receive messages.\n ";
@@ -5230,14 +5233,14 @@ static const char __pyx_k_Unrecognized_COPY_TO_options_s[] = "Unrecognized COPY
5230
5233
  static const char __pyx_k_Use_on_a_line_by_itself_to_end[] = "[Use . on a line by itself to end input]";
5231
5234
  static const char __pyx_k_must_be_bigger_or_equal_to_min[] = " must be bigger or equal to min token ";
5232
5235
  static const char __pyx_k_must_be_smaller_than_end_token[] = " must be smaller than end token ";
5233
- static const char __pyx_k_1_F_IV1_KvQ_KvQ_O6_V1_fA_7q_IV1[] = "\320\004+\2501\330\010\014\210F\220&\230\001\330\010\014\210I\220V\2301\330\010\014\210K\220v\230Q\330\010\014\210K\220v\230Q\330\010\014\210O\2306\240\021\330\010\014\320\014\035\230V\2401\330\010\014\320\014\036\230f\240A\330\010\014\320\014 \240\006\320&7\260q\330\010\014\210I\220V\2301\330\010\014\210L\230\006\230a\340\010\014\210N\230!\330\010\014\320\014#\2401\240D\250\010\260\006\260a\260s\270'\300\024\300W\310D\320P[\320[\\\330\010\014\320\014%\240Q\240d\250(\260&\270\001\270\023\270G\3004\300w\310d\320R]\320]^\340\010\013\210:\220S\230\001\330\014\020\320\020+\2501\330\014\030\230\004\320\0347\260q\270\010\300\001\340\014\020\320\020+\2501\340\010\014\210N\230&\240\013\2501\250A\330\010\014\320\014\035\230Y\240a\360\006\000\t\r\210L\230\001\230\021\230&\240\004\240E\250\031\260!\330\010\014\210N\230!\2304\230\250a\250q\260\007\260t\2705\300\t\310\021\360\010\000\t\r\210L\230\001\230\032\2408\2501\250E\260\032\2704\270x\300v\310Q\340\010\014\210N\230!\2304\230\250a\250s\260$\260e\2704\270q";
5236
+ static const char __pyx_k_1_F_IV1_KvQ_KvQ_O6_V1_fA_7q_IV1[] = "\320\004+\2501\330\010\014\210F\220&\230\001\330\010\014\210I\220V\2301\330\010\014\210K\220v\230Q\330\010\014\210K\220v\230Q\330\010\014\210O\2306\240\021\330\010\014\320\014\035\230V\2401\330\010\014\320\014\036\230f\240A\330\010\014\320\014 \240\006\320&7\260q\330\010\014\210I\220V\2301\330\010\014\210L\230\006\230a\340\010\014\210N\230!\330\010\014\320\014#\2401\240D\250\010\260\006\260a\260s\270'\300\024\300W\310D\320P[\320[\\\330\010\014\320\014%\240Q\240d\250(\260&\270\001\270\023\270G\3004\300w\310d\320R]\320]^\340\010\013\210:\220S\230\001\330\014\020\320\020+\2501\330\014\030\230\004\320\0347\260q\270\010\300\001\340\014\020\320\020+\2501\340\010\014\210N\230&\240\013\2501\250A\330\010\014\320\014\035\230Y\240a\360\006\000\t\r\210L\230\001\230\021\230&\240\004\240E\250\031\260!\330\010\014\210N\230!\2304\230\177\250a\250q\260\007\260t\2705\300\t\310\021\360\010\000\t\r\210L\230\001\230\032\2408\2501\250E\260\032\2704\270x\300v\310Q\340\010\014\210N\230!\2304\230\177\250a\250s\260$\260e\2704\270q";
5234
5237
  static const char __pyx_k_5_A_uJc_1_q_t1_3aq_A_a_dde_4_2S[] = "\210\001\330\014\r\330\020\030\230\010\240\t\250\031\260!\2605\270\004\270A\330\020\027\220u\230J\240c\250\022\2501\330\023\024\360\006\000\r\021\220\001\220\026\220q\230\001\330\014\017\210t\2201\330\020\021\360\006\000\025\034\2303\230a\230q\330\027\030\330\024\032\230*\240A\320%`\320`a\330`d\320de\360\006\000\r\024\2204\220|\2402\240S\250\001\250\021\250&\260\001\260\025\260c\270\021\270!\2706\300\021\300%\300s\310!\3101\310F\320RS\320ST\330$'\240q\250\001\250\026\250q\260\007\260q\270\006\270a\270x\300q\330$'\240q\250\001\250\026\250q\260\007\260q\270\006\270a\270x\300q\330$'\240q\250\001\250\026\250q\260\007\260q\270\006\270a\270x\300q\330$'\240t\2501\360\006\000\r\034\2305\240\004\240A\240V\2501\250H\260C\260q\270\001\270\026\270q\300\004\300B\300c\310\021\310$\310b\320PR\320RU\320UV\320VW\320W]\320]^\320^_\340\014\017\210q\220\006\220a\220q\330\020\032\230#\230Q\230a\230v\240Q\240d\250\"\250E\260\022\2603\260a\260q\270\006\270a\270u\300B\300d\310\"\310C\310q\320PQ\320QW\320WX\320X[\320[]\320]^\340\020\031\230\021\230$\230a\360\006\000\r\026\220V\2301\230F\240\"\240H\250B\250f\260B\260a";
5235
5238
  static const char __pyx_k_6a_Kq_q_L_N_e1_D_A_a_Q_2U_a_gQd[] = "\320\004 \320 6\260a\330\010\014\210K\220q\330\010\014\320\014\037\230q\330\010\014\210L\230\001\330\010\014\210N\230$\230e\2401\330\010\014\320\014$\240D\250\001\330\010\014\320\014\034\230A\330\010\014\320\014\036\230a\330\010\014\320\014\035\230Q\340\010\013\2102\210U\220'\230\021\230$\230a\330\014\016\210g\220Q\220d\230!";
5236
5239
  static const char __pyx_k_A_4t1_1_q_E_e_T_d_4q_M_2S_L_A_A[] = "\200A\330\010\013\2104\210t\2201\330\014\023\2201\340\010\017\210q\330\010\014\210E\220\025\220e\230:\240T\250\021\330\014\r\330\020\026\220d\230!\2304\230q\330\020\024\220M\240\021\340\020\023\2202\220S\230\004\230L\250\004\250A\330\024\030\230\014\240A\330\024\025\340\020\023\2204\220z\240\022\2404\240q\330\024\030\230\007\230q\240\001\340\023\024\330\020\024\220L\240\001\330\020\021\340\010\017\210q\220\003\2204\220v\230U\240#\240Q";
5237
5240
  static const char __pyx_k_A_4x_1_A_4t1_1_1_E_q_gT_Ya_OqPQ[] = "\200A\330\010\013\2104\210x\320\027(\250\001\250\021\330\014\023\2201\340\010\020\220\004\220A\330\010\013\2104\210t\2201\330\014\021\220\031\230!\2301\330\014\023\2201\340\010\014\210E\220\024\220[\240\001\330\014\017\210q\220\006\220g\230T\240\021\330\020\025\220Y\230a\320\037O\310q\320PQ\330\020\027\220q\340\010\017\210q";
5238
5241
  static const char __pyx_k_A_5_4q_e1_d_AQ_q_1_gQ_A_Q_A_T_a[] = "\200A\330\010\013\2105\220\003\2204\220q\230\004\320\034.\250e\2601\330\014\026\220d\320\032,\250A\250Q\330\014\023\220<\230q\330\014\023\2201\340\010\026\220g\230Q\330\014\034\230A\330\014\021\220\024\220Q\330\014\030\230\004\230A\330\014\035\230T\240\021\330\014\032\230$\230a\330\014\030\230\014\240A\240V\2504\320/@\300\004\300J\310a\330\014\"\320\";\2701\270A\270Q\330\014!\320!6\260a\260q\330\014\030\230\001\330\014'\240t\2501\330\014\034\230D\240\001\330\014$\240A\330\010\022\220-\230q\240\r\250Q\330\010\014\320\014\036\230a\230x\240q\330\010\017\210q";
5239
5242
  static const char __pyx_k_A_A_4xq_b_E_atS_hhmmn_4t_A_1_4q[] = "\200A\360\n\000\t\021\220\004\220A\340\010\013\2104\210x\220q\330\014\021\220\031\230!\320\033>\270b\300\004\300E\310\021\310$\310a\310t\320S[\320[h\320hm\320mn\330\014\r\340\010\013\2104\210t\320\023$\240A\330\014\023\2201\340\010\021\220\024\220[\240\001\330\010\013\2104\210q\330\014\023\2201\340\010\013\2104\210t\2207\230%\230q\330\014\023\2201\340\010\022\220$\220b\230\004\230E\240\021\240$\240j\260\002\260!\330\010\014\210I\220Q\320\026E\300T\310\025\310d\320RZ\320Z[\340\010\021\220\024\220\\\240\021\330\010\014\210E\220\025\220a\220t\2301\330\014\020\220\n\230'\240\021\240-\250q\260\004\260N\300!\3008\3101\340\010\014\320\014\034\230A\340\010\t\330\014\020\220\017\230q\240\001\340\014\020\220\006\220a";
5240
- static const char __pyx_k_A_A_4xq_e1DPQQUU_jjoop_4t_A_1_b[] = "\200A\330\010\020\220\004\220A\340\010\013\2104\210x\220q\330\014\021\220\031\230!\320\033@\300\002\300$\300e\3101\310D\320PQ\320QU\320U]\320]j\320jo\320op\330\014\r\340\010\013\2104\210t\320\023$\240A\330\014\023\2201\340\010\022\220$\220b\230\004\230E\240\021\240$\320&6\260b\270\001\330\010\014\210I\220Q\320\026E\300T\310\025\310d\320RZ\320Z[\340\010\t\330\014\025\220T\230\034\240Q\340\014\020\220\005\220U\230!\2304\230\250b\260\001\330\020\024\220J\230g\240Q\240m\2601\260D\270\016\300a\300x\310q\340\014\025\220^\2401\240D\250\007\250v\260R\260t\2704\270v\300V\3102\310Q\330$(\250\007\250v\260S\270\004\270D\300\010\310\004\310A\330\014\020\220\n\230'\240\021\240!\340\014\020\320\020 \240\001\340\014\021\220\032\2306\320!1\260\021\340\014\020\220\017\230q\340\014\017\210q\330\020\033\2301\230D\240\n\320*E\300R\300w\310a\340\010\017\210}\230A\330\014\021\220\031\230!\2303\230a\230q\330\014\017\210u\220A\330\020\031\230\032\2401\330\014\023\2201\340\014\020\220\006\220a";
5243
+ static const char __pyx_k_A_A_4xq_e1DPQQUU_jjoop_4t_A_1_b[] = "\200A\330\010\020\220\004\220A\340\010\013\2104\210x\220q\330\014\021\220\031\230!\320\033@\300\002\300$\300e\3101\310D\320PQ\320QU\320U]\320]j\320jo\320op\330\014\r\340\010\013\2104\210t\320\023$\240A\330\014\023\2201\340\010\022\220$\220b\230\004\230E\240\021\240$\320&6\260b\270\001\330\010\014\210I\220Q\320\026E\300T\310\025\310d\320RZ\320Z[\340\010\t\330\014\025\220T\230\034\240Q\340\014\020\220\005\220U\230!\2304\230\177\250b\260\001\330\020\024\220J\230g\240Q\240m\2601\260D\270\016\300a\300x\310q\340\014\025\220^\2401\240D\250\007\250v\260R\260t\2704\270v\300V\3102\310Q\330$(\250\007\250v\260S\270\004\270D\300\010\310\004\310A\330\014\020\220\n\230'\240\021\240!\340\014\020\320\020 \240\001\340\014\021\220\032\2306\320!1\260\021\340\014\020\220\017\230q\340\014\017\210q\330\020\033\2301\230D\240\n\320*E\300R\300w\310a\340\010\017\210}\230A\330\014\021\220\031\230!\2303\230a\230q\330\014\017\210u\220A\330\020\031\230\032\2401\330\014\023\2201\340\014\020\220\006\220a";
5241
5244
  static const char __pyx_k_A_A_Ct1_a_T_a_D_D_E_a_T_a_a_Q_q[] = "\200A\360\014\000\t\021\220\004\220A\340\010\024\220C\220t\2301\330\024\032\230$\230a\330\024\035\230T\240\025\240a\330\024\034\230D\240\001\330\024\034\230D\240\001\330\024$\240E\250\025\250a\330\024\035\230T\240\025\240a\330\024\031\230\025\230a\330\024\030\230\005\230Q\330\024\"\240%\240q\330\024 \240\005\240U\250!\330\024 \240\004\240A\330\024%\240T\250\021\330\024\032\230%\230q\330\024\035\230U\240!\330\024$\240E\250\021";
5242
5245
  static const char __pyx_k_A_A_t_QfA_a_q_t4q_q_D_1_q_t4q_Q[] = "\200A\360\016\000\t\021\220\004\220A\330\010\017\210t\220>\240\021\240$\320&=\270Q\270f\300A\340\010\036\230a\330\010\027\220q\230\017\240t\2504\250q\260\t\270\021\330\010\027\220q\320\030(\250\004\250D\260\001\260\032\2701\330\010\027\220q\230\017\240t\2504\250q\260\r\270Q\330\010\013\210?\230!\230=\250\003\250?\270!\2701\330\014\033\2301\320\034-\250Q\330\014\020\220\017\230q\240\001\340\014\033\2301\320\034-\250Q\340\010\033\2301\330\010\024\220A\220]\240$\240d\250!\2508\2601\330\010\024\220A\220\\\240\024\240Q\240d\250$\250a\250z\270\023\270F\300#\300S\310\001\330\010\024\220A\220^\2404\240t\2501\250L\270\001\330\010\024\220A\320\025&\240c\250\021\250$\250d\260!\260?\300!\330\010\024\220A\220^\2403\240a\240t\2504\250q\260\014\270A\360\006\000\t\025\220A\320\025&\240c\250\021\250$\250d\260!\3203F\300d\310#\310S\320P\\\320\\]\320]i\320ik\320kl\330\010\024\220A\320\025&\240c\250\021\250$\250d\260!\260?\300!\330\010\024\220A\220_\240N\260!\2604\260t\2701\320<N\310e\320ST\33038\3208N\310e\320ST\3303E\300Q\330\010\024\220A\320\025)\250\023\250A\250T\260\024\260Q\3206H\310\001\330\010\024\220A\320\025*\250#\250Q\250d\260$\260a\3207J\310!\330\010\024\220A\220_\240C\240q\250\004\250D\260\001\260\035\270a\330\010\024\220A\320\025%\240S\250\001\250\024\250T\260\021\260.\300\001\330\010\024\220A\320\025'\240s\250!\2504\250t\2601\3204D\300A\330\010\024\220A\320\025'\240s\250!\2504\250t\2601\3204D\300A\330\010\024\220A\320\025*\250%\250q\260\004\260D\270\001\3209L\310A\330\010\024\220A\320\025+\2505\260\001\330\010\024\220A\320\025%\240T\250\024\250Q\250n\270A\330\010\024\220A\320\025'\240t\2504\250q\3200@\300\001\330\010\024\220A\220_\240A\240Q\240f\250C\250t\2605\270\004\270D\300\001\300\035\310n\320\\b\320bc\320cd\330\010\024\220A\320\025'\240s\250!\2504\250t\2601\3204D\300D\320HZ\320Z[\320[\\\330\010\024\220A\320\025%\240T\250\024\250Q\250n\270A\330\010\024\220A\220^\2404\240t\2501\250L\270\001\330\010\024\220A\220]\240#\240Q\240d\250$\250a\250{\270!\330\010\024\220A\220^""\2403\240a\240t\2504\250q\260\014\270A\330\010\024\220A\220^\2404\240t\2501\250L\270\001\330\010\024\220A\320\025)\250\023\250A\250T\260\024\260Q\3206H\310\001\330\010\024\220A\320\025*\250#\250Q\250d\260$\260a\3207J\310!\330\010\024\220A\220]\240-\250q\260\004\260D\270\001\270\033\320DZ\320Z^\320^c\320cg\320gh\330\010\024\220A\220^\240=\260\001\260\024\260T\270\021\270,\300a\330\010\024\220A\320\025(\250\003\2501\250D\260\004\260A\3205F\300a\330\010\024\220A\320\025-\250T\260\021\260$\260d\270!\320;Q\320QX\320X^\320^a\320ad\320de\330\010\024\220A\220Y\230c\240\021\240$\240d\250!\2508\2601\360\010\000\t\025\220A\320\025.\250c\260\021\260$\260d\270!\320;R\320RS\330\010\024\220A\320\025-\250S\260\001\260\024\260T\270\021\320:P\320PQ\330\010\024\220A\320\025+\2503\250a\250t\2604\260q\3208L\310A\360\006\000\t\025\220A\320\025)\250\023\250A\250T\260\024\260Q\3206L\310D\320PR\320RT\320T`\320`a\320aq\320qs\320st\340\010\024\220A\320\025'\240s\250!\2504\250t\2601\3204D\300L\320PQ\320Qc\320ce\320ef\340\010\014\210N\230!\2301\330\010\017\210{\230!\2305\240\016\250h\3206G\300}\320TU";
5243
5246
  static const char __pyx_k_A_D_4q_4_S_1_4q_S_q_M_D_1AS_D_T[] = "\200A\330\010\014\320\014\034\230D\240\n\250!\2504\250q\330\010\013\2104\210~\230S\240\001\330\014\023\2201\340\010\013\2104\210q\330\014\025\220S\230\007\230q\240\004\240M\260\033\270D\300\010\310\001\330\014\022\220)\2301\230A\230S\240\001\240\023\240D\250\005\250T\260\021\340\010\017\210q";
@@ -5294,7 +5297,7 @@ static const char __pyx_k_q_s_5_Ct_as_4s_A_j_1_A_A_5_2S_D[] = "\210\017\220q\360
5294
5297
  static const char __pyx_k_total_ranges_some_records_might[] = " total ranges, some records might be missing";
5295
5298
  static const char __pyx_k_A_3d_D_aq_AV3e1A_5_R_AQ_q_0B_a_a[] = "\200A\360\022\000\t\014\320\013\033\2303\230d\240!\330\014\034\230D\240\016\250a\250q\330\014\017\210}\230A\230V\2403\240e\2501\250A\330\020\023\2205\230\001\230\034\240R\240}\260A\260Q\330\024 \240\017\250q\260\001\3300B\300$\300a\330\024\033\230;\240a\340\010\013\210=\230\003\2304\230q\330\014\031\230\024\230^\2501\250A\330\014\017\210z\230\021\230&\240\003\2405\250\001\250\021\330\020\023\2205\230\001\230\021\340\010\013\210?\230#\230T\240\021\330\014\033\2304\230~\250Q\250a\330\014\017\210|\2301\230F\240#\240U\250!\2501\330\020\027\220v\230Q\340\010\017\210v\220Q";
5296
5299
  static const char __pyx_k_A_4_3d_4_A_A_3d_D_aq_3m1IT_3mSTT[] = "\200A\360\016\000\t\026\220\\\240\021\340\010\013\2104\210|\2303\230d\240!\340\014\023\2204\320\027,\250A\250_\270A\340\010\013\320\013\033\2303\230d\240!\330\014\034\230D\240\016\250a\250q\330\014\017\210|\2303\230m\2501\250I\260T\270\032\3003\300m\320ST\320TU\330\020\023\2209\230B\230m\2501\250A\330\024\033\2301\340\010\013\210=\230\003\2304\230q\330\014\031\230\024\230^\2501\250A\330\014\017\210|\2303\230j\250\001\250\031\260$\260j\300\003\300:\310Q\310a\330\020\023\2205\230\001\230\021\340\010\017\210t\320\023(\250\001\250\037\270\001";
5297
- static const char __pyx_k_A_4_b_iq_NbPTTU_1_4_Rt_8_iq_MRtS[] = "\200A\330\010\013\2104\210\230b\240\004\320$:\270!\330\014\020\220\006\220i\230q\320 N\310b\320PT\320TU\330\014\023\2201\340\010\013\2104\210~\230R\230t\320#8\270\001\330\014\020\220\006\220i\230q\320 M\310R\310t\320ST\330\014\023\2201\340\010\017\210q";
5300
+ static const char __pyx_k_A_4_b_iq_NbPTTU_1_4_Rt_8_iq_MRtS[] = "\200A\330\010\013\2104\210\177\230b\240\004\320$:\270!\330\014\020\220\006\220i\230q\320 N\310b\320PT\320TU\330\014\023\2201\340\010\013\2104\210~\230R\230t\320#8\270\001\330\014\020\220\006\220i\230q\320 M\310R\310t\320ST\330\014\023\2201\340\010\017\210q";
5298
5301
  static const char __pyx_k_A_4q_1_Qc_U_as_q_SWWX_4q_7_5_D_A[] = "\200A\360\010\000\t\n\360\006\000\t\014\2104\210q\330\014\023\2201\320\024%\240Q\240c\250\024\250U\260$\260a\260s\270'\300\021\300%\300q\310\013\320SW\320WX\340\014\023\2204\220q\230\003\2307\240!\2405\250\001\250\033\260D\270\001\340\010\021\220\033\230A\230Q\340\010\t\360\016\000\t\032\230\021\230#\230T\240\026\240q\250\013\2601\260C\260t\2705\300\006\300c\310\021\340\010\013\2101\330\014\020\220\005\220X\230V\2406\250\021\330\020\024\220M\240\021\240*\250A\250V\2607\270!\330\010\017\210q";
5299
5302
  static const char __pyx_k_A_4q_XQ_S_q_ha_q_iq_AS__E_F_4s_1[] = "\200A\330\010\013\2104\210q\330\014\r\340\010\t\330\014\025\220X\230Q\330\014\025\220S\230\007\230q\240\n\250$\250h\260a\340\014\020\220\007\220q\330\020\026\220i\230q\240\004\240A\240S\250\001\250\024\250_\270E\300\021\340\014\024\220F\230)\2404\240s\250!\2501\330\014\020\220\005\220R\220}\240A\330\014\022\220&\230\001\340\010\017\210}\230A\330\014\020\220\r\230Q\230c\240\021";
5300
5303
  static const char __pyx_k_A_4q_q_6_1_D_A_q_1D_ERwa_A_Qa_t1[] = "\200A\330\010\013\2104\210q\330\014\020\220\017\230q\340\010\t\330\014\021\220\032\2306\320!1\260\021\340\014\020\220\010\230\001\330\014\020\220\n\230\"\230D\240\014\250A\340\014\017\210q\330\020\033\2301\230D\240\n\320*E\300R\300w\310a\340\010\017\210}\230A\330\014\020\220\r\230Q\230a\360\006\000\r\020\210t\2201\330\020\024\220N\240!\330\014\020\220\006\220a";
@@ -5304,16 +5307,16 @@ static const char __pyx_k_A_4xxq_XZq_D_q_A_Q_4_1_5S_AT_a_T[] = "\200A\330\010\02
5304
5307
  static const char __pyx_k_A_7_AT_WG1D_AWAZxq_Yd_tST_nAY_7x[] = "\200A\330\010\023\2207\230(\240!\330\010\022\220(\230*\240A\240T\250\021\330\010\025\220W\230G\2401\240D\250\001\330\010\024\220A\220W\230A\230Z\240x\250q\260\002\260+\270Y\300d\310%\310t\320ST\340\010\t\360\022\000\t\n\360\010\000\t\017\210n\230A\230Y\320&7\260x\270q";
5305
5308
  static const char __pyx_k_A_89A_Q_a_vZq_a_fJavQ_gQfJa_gQfI[] = "\200A\330\017\020\330\010\014\320\014#\2408\2509\260A\260\\\300\024\300Q\330\010\014\320\014 \240\006\240a\360\006\000\t\r\320\014\037\230v\240Z\250q\260\006\260a\330\010\014\320\014\036\230f\240J\250a\250v\260Q\340\010\t\360\016\000\t\017\210g\220Q\220f\230J\240a\330\010\016\210g\220Q\220f\230I\240Q";
5306
5309
  static const char __pyx_k_A_A_3oQ_AS_A_1_XS_s_t3a_Yaq_Qc_G[] = "\200A\360\010\000\t\021\220\004\220A\340\010\013\2103\210o\230Q\330\014\020\320\020!\240\023\240A\240S\250\001\330\014\020\320\020 \240\001\240\023\240A\330\014\021\220\031\230!\2301\330\036!\240\021\240#\240X\250S\260\007\260s\270!\340\014\017\210t\2203\220a\330\020\025\220Y\230a\230q\330\"%\240Q\240c\250\030\260\023\260G\2703\270f\300C\300{\320RV\320VW\340\020\024\320\024&\240c\250\021\250#\250Q\330\020\024\320\024$\240A\240S\250\001\330\020\025\220Y\230a\230q\330\"%\240Q\240c\250\030\260\023\260G\2703\270f\300C\300q";
5307
- static const char __pyx_k_A_A_4uA_4uA_Q_D_a_d_D_A_t_r_WWdd[] = "\200A\360\030\000\t\021\220\004\220A\330\010\023\2204\220u\230A\330\010\023\2204\220u\230A\330\010\025\220Q\330\010\024\220D\230\016\240a\330\010\026\220d\230!\330\010\024\220D\230\001\340\010\t\360(\000\t\035\230A\360\024\000\t\014\210<\220t\230<\240r\250\021\330\014\021\220\031\230!\320\033W\320Wd\320de\330\014\023\2201\340\010\013\210<\220t\230:\240T\250\034\260R\260q\330\014\021\220\031\230!\320\033Q\320Q^\320^_\330\014\023\2201\340\010\013\2105\220\005\220Y\230k\250\023\250E\260\023\260J\270c\300\021\330\014\022\220\"\220M\240\036\250\270a\330\014\023\2201\340\010\017\210t\2201\220E\230\031\240!\2404\240t\2506\260\021\330\010\014\210E\220\021\340\010\013\2104\210q\340\014\022\220\"\220M\240\036\250\270a\330\r\020\220\001\220\026\220s\230!\340\014\022\220\"\220M\240\036\250\270a\270t\3001\300B\300a\300q\360\006\000\r \230q\330\014\027\220q\330\014\020\220\007\220|\2401\330\020\023\2204\220q\330\024'\240\260a\260q\340\020\023\2205\230\007\230s\240!\330\024\025\340\020 \240\n\250!\250:\260U\270!\330\020\023\2204\220q\330\024\025\340\020\026\220a\320\027(\250\017\260q\270\001\330\020\033\2305\240\001\360\006\000\r\020\210y\230\007\230u\240E\250\024\250Z\260s\270)\3002\300Q\330\020\026\220b\230\n\240.\260\001\340\021\032\230#\230U\240%\240t\250:\260S\270\t\300\022\3001\330\020\033\230?\320*;\2701\330\020\026\220b\230\n\240.\260\001\340\010\013\2104\210q\330\014\021\220\031\230!\320\033^\320^k\320kl\340\010\017\210q";
5310
+ static const char __pyx_k_A_A_4uA_4uA_Q_D_a_d_D_A_t_r_WWdd[] = "\200A\360\030\000\t\021\220\004\220A\330\010\023\2204\220u\230A\330\010\023\2204\220u\230A\330\010\025\220Q\330\010\024\220D\230\016\240a\330\010\026\220d\230!\330\010\024\220D\230\001\340\010\t\360(\000\t\035\230A\360\024\000\t\014\210<\220t\230<\240r\250\021\330\014\021\220\031\230!\320\033W\320Wd\320de\330\014\023\2201\340\010\013\210<\220t\230:\240T\250\034\260R\260q\330\014\021\220\031\230!\320\033Q\320Q^\320^_\330\014\023\2201\340\010\013\2105\220\005\220Y\230k\250\023\250E\260\023\260J\270c\300\021\330\014\022\220\"\220M\240\036\250\177\270a\330\014\023\2201\340\010\017\210t\2201\220E\230\031\240!\2404\240t\2506\260\021\330\010\014\210E\220\021\340\010\013\2104\210q\340\014\022\220\"\220M\240\036\250\177\270a\330\r\020\220\001\220\026\220s\230!\340\014\022\220\"\220M\240\036\250\177\270a\270t\3001\300B\300a\300q\360\006\000\r \230q\330\014\027\220q\330\014\020\220\007\220|\2401\330\020\023\2204\220q\330\024'\240\177\260a\260q\340\020\023\2205\230\007\230s\240!\330\024\025\340\020 \240\n\250!\250:\260U\270!\330\020\023\2204\220q\330\024\025\340\020\026\220a\320\027(\250\017\260q\270\001\330\020\033\2305\240\001\360\006\000\r\020\210y\230\007\230u\240E\250\024\250Z\260s\270)\3002\300Q\330\020\026\220b\230\n\240.\260\001\340\021\032\230#\230U\240%\240t\250:\260S\270\t\300\022\3001\330\020\033\230?\320*;\2701\330\020\026\220b\230\n\240.\260\001\340\010\013\2104\210q\330\014\021\220\031\230!\320\033^\320^k\320kl\340\010\017\210q";
5308
5311
  static const char __pyx_k_A_A_4wc_7_7_YfA_gQgT_vV1_N_q_a_F[] = "\200A\360\n\000\t\023\220*\230A\230[\250\001\340\010\013\2104\210w\220c\230\021\330\014\023\2207\230!\2307\240#\240Y\250f\260A\340\014\r\330\020\026\220g\230Q\230g\240T\250\021\250-\260v\270V\3001\330\020\024\220N\240!\330\020\027\220q\330\014\023\220;\230a\330\020\024\220F\230)\2401\320$G\300}\320TU\330\020\027\220q";
5309
5312
  static const char __pyx_k_A_A_D_a_he1A_4xuAQ_AQ_t85_Jaxt1F[] = "\200A\360\020\000\t\021\220\004\220A\330\010\024\220D\230\001\330\010\020\220\t\230\021\230(\240$\240a\330\032*\250$\250h\260e\2701\270A\330\032#\2404\240x\250u\260A\260Q\330\010\031\230\023\230A\230Q\330\010\027\220t\2308\2405\250\001\250\021\340\010\014\210J\220a\220x\230t\2401\240F\250%\250q\340\010\030\230\003\2301\230A\330\010\024\220A\330\010\021\220\021\330\010\017\210w\220b\230\013\2402\240_\260D\270\004\320<O\310s\320RU\320UV\330\014\020\220\r\230Z\240t\2506\260\025\260a\260x\270q\330\020\023\220<\230s\240%\240t\2507\260#\260Q\330\024!\240\021\330\025\037\230q\240\010\250\001\360\014\000\025\030\220v\230Q\230l\250!\250<\260r\270\035\300d\310&\320PQ\320Q]\320]^\320^f\320fi\320ij\330\030\035\230Y\240a\240q\330*7\260x\270v\300Q\300l\320RS\320S`\320`a\330\030\034\230J\240a\240x\250q\260\001\340\030\035\230Y\240a\240q\330*7\260x\270v\300Q\300l\320RS\320ST\330*0\260\001\260\034\270Q\270a\330\030\"\240!\340\024\032\230&\240\001\330\024\030\230\007\230v\240Q\240f\250A\330\024\031\230\032\2401\240B\240a\330\024\032\230!\230<\240q\250\013\2601\340\010\013\2104\320\017\"\240#\240R\240s\250!\2501\330\014\020\220\013\2301\330\020\023\2204\220w\230i\240q\330\024\031\230\031\240!\320#P\320PW\320W]\320]d\320de\340\010\013\210:\220R\220q\330\014\021\220\031\230!\2301\330\036)\250\021\340\010\014\210I\220Q\220a\330\027\034\320\034.\250a\330\027\033\2307\240!\330\027\033\320\033-\250Q\250d\260%\260s\270\"\270D\300\001";
5310
5313
  static const char __pyx_k_A_D_RuBd_D_1_4q_7_1AS_F_fARz_A_2[] = "\200A\360\014\000\t\r\210D\220\r\230R\230u\240B\240d\250!\330\014\034\230D\320 1\260\022\2604\260q\330\014\032\230!\330\014\020\220\003\2207\230)\2401\240A\240S\250\004\250F\260$\260f\270A\270R\270z\310\023\310A\330\020\023\2202\220S\230\001\330\024\030\230\013\2401\330\024\"\240!\330\024%\240T\250\021\330\020\024\220M\240\027\250\006\250a\250t\2602\260Q\340\014\020\220\017\230t\2402\240Q\340\014\020\320\020 \240\001\330\014\020\220\r\230W\240F\250!\2501";
5311
- static const char __pyx_k_A_D_S_Bd_9AT_Q_4u_A_9_Qd_q_9L_HA[] = "\200A\330\010\024\220D\230\t\240\021\330\010\013\210:\220S\230\001\330\014\020\220\010\230\001\230\021\330\014\020\220\014\230B\230d\240)\2509\260A\260T\270\021\330\014\020\320\020%\240Q\330\014\r\340\010\021\320\021\"\240!\2404\240u\320,<\270A\330\010\032\230)\320#9\270\024\270Q\270d\300%\300q\330\010\023\2209\230L\250\001\340\010\014\210H\220A\220U\230'\240\024\240Y\250i\260q\330\010\014\210L\230\001\230\025\230a\230\250a\250x\260t\2709\300I\310Q\330\010\014\320\014!\240\021";
5314
+ static const char __pyx_k_A_D_S_Bd_9AT_Q_4u_A_9_Qd_q_9L_HA[] = "\200A\330\010\024\220D\230\t\240\021\330\010\013\210:\220S\230\001\330\014\020\220\010\230\001\230\021\330\014\020\220\014\230B\230d\240)\2509\260A\260T\270\021\330\014\020\320\020%\240Q\330\014\r\340\010\021\320\021\"\240!\2404\240u\320,<\270A\330\010\032\230)\320#9\270\024\270Q\270d\300%\300q\330\010\023\2209\230L\250\001\340\010\014\210H\220A\220U\230'\240\024\240Y\250i\260q\330\010\014\210L\230\001\230\025\230a\230\177\250a\250x\260t\2709\300I\310Q\330\010\014\320\014!\240\021";
5312
5315
  static const char __pyx_k_A_D_q_Bhaq_F_A_axq_A_q_a_Q_A_Q_Q[] = "\200A\360\014\000\t\025\220D\230\001\340\010\t\360\014\000\t\n\360\020\000\t\n\360\014\000\t\n\360\006\000\t\n\360\006\000\t\n\360\006\000\t\n\360\022\000\t\n\360 \000\t\030\220q\360`\001\000\t\r\210B\210h\220a\220q\360\010\000\t\n\360F\001\000\t\n\360\006\000\t\n\360\006\000\t\n\360\006\000\t\n\360\006\000\t\n\360\006\000\t\n\360\022\000\t\n\360$\000\t\n\360\006\000\t\n\360\022\000\t\n\330\014\024\220A\330\014\027\320\027.\250a\250x\260q\330\014\024\220A\330\014\027\220q\330\014\027\320\027.\250a\330\014\025\220Q\330\014\025\320\025,\250A\330\014\026\320\026-\250Q\330\014\026\320\026-\250Q\250h\260a\330\014\023\320\023*\250!\330\014\026\320\026-\250Q\330\014\024\220A\330\014\027\320\027.\250a\250x\260q\330\014\031\230\021\330\014\030\230\001\330\014\024\220A\330\014\030\320\030/\250q\330\014\024\220A\330\014\024\220A\330\014\027\220q\330\014\024\220A\330\014\023\2201\330\014\023\2201\330\014\025\220Q\330\014\026\220a\360\006\000\t\020\210z\230\024\230Q\230h\240k\260\021";
5313
5316
  static const char __pyx_k_A_HAQ_6_1_K1_aq_4xq_3a_4xq_J_ZWY[] = "\200A\330\010\020\220\004\220H\230A\230Q\330\010\013\2106\220\022\2201\330\014\031\230\021\320\032K\3101\330\014\020\220\006\220a\220q\330\014\023\2204\220x\230q\330\r\023\2203\220a\330\014\031\230\021\230!\330\014\023\2204\220x\230q\340\014\031\230\021\320\032J\310#\310Z\320WY\320YZ\330\014\023\2204\220z\240\021";
5314
5317
  static const char __pyx_k_A_HA_Q_uA_q_wauTddgghhi_4q_T_q_d[] = "\200A\360\020\000\t\r\210H\220A\340\010\021\220\024\220Q\330\010\t\330\014\022\220&\230\001\330\010\017\210{\230!\330\014\020\220\007\220u\230A\330\020\037\230q\240\003\240:\250[\270\003\270<\300w\310a\310u\320Td\320dg\320gh\320hi\340\010\023\2204\220q\330\010\035\230T\240\021\330\010\017\210q\330\010\032\230!\340\010\016\210d\220&\230\001\330\014 \240\001\240\022\2404\240u\250I\260S\270\001\270\034\300S\310\002\310!\330\014\017\210t\2201\330\020#\2401\330\020\030\230\007\230q\240\003\2403\240a\240s\250!\330\020\035\230Q\320\036O\310q\330\020\024\220F\230!\2301\330\020\021\330\021!\240\022\2401\330\020\"\240!\340\014\020\220\006\220a\330\020\021\330\024\037\230t\240=\260\002\260$\260k\300\021\330\024\027\220y\240\003\2401\330\030\034\230K\240}\260A\260V\2701\330\030\031\340\024\033\2306\240\032\2501\250A\330\024\027\220q\330\030 \240\004\240K\250q\260\004\260A\330\020\027\220}\240A\330\024\030\230\007\230u\240A\330\030'\240q\250\003\250:\260[\300\003\300<\310w\320VW\320W\\\320\\l\320lo\320op\320pq\340\020\023\2206\230\021\330\024\025\360\006\000\t\r\210G\2205\230\001\320\031-\250Q\250f\260A\360\006\000\t\r\210F\220%\220q";
5315
5318
  static const char __pyx_k_A_IQ_F_IQ_N_fO1D_T_HE_I_1_O1_5_A[] = "\200A\330\010\014\210I\220Q\330\010\014\210F\220!\330\010\014\210I\220Q\330\010\014\210N\230$\230f\240O\2601\260D\270\005\270T\300\021\330\010\014\210H\220E\230\025\320\036:\270!\330\010\014\210I\220]\240!\2401\330\010\014\320\014 \240\001\330\010\014\210O\2301\360\006\000\t\014\2105\220\001\330\014\r\330\014\024\220A\360\006\000\t\r\210L\230\014\240D\250\007\250w\260e\2703\270j\310\003\3107\320RU\320U`\320`a\330\010\014\210K\220t\230>\250\021\250&\260\001\340\010\014\320\014\035\230T\240\030\250\025\250a\250q\330\010\014\210L\230\004\230H\240E\250\021\250!\330\010\014\210I\220Q\320\0264\260D\270\001\340\010\013\210:\220S\230\001\330\014\020\320\020\"\240!\340\010\014\210M\230\021\330\010\014\210I\320\025&\240a\240t\2501\330\010\014\210J\220o\240Q\240d\250!\340\010\014\210K\220x\230|\2501\250G\2604\260w\270a\330\010\014\210N\230$\230e\2401";
5316
- static const char __pyx_k_A_IQ_HA_a_t1_T_a_t1_a_D_e1_vS_Qj[] = "\200A\360\n\000\t\r\210I\220Q\330\010\014\210H\220A\330\010\014\320\014\036\230a\340\010\027\220t\2301\330\010\035\230T\240\021\330\010\032\230$\230a\330\010\027\220t\2301\330\010\022\220$\220a\340\010\t\330\014\024\220D\230\006\230e\2401\330\014\017\210v\220S\230\001\330\020\021\340\014\r\330\020\025\220Q\220j\240\014\250A\250V\2601\330\020\024\220J\230i\320'9\270\021\270'\300\026\300q\330\024 \240\016\250a\250w\260f\270G\3007\310!\330\024\027\220q\330\030!\240\027\250\016\260a\260q\330\030\036\230n\250A\250Y\3206G\300\320V]\320]^\330-5\260^\300>\320QX\320X_\320_`\360\014\000\r\024\220=\240\001\330\020\024\220M\240\021\240%\240w\250e\2601\260A";
5319
+ static const char __pyx_k_A_IQ_HA_a_t1_T_a_t1_a_D_e1_vS_Qj[] = "\200A\360\n\000\t\r\210I\220Q\330\010\014\210H\220A\330\010\014\320\014\036\230a\340\010\027\220t\2301\330\010\035\230T\240\021\330\010\032\230$\230a\330\010\027\220t\2301\330\010\022\220$\220a\340\010\t\330\014\024\220D\230\006\230e\2401\330\014\017\210v\220S\230\001\330\020\021\340\014\r\330\020\025\220Q\220j\240\014\250A\250V\2601\330\020\024\220J\230i\320'9\270\021\270'\300\026\300q\330\024 \240\016\250a\250w\260f\270G\3007\310!\330\024\027\220q\330\030!\240\027\250\016\260a\260q\330\030\036\230n\250A\250Y\3206G\300\177\320V]\320]^\330-5\260^\300>\320QX\320X_\320_`\360\014\000\r\024\220=\240\001\330\020\024\220M\240\021\240%\240w\250e\2601\260A";
5317
5320
  static const char __pyx_k_A_IQfG87_a_F_1_Qb_E_q_1Bd_U_1D_R[] = "\200A\330\010\024\220I\230Q\230f\240G\2508\2607\270$\270a\340\010\014\320\014\034\230F\240!\2401\330\010\014\320\014\035\230Q\230b\240\004\240E\250\026\250q\260\001\330\010\014\320\014#\2401\240B\240d\250#\250U\260)\2701\270D\300\n\310#\310R\310s\320RV\320VW\340\010\022\220&\230\001\230\021\330\010\014\210K\220w\230e\2401\240A\330\010\014\320\014\034\230G\2405\250\001\250\021\330\010\014\320\014\036\230g\240U\250!\2501\330\010\014\320\014\036\230g\240U\250!\2501\330\010\014\320\014'\240w\250e\2601\260A\330\010\014\210G\2207\230%\230q\240\001\330\010\014\320\014%\240W\250E\260\021\260!\330\010\014\320\014$\240G\2505\260\001\260\021\330\010\014\320\014\037\230w\240e\2501\250A\340\010\014\320\014\037\230w\240a\330\010\014\210L\230\001\330\010\014\210I\220Q\330\010\014\210H\220A\330\010\014\320\014\036\230a";
5318
5321
  static const char __pyx_k_A_IQfG87_a_we1A_uAQ_Kwe1A_G5_Q_a[] = "\200A\330\010\024\220I\230Q\230f\240G\2508\2607\270$\270a\330\010\022\220&\230\001\230\021\330\010\014\320\014\037\230w\240e\2501\250A\330\010\014\320\014 \240\007\240u\250A\250Q\330\010\014\210K\220w\230e\2401\240A\330\010\014\320\014\034\230G\2405\250\001\250\021\340\010\014\320\014%\240Q\330\010\014\320\014\036\230a\330\010\014\210K\220q";
5319
5322
  static const char __pyx_k_A_IQj_4uE_L_T_d_L_e4q_L_e4q_Kq_E[] = "\200A\330\010\014\210I\220Q\220j\240\003\2404\240u\250E\260\021\260!\330\010\014\210L\230\001\320\031)\250\021\250#\250T\260\025\260d\270!\330\010\014\210L\230\001\230\021\230(\240$\240e\2504\250q\330\010\014\210L\230\001\230\021\230(\240$\240e\2504\250q\330\010\014\210K\220q\230\001\230\027\240\004\240E\250\024\250Q\330\010\014\320\014\"\240$\240a\240r\250\021\250)\2601\260H\270D\300\005\300T\310\021\330\010\014\320\014\034\230A\340\010\014\210H\220D\320\030(\250\016\260d\270!";
@@ -5326,7 +5329,7 @@ static const char __pyx_k_A_Q_e9AWD_Ja_Kq_A_IQ_Ja_q_Jk_8ST[] = "\200A\330\010\r\
5326
5329
  static const char __pyx_k_A_Qj_34uA_EQRRS_uA_D_M_G5_q_Q_4q[] = "\200A\330\010\013\210:\220Q\220j\320 3\2604\260u\270A\270\\\310\023\310E\320QR\320RS\330\014\r\330\010\027\220u\230A\230\\\250\023\250D\260\001\330\010\014\210M\230\021\230*\240G\2505\260\001\260\031\270%\270q\300\r\310Q\330\010\013\2104\210q\330\014\021\220\021\220/\240\021\330\014\030\230\004\230O\2501\250D\260\010\270\004\270G\3007\310'\320QR\330\014\025\220T\230\030\240\036\250q\260\001\330\014\022\220.\240\001\240\031\250$\320.@\300\017\310w\320VW\330!)\250\024\250_\270N\310'\320QX\320XY";
5327
5330
  static const char __pyx_k_A_QnE_7_JfAQ_KvQa_IQ_Ja_F_IV1A_L[] = "\200A\330\010\r\210Q\210n\230E\240\031\250!\2507\260!\330\010\014\210J\220f\230A\230Q\330\010\014\210K\220v\230Q\230a\330\010\014\210I\220Q\330\010\014\210J\220a\330\010\014\210F\220&\230\001\230\021\330\010\014\210I\220V\2301\230A\330\010\014\210L\230\006\230a\230q\330\010\014\210K\220v\230Q\230a\330\010\014\210I\220V\2301\230A\330\010\014\210H\220F\230!\2301\330\010\014\210L\230\006\230a\230q\330\010\014\320\014\037\230v\240Q\240a\330\010\014\210O\2306\240\021\240!\330\010\014\320\014\035\230V\2401\240A\330\010\014\210G\2206\230\021\230!\330\010\014\320\014 \240\006\240a\240q\330\010\014\210O\2306\240\021\240!\340\010\022\220&\230\001\230\021\330\010\014\320\014 \240\007\240u\250A\250Q\330\010\014\320\014!\240\027\250\005\250Q\250a\330\010\014\210O\2307\240%\240q\250\001\330\010\014\320\014\035\230W\240E\250\021\250!\330\010\014\320\014\036\230g\240U\250!\2501\330\010\014\320\014\034\230G\2405\250\001\250\021\330\010\014\210L\230\007\230u\240A\240Q\340\010\013\2102\210X\220T\230\021\320\0326\260a\330\014\020\320\020!\240\024\240V\2501\250B\250h\260d\270!\320;W\320WX\340\014\020\320\020!\240\021\340\010\014\210L\230\006\230a\230q\330\010\014\320\014\037\230v\240Q\240a\330\010\014\320\014#\2401\330\010\014\320\014\037\230q\330\010\014\320\014\036\230a";
5328
5331
  static const char __pyx_k_A_T_J_a_3auCs_1_A_ES_sRSST_E_Q_s[] = "\200A\360\014\000\t\026\220T\230\037\250\004\320,J\310$\310a\340\010\013\2103\210a\210u\220C\220s\230!\2301\330\014\022\220*\230A\320\035E\300S\310\001\310\026\310s\320RS\320ST\340\010\014\210E\220\024\220Q\330\014\017\210s\220!\2203\220c\230\024\230Q\330\020\026\220j\240\001\240\024\320%B\300!\3001\340\010\t\360\036\000\t\020\210q\220\007\220q\230\006\230e\2404\240v\250W\260C\260q\270\014\300A";
5329
- static const char __pyx_k_A_a_85_Qa_Qa_1_8MWTU_Kq_Kq_L_HIU[] = "\200A\330\010\022\220'\230\030\240\021\240.\260\001\330\010\017\210\230a\330\010\017\320\017%\240^\2608\2705\300\001\300\021\330\010\017\320\017\"\240.\260\010\270\005\270Q\270a\340\010\025\220Q\220a\330\031 \320 1\260\027\3208M\310W\320TU\340\010\014\210K\220q\330\010\014\210K\220q\330\010\014\210L\230\001\330\010\014\210H\220I\230U\240!\330\010\014\320\014!\240\036\250q";
5332
+ static const char __pyx_k_A_a_85_Qa_Qa_1_8MWTU_Kq_Kq_L_HIU[] = "\200A\330\010\022\220'\230\030\240\021\240.\260\001\330\010\017\210\177\230a\330\010\017\320\017%\240^\2608\2705\300\001\300\021\330\010\017\320\017\"\240.\260\010\270\005\270Q\270a\340\010\025\220Q\220a\330\031 \320 1\260\027\3208M\310W\320TU\340\010\014\210K\220q\330\010\014\210K\220q\330\010\014\210L\230\001\330\010\014\210H\220I\230U\240!\330\010\014\320\014!\240\036\250q";
5330
5333
  static const char __pyx_k_A_e1M_Q_T_a_AT_s_l_4v_YZZ___we3j[] = "\200A\360\010\000\t\023\220$\220e\2301\230M\250\024\250Q\330\010\025\220T\230\025\230a\230}\250A\250T\260\021\330\010\025\220\\\240\021\330\010\020\320\020'\240s\250,\260l\300!\3004\300v\310\\\320YZ\320Z^\320^_\330\010\013\210<\220w\230e\2403\240j\260\007\260q\330\014\025\220Q\330\010\013\210<\220w\230a\330\014\025\320\025*\250)\2601\330\010\013\210<\220w\230e\2404\240z\260\027\270\001\330\014\025\220Q\330\010\013\210:\220W\230A\330\014\025\320\025+\2509\260A\330\010\017\210q";
5331
5334
  static const char __pyx_k_A_l_1_3a_Cr_Kq_3k_S_KWXX_bbmmnno[] = "\200A\360\020\000\t\027\220l\240!\2401\330\010\013\2103\210a\210}\230C\230r\240\023\240K\250q\260\003\2603\260k\300\021\300#\300S\310\004\310K\320WX\320X[\320[^\320^b\320bm\320mn\320no\330\014\022\220*\230A\320\0359\270\022\270<\300q\310\001";
5332
5335
  static const char __pyx_k_A_one_way_channel_that_wraps_a_2[] = "\n A one way channel that wraps a pipe and provides a feeding thread to send messages asynchronously.\n ";
@@ -26473,8 +26476,12 @@ static PyObject *__pyx_pf_8copyutil_10ExportTask_10get_ranges_2make_range_data(P
26473
26476
  * hosts.append(hostname) # fallback to default host if no replicas in current dc
26474
26477
  * return {'hosts': tuple(hosts), 'attempts': 0, 'rows': 0, 'workerno': -1}
26475
26478
  */
26476
- __pyx_t_2 = (__Pyx_PyList_GET_SIZE(__pyx_v_hosts) != 0);
26477
- if (unlikely(((!CYTHON_ASSUME_SAFE_MACROS) && __pyx_t_2 < 0))) __PYX_ERR(0, 733, __pyx_L1_error)
26479
+ {
26480
+ Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_v_hosts);
26481
+ if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 733, __pyx_L1_error)
26482
+ __pyx_t_2 = (__pyx_temp != 0);
26483
+ }
26484
+
26478
26485
  __pyx_t_6 = (!__pyx_t_2);
26479
26486
  if (__pyx_t_6) {
26480
26487
 
@@ -27010,8 +27017,12 @@ static PyObject *__pyx_pf_8copyutil_10ExportTask_6get_ranges(CYTHON_UNUSED PyObj
27010
27017
  * # If the ring is empty we get the entire ring from the host we are currently connected to
27011
27018
  * ranges[(begin_token, end_token)] = make_range_data()
27012
27019
  */
27013
- __pyx_t_4 = (__Pyx_PyList_GET_SIZE(__pyx_v_ring) != 0);
27014
- if (unlikely(((!CYTHON_ASSUME_SAFE_MACROS) && __pyx_t_4 < 0))) __PYX_ERR(0, 752, __pyx_L1_error)
27020
+ {
27021
+ Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_v_ring);
27022
+ if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 752, __pyx_L1_error)
27023
+ __pyx_t_4 = (__pyx_temp != 0);
27024
+ }
27025
+
27015
27026
  __pyx_t_5 = (!__pyx_t_4);
27016
27027
  if (__pyx_t_5) {
27017
27028
 
@@ -42186,8 +42197,12 @@ static PyObject *__pyx_pf_8copyutil_14FeedingProcess_6inner_run(CYTHON_UNUSED Py
42186
42197
  * failed_attempts += 1
42187
42198
  * delay = randint(1, pow(2, failed_attempts))
42188
42199
  */
42189
- __pyx_t_27 = (__Pyx_PyList_GET_SIZE(__pyx_v_channels_eligible) != 0);
42190
- if (unlikely(((!CYTHON_ASSUME_SAFE_MACROS) && __pyx_t_27 < 0))) __PYX_ERR(0, 1358, __pyx_L1_error)
42200
+ {
42201
+ Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_v_channels_eligible);
42202
+ if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 1358, __pyx_L1_error)
42203
+ __pyx_t_27 = (__pyx_temp != 0);
42204
+ }
42205
+
42191
42206
  __pyx_t_17 = (!__pyx_t_27);
42192
42207
  if (__pyx_t_17) {
42193
42208
 
@@ -51462,8 +51477,12 @@ static PyObject *__pyx_pf_8copyutil_13ExportProcess_16get_session(CYTHON_UNUSED
51462
51477
  * printdebugmsg("Warning: failed to connect to some replicas: %s" % (errors,))
51463
51478
  * return ret
51464
51479
  */
51465
- __pyx_t_23 = (__Pyx_PyList_GET_SIZE(__pyx_v_errors) != 0);
51466
- if (unlikely(((!CYTHON_ASSUME_SAFE_MACROS) && __pyx_t_23 < 0))) __PYX_ERR(0, 1680, __pyx_L1_error)
51480
+ {
51481
+ Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_v_errors);
51482
+ if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 1680, __pyx_L1_error)
51483
+ __pyx_t_23 = (__pyx_temp != 0);
51484
+ }
51485
+
51467
51486
  if (__pyx_t_23) {
51468
51487
 
51469
51488
  /* "copyutil.py":1681
@@ -73949,8 +73968,14 @@ static PyObject *__pyx_gb_8copyutil_20FastTokenAwarePolicy_4generator4(__pyx_Cor
73949
73968
  * def replica_is_not_overloaded(r):
73950
73969
  * if r.address in connections:
73951
73970
  */
73952
- __pyx_t_3 = (__pyx_cur_scope->__pyx_v_replicas != Py_None)&&(__Pyx_PyList_GET_SIZE(__pyx_cur_scope->__pyx_v_replicas) != 0);
73953
- if (unlikely(((!CYTHON_ASSUME_SAFE_MACROS) && __pyx_t_3 < 0))) __PYX_ERR(0, 2304, __pyx_L1_error)
73971
+ if (__pyx_cur_scope->__pyx_v_replicas == Py_None) __pyx_t_3 = 0;
73972
+ else
73973
+ {
73974
+ Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_cur_scope->__pyx_v_replicas);
73975
+ if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 2304, __pyx_L1_error)
73976
+ __pyx_t_3 = (__pyx_temp != 0);
73977
+ }
73978
+
73954
73979
  if (__pyx_t_3) {
73955
73980
 
73956
73981
  /* "copyutil.py":2305
@@ -103735,6 +103760,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
103735
103760
  changed = 1;
103736
103761
  }
103737
103762
  #endif // CYTHON_METH_FASTCALL
103763
+ #if !CYTHON_COMPILING_IN_PYPY
103738
103764
  else if (strcmp(memb->name, "__module__") == 0) {
103739
103765
  PyObject *descr;
103740
103766
  assert(memb->type == T_OBJECT);
@@ -103749,11 +103775,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
103749
103775
  }
103750
103776
  changed = 1;
103751
103777
  }
103778
+ #endif // !CYTHON_COMPILING_IN_PYPY
103752
103779
  }
103753
103780
  memb++;
103754
103781
  }
103755
103782
  }
103756
103783
  #endif // !CYTHON_COMPILING_IN_LIMITED_API
103784
+ #if !CYTHON_COMPILING_IN_PYPY
103757
103785
  slot = spec->slots;
103758
103786
  while (slot && slot->slot && slot->slot != Py_tp_getset)
103759
103787
  slot++;
@@ -103785,6 +103813,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
103785
103813
  ++getset;
103786
103814
  }
103787
103815
  }
103816
+ #endif // !CYTHON_COMPILING_IN_PYPY
103788
103817
  if (changed)
103789
103818
  PyType_Modified(type);
103790
103819
  #endif // PY_VERSION_HEX > 0x030900B1
@@ -103917,7 +103946,7 @@ bad:
103917
103946
  }
103918
103947
 
103919
103948
  /* CommonTypesMetaclass */
103920
- PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
103949
+ static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
103921
103950
  return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
103922
103951
  }
103923
103952
  static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
@@ -103946,6 +103975,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
103946
103975
  return -1;
103947
103976
  }
103948
103977
  mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
103978
+ Py_DECREF(bases);
103949
103979
  if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
103950
103980
  return -1;
103951
103981
  }
@@ -105600,6 +105630,13 @@ try_unpack:
105600
105630
 
105601
105631
  /* PyObjectCallMethod0 */
105602
105632
  static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
105633
+ #if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
105634
+ PyObject *args[1] = {obj};
105635
+ (void) __Pyx_PyObject_GetMethod;
105636
+ (void) __Pyx_PyObject_CallOneArg;
105637
+ (void) __Pyx_PyObject_CallNoArg;
105638
+ return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
105639
+ #else
105603
105640
  PyObject *method = NULL, *result = NULL;
105604
105641
  int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
105605
105642
  if (likely(is_method)) {
@@ -105612,6 +105649,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
105612
105649
  Py_DECREF(method);
105613
105650
  bad:
105614
105651
  return result;
105652
+ #endif
105615
105653
  }
105616
105654
 
105617
105655
  /* RaiseNoneIterError */
@@ -106611,7 +106649,7 @@ static PyObject *__Pyx_Object_VectorcallMethod_CallFromBuilder(PyObject *name, P
106611
106649
  #endif
106612
106650
 
106613
106651
  /* PyObjectCallMethod1 */
106614
- #if !(CYTHON_VECTORCALL && __PYX_LIMITED_VERSION_HEX >= 0x030C0000)
106652
+ #if !(CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000)))
106615
106653
  static PyObject* __Pyx__PyObject_CallMethod1(PyObject* method, PyObject* arg) {
106616
106654
  PyObject *result = __Pyx_PyObject_CallOneArg(method, arg);
106617
106655
  Py_DECREF(method);
@@ -106619,7 +106657,7 @@ static PyObject* __Pyx__PyObject_CallMethod1(PyObject* method, PyObject* arg) {
106619
106657
  }
106620
106658
  #endif
106621
106659
  static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg) {
106622
- #if CYTHON_VECTORCALL && __PYX_LIMITED_VERSION_HEX >= 0x030C0000
106660
+ #if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
106623
106661
  PyObject *args[2] = {obj, arg};
106624
106662
  (void) __Pyx_PyObject_GetMethod;
106625
106663
  (void) __Pyx_PyObject_CallOneArg;
@@ -110322,6 +110360,10 @@ static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt
110322
110360
  PyCode_NewWithPosOnlyArgs
110323
110361
  #endif
110324
110362
  (a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
110363
+ #if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
110364
+ if (likely(result))
110365
+ result->_co_firsttraceable = 0;
110366
+ #endif
110325
110367
  return result;
110326
110368
  }
110327
110369
  #elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
@@ -38,6 +38,7 @@ setup(
38
38
  name="scylla-cqlsh",
39
39
  install_requires=[
40
40
  "scylla-driver >= 3.25.10",
41
+ "lz4",
41
42
  ],
42
43
  ext_modules=get_extensions(),
43
44
  license="Apache",
@@ -1,3 +1,4 @@
1
1
  scylla-driver==3.28.2
2
2
  PyYAML>=6.0.1
3
3
  click>=8.1.3
4
+ lz4
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scylla-cqlsh
3
- Version: 6.0.26
3
+ Version: 6.0.27
4
4
  Summary: cqlsh is a Python-based command-line client for running CQL commands on a scylla cluster.
5
5
  Home-page: https://github.com/scylladb/scylla-cqlsh
6
6
  Author: Israel Fruchter
@@ -18,6 +18,7 @@ Requires-Python: >=3.6
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE.txt
20
20
  Requires-Dist: scylla-driver>=3.25.10
21
+ Requires-Dist: lz4
21
22
  Dynamic: classifier
22
23
  Dynamic: license
23
24
  Dynamic: license-file
@@ -1 +1,2 @@
1
1
  scylla-driver>=3.25.10
2
+ lz4
@@ -38,6 +38,7 @@ setup(
38
38
  name="scylla-cqlsh",
39
39
  install_requires=[
40
40
  "scylla-driver >= 3.25.10",
41
+ "lz4",
41
42
  ],
42
43
  ext_modules=get_extensions(),
43
44
  license="Apache",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes