tmsgpack 0.3.11__tar.gz → 0.3.13__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 (29) hide show
  1. {tmsgpack-0.3.11/tmsgpack.egg-info → tmsgpack-0.3.13}/PKG-INFO +1 -1
  2. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/pyproject.toml +1 -1
  3. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/core.c +11 -11
  4. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/core.pyx +1 -1
  5. {tmsgpack-0.3.11 → tmsgpack-0.3.13/tmsgpack.egg-info}/PKG-INFO +1 -1
  6. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/MANIFEST.in +0 -0
  7. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/README.md +0 -0
  8. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/build_pyx.py +0 -0
  9. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/setup.cfg +0 -0
  10. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/setup.py +0 -0
  11. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tests/test_build_pyx.py +0 -0
  12. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tests/test_codec.py +0 -0
  13. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tests/test_round_trip.py +0 -0
  14. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/__init__.py +0 -0
  15. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/api.py +0 -0
  16. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/codec.py +0 -0
  17. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/01-imports +0 -0
  18. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/02-constants +0 -0
  19. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/03-encode-fn +0 -0
  20. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/04-decode-fn +0 -0
  21. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/05-encode-buffer +0 -0
  22. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/06-decode-buffer +0 -0
  23. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/07-encode-buffer-slow +0 -0
  24. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/08-decode-buffer-slow +0 -0
  25. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack/src-parts/09-exceptions +0 -0
  26. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack.egg-info/SOURCES.txt +0 -0
  27. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack.egg-info/dependency_links.txt +0 -0
  28. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack.egg-info/requires.txt +0 -0
  29. {tmsgpack-0.3.11 → tmsgpack-0.3.13}/tmsgpack.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tmsgpack
3
- Version: 0.3.11
3
+ Version: 0.3.13
4
4
  Summary: Typed MessagePack serializer (inspired by but different from msgpack)
5
5
  Author-email: Yaakov Belch <yaakov.belch@gmail.com>
6
6
  License: ISC
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tmsgpack"
3
- version = "0.3.11"
3
+ version = "0.3.13"
4
4
  description = "Typed MessagePack serializer (inspired by but different from msgpack)"
5
5
  requires-python = ">=3.14"
6
6
  license = {text = "ISC"}
@@ -3065,7 +3065,7 @@ static __pyx_mstatetype * const __pyx_mstate_global = &__pyx_mstate_global_stati
3065
3065
  #endif
3066
3066
  /* #### Code section: constant_name_defines ### */
3067
3067
  #define __pyx_kp_u_ __pyx_string_tab[0]
3068
- #define __pyx_kp_u_0_3_11 __pyx_string_tab[1]
3068
+ #define __pyx_kp_u_0_3_13 __pyx_string_tab[1]
3069
3069
  #define __pyx_kp_u_B __pyx_string_tab[2]
3070
3070
  #define __pyx_kp_u_H __pyx_string_tab[3]
3071
3071
  #define __pyx_kp_u_I __pyx_string_tab[4]
@@ -24659,11 +24659,11 @@ __Pyx_RefNannySetupContext("PyInit_core", 0);
24659
24659
  /* "tmsgpack/core.pyx":4
24660
24660
  * # DON'T EDIT THIS FILE. EDIT THE SOURCES, INSTEAD: tmsgpack/src-parts/[inserted by cython to avoid comment start]*
24661
24661
  *
24662
- * __version__ = "0.3.11" # <<<<<<<<<<<<<<
24662
+ * __version__ = "0.3.13" # <<<<<<<<<<<<<<
24663
24663
  *
24664
24664
  * from libc.stdint cimport int8_t, int16_t, int32_t, int64_t
24665
24665
  */
24666
- if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_version, __pyx_mstate_global->__pyx_kp_u_0_3_11) < (0)) __PYX_ERR(0, 4, __pyx_L1_error)
24666
+ if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_version, __pyx_mstate_global->__pyx_kp_u_0_3_13) < (0)) __PYX_ERR(0, 4, __pyx_L1_error)
24667
24667
 
24668
24668
  /* "tmsgpack/core.pyx":13
24669
24669
  * ctypedef double float64_t
@@ -26244,31 +26244,31 @@ static int __Pyx_InitConstants(__pyx_mstatetype *__pyx_mstate) {
26244
26244
  {
26245
26245
  const struct { const unsigned int length: 9; } index[] = {{1},{6},{2},{2},{2},{23},{21},{179},{27},{2},{18},{8},{2},{2},{16},{18},{7},{16},{18},{6},{2},{2},{2},{9},{50},{11},{2},{14},{26},{26},{26},{24},{17},{16},{34},{36},{25},{26},{24},{24},{24},{24},{23},{25},{25},{25},{25},{16},{34},{36},{25},{25},{26},{24},{24},{24},{24},{23},{25},{25},{25},{25},{12},{9},{27},{29},{20},{19},{19},{18},{20},{12},{9},{27},{29},{19},{18},{22},{17},{19},{8},{20},{16},{34},{36},{26},{24},{24},{24},{24},{25},{25},{25},{25},{16},{34},{36},{26},{24},{24},{24},{24},{25},{25},{25},{25},{13},{12},{8},{18},{9},{18},{5},{4},{15},{17},{16},{8},{5},{7},{4},{14},{12},{3},{6},{8},{12},{13},{5},{6},{8},{13},{10},{15},{3},{1},{8},{7},{4},{3},{11},{9},{8},{12},{7},{9},{14},{12},{11},{10},{31},{31},{31},{31},{14},{12},{8},{9},{7},{7},{7},{7},{6},{8},{8},{8},{8},{10},{17},{13},{4},{12},{10},{12},{19},{4},{9},{5},{5},{6},{3},{10},{9},{9},{8},{10},{8},{13},{5},{6},{6},{12},{5},{6},{11},{8},{9},{7},{7},{7},{7},{6},{8},{8},{8},{8},{21},{17},{24},{43},{43},{80},{61},{24},{19},{24},{24},{24},{24},{264},{33},{30},{57},{11},{19},{21},{24},{19},{19},{13},{25},{9},{97},{105},{15},{11},{58},{96}};
26246
26246
  #if (CYTHON_COMPRESS_STRINGS) == 3 && __PYX_LIMITED_VERSION_HEX >= 0x030e0000 /* compression: zstd (1738 bytes) */
26247
- const char* const cstring = "(\265/\375`#\021\0056\000\372E\240\016E\360\222\250\r\314\300\354\004[\0237;6]\326\235B\243\301t\246H\232\270{\264\010\373\233+\233D\226\337FkI\261\235\\\245\204\2124Q\247a2\014 \323\246%S\023\330\211F\244\253\200\236'\010x\221\241&\002\306\000\300\000\335\0004\364\022\232\247\352\356\276\225$\246\232\007b\311\362\370\244,\234!\314OM\013\225B5j\232\204*\266R\223k\325e\024\202*(('&\033\240\237\252\274\237-t\315N\256\205\307\361&Y|E/\325`\311\251\322X-}\371\266VY\002\3371\254\376\362Xr\320>\324\334+\314\266\203\246\026\350\301\316u\017+\375\215\346\0224Y\210\035c\271\315R\306\020\377\364\033~\241V%\004\245\200L\\\254\270\200\365\372Oz\037\303n\363\227\327Kts\rb\n\253}\371\256\004|\371\362\320\345K\r~\346*\205/\247l\253\303\267,\240\212\347M\256`\225\276Y[\202\233<\371\266\265\264\204P\204H\204>\037\017\007\317\206\021\001[\326\254|\217\261R\231\332\376\351\206S\3764bz\212\263fS\214\232G\217qZ-\306\224\275\246\030M\271\244\315\222Oy?n\363\272v-\366J?\333k\247\307\322Y;,c\274\366\336\225\025$\223\204a\362\027\017\343,\242\t\230\316E\214\316u$\257\226\305}\237\325\263\3523\267q\371a\276\304eaYW@'\031t\362\371JS^\332\315\244\335\177\3071N\317u\223)\223p\023\216%\t\230\216\363\370\265S\003jJ\356\204S?\251\366\230n\360Z\323\266\311\t\243\243\344\213\360y\263\305\367qH\205\375\273R\214O+\235\233\244+z\337\244\332\2325\030\243\317\254\371\215\021\376\226%\264U\3034$\317\202\205]@E\262\ttV6H\346i<\224\375\021\313\\\032\227\n\370\371:\237\007\3177K\264\037hdT\257\020\217\017\305KQY\320\231\3164!\032\001HL\344\211x\035\366\223\350\025\215\2003#\372>_j\017\330\235\310\333x\252\355!\275\n^\346\021\330(*-u\212\026\010'\246q\251>\023\217e\177\000\265>\262'=\326\226\033\204\376V\010'\366\331\01681Q\214\350\223\341\211\274\017\273\263G\264>63\232\230\216\313\303w\302\373x\027v\266E\264@\004\000\340\354\320\304P|}\3458k\\\256\331\343\037#\356\360\317|q\347\250\370\327\342h\332`|\223YU\222\277\362\r5)W3\327\375o\031\373Me\214\232\3762\257\344\374r\226\213\221\3455%\253\323\373\325\243""\275\036Y\211\010\272\003\214\357\344K\360\241\262\257C\204\327\210\r\354\023s!\301\252\014\013\007X\307u\342A\347H\361(\210\300D6\261\027#\030J\006\304\353\303\265\001\302T[\302\312\363Rq\375'?\222\t\033\230\312\363\030y#\n4:<t\330x\235\\#\327\210\353\023\002[\260@'\030\331+ZFk\025\343\261\211I/\303f\321\037}\242\005\262\211e\232\324:0\322\030Z\00561M\314\310%r\211t\036H\206^e\233\244E:\317\217\325\331\r>\005\237&\206\352\305\207\321\267:\260\027\314\224l\215\004{5\002|]\347\313\276\022\317\245\300ViP\2665[E\006\2013\243G\272e\264W\n:\020b\231\016\034\032\035\335K\276h\270TZ\364\204\031\232B\002\0031\006\036i\237t\005\355\3222\300\231\031m\321\026\3318N\350\021\031)\003\341\245y\205\370bx'\017\255\232\311\276\201\205\250\241\241q\206fDD$\005I\n\031\016\241\014Q\2329\307\324\003\222i\260\244@\014\021\302\010!\220P\005\222\nR\036\205\264\006\244\r\224\264\353\356\320T\tRAo\260z\247\225\230\312hs\020Xl'}>\031\r\355\352\276Q\322v7\362D\027x\013<\257\234/pa\026\303\341\325\005\273\3737\335\244\323\205\034\274\275l*\310_\206\365\314U\357\323\204\260\224\004\244\236\353\035Bt\264\t\000\224\352\340\263\001\346\354\244I\023\304]\314PI\246\030\262\005\374x\301\232\211\377\365\253\031\366\200\035Tj3h\264\237:\016l\000u\207\236\002\240\271\275@D\034\336\304\223\320\315\345x\213\327I\014\347~\335$\360\004$\203\256#\006\006{\020\311\312\210%8m\265\341\366C\320\330\326\350!\333[\026\237\343\206\\%#a\350\333\006\350\211OL\236YM\016\203\337\033\000\221\177: \223(\355\326lR\236'78\323\005#\0034V(;\205\t\266C\336\346\255:}\233\274b}\361\r\310@\204\367Q=\"\220l\206\224\210P\251\n\325h\241k\031\300\026&^\003\334\211Q\004(\261q\326\312Y\361\007\365\306-\331\321LVN\305\371\324f\250\302\030R\275\247\276QLG\340\316\034\362y\341-\tC\252k%SS\264\027\350\243d7\355\203\000\324\244\267\212s\221\357\212\340\213\021\254wQ\241\030 \251\203\224\\P\351\007\325jD\255px\214\216\r\021\260\362\374\257\263;\007\213P\026\273@\345mqs\302qwO\017\375\366H\371\204\030\313\177fH\340\313\004\217u\360\032\347LJ""\270H\366\350U\266\177\016\234\230R\300=\254\224\356Ro\336\320R\375\214\276P\212\214$[z\377\367\212}\242\031\331\t<\016T'N/\340\215\202,\223\205\302\313\267\235\177f^\3764\362,\t\243E\271\330\020\345\376Ph\351\354\257\n\225E\332\300S\221\355V\306\213\202sVbteo\227\030<\367\377\262S4nfM\\\003\222\323\032NxV^\301-V{R\321\356\005\024\r\033\001h\221\200\370\034\010\233\212\244zq\014\004\342\020\345hYr\316\314p;}ZI=n\026\322E\313\034x\315\000\007}\237\200e\361\323\370x5*.\260T=\233\236J\0373=\326\016.\201\354`@\246\273!\217\222\337\026\360\347\353Q\345\213\003uWp\342SIOe\277\016\361Q\242\333\243P\037\000*\212\266\371X\266{\2301\025\201\263\261\311\206\361\375L\314\2310\357\330\217V(\311\002#\017\300\020\322\016G\023\345\321\362uh\247tM\177K\215\032\350\324\r\236\306\373\361s\353\221\216\373HC\207\253\375G\274\306\306\367\203:o\235\374\354\300\016\231\2442\334\274`:\005\346\030\236\275\224\300\234f\224\213\001\351\306\000\316\203\300\323\245\252J\213\251\324,\302`fPy\027v$\262\367\202\022UF\350O\364\031j";
26247
+ const char* const cstring = "(\265/\375`#\021\0056\000\372E\240\016E\360\222\250\r\314\300\354\004[\0237;6]\326\235B\243\301t\246H\232\270{\264\010\373\233+\233D\226\337FkI\261\235\\\245\204\2124Q\247a2\014 \323\246%S\023\330\211F\244\253\200\236'\010x\221\241&\002\306\000\300\000\335\0004\364\022\232\247\352\356\276\225$\246\232\007b\311\362\370\244,\234!\314OM\013\225B5j\232\204*\266R\223k\325e\024\202*(('&\033\240\237\252\274\237-t\315N\256\205\307\361&Y|E/\325`\311\251\322X-}\371\266VY\002\3371\254\376\362Xr\320>\324\334+\314\266\203\246\026\350\301\316u\017+\375\215\346\0224Y\210\035c\271\315R\306\020\377\364\033~\241V%\004\245\200L\\\254\270\200\365\372Oz\037\303n\363\227\327Kts\rb\n\253}\371\256\004|\371\362\320\345K\r~\346*\205/\247l\253\303\267,\240\212\347M\256`\225\276Y[\202\233<\371\266\265\264\204P\204H\2048|<\034<\033F\004[\326\254|\217\261R\231\332\376\351\206S\3764bz\212\263fS\214\232G\217qZ-\306\224\275\246\030M\271\244\315\222Oy?n\363\272v-\366J?\333k\247\307\322Y;,c\274\366\336\225\025$\223\204a\362\027\017\343,\242\t\230\316E\214\316u$\257\226\305}\237\325\263\3523\267q\371a\276\304eaYW@'\031t\362\371JS^\332\315\244\335\177\3071N\317u\223)\223p\023\216%\t\230\216\363\370\265S\003jJ\356\204S?\251\366\230n\360Z\323\266\311\t\243\243\344\213\360y\263\305\367qH\205\375\273R\214O+\235\233\244+z\337\244\332\2325\030\243\317\254\371\215\021\376\226%\264U\3034$\317\202\205]@E\262\ttV6H\346i<\224\375\021\313\\\032\227\n\370\371:\237\007\3177K\264\037hdT\257\020\217\017\305KQY\320\231\3164!\032\001HL\344\211x\035\366\223\350\025\215\2003#\372>_j\017\330\235\310\333x\252\355!\275\n^\346\021\330(*-u\212\026\010'\246q\251>\023\217e\177\000\265>\262'=\326\226\033\204\376V\010'\366\331\01681Q\214\350\223\341\211\274\017\273\263G\264>63\232\230\216\313\303w\302\373x\027v\266E\264@\004\000\340\354\320\304P|}\3458k\\\256\331\343\037#\356\360\317|q\347\250\370\327\342h\332`|\223YU\222\277\362\r5)W3\327\375o\031\373Me\214\232\3762\257\344\374r\226\213\221\3455%\253\323\373\325\243\275\036Y\211""\010\272\003\214\357\344K\360\241\262\257C\204\327\210\r\354\023s!\301\252\014\013\007X\307u\342A\347H\361(\210\300D6\261\027#\030J\006\304\353\303\265\001\302T[\302\312\363Rq\375'?\222\t\033\230\312\363\030y#\n4:<t\330x\235\\#\327\210\353\023\002[\260@'\030\331+ZFk\025\343\261\211I/\303f\321\037}\242\005\262\211e\232\324:0\322\030Z\00561M\314\310%r\211t\036H\206^e\233\244E:\317\217\325\331\r>\005\237&\206\352\305\207\321\267:\260\027\314\224l\215\004{5\002|]\347\313\276\022\317\245\300ViP\2665[E\006\2013\243G\272e\264W\n:\020b\231\016\034\032\035\335K\276h\270TZ\364\204\031\232B\002\0031\006\036i\237t\005\355\3222\300\231\031m\321\026\3318N\350\021\031)\003\341\245y\205\370bx'\017\255\232\311\276\201\205\250\241\241q\206fDD$\005I\n\031\016\241\014Q\2329\307\324\003\222i\260\244@\014\021\302\010!\220P\005\222\nR\036\205\264\006\244\r\224\264\353\356\320T\tRAo\260z\247\225\230\312hs\020Xl'}>\031\r\355\352\276Q\322v7\362D\027x\013<\257\234/pa\026\303\341\325\005\273\3737\335\244\323\205\034\274\275l*\310_\206\365\314U\357\323\204\260\224\004\244\236\353\035Bt\264\t\000\224\352\340\263\001\346\354\244I\023\304]\314PI\246\030\262\005\374x\301\232\211\377\365\253\031\366\200\035Tj3h\264\237:\016l\000u\207\236\002\240\271\275@D\034\336\304\223\320\315\345x\213\327I\014\347~\335$\360\004$\203\256#\006\006{\020\311\312\210%8m\265\341\366C\320\330\326\350!\333[\026\237\343\206\\%#a\350\333\006\350\211OL\236YM\016\203\337\033\000\221\177: \223(\355\326lR\236'78\323\005#\0034V(;\205\t\266C\336\346\255:}\233\274b}\361\r\310@\204\367Q=\"\220l\206\224\210P\251\n\325h\241k\031\300\026&^\003\334\211Q\004(\261q\326\312Y\361\007\365\306-\331\321LVN\305\371\324f\250\302\030R\275\247\276QLG\340\316\034\362y\341-\tC\252k%SS\264\027\350\243d7\355\203\000\324\244\267\212s\221\357\212\340\213\021\254wQ\241\030 \251\203\224\\P\351\007\325jD\255px\214\216\r\021\260\362\374\257\263;\007\213P\026\273@\345mqs\302qwO\017\375\366H\371\204\030\313\177fH\340\313\004\217u\360\032\347LJ\270H\366\350U""\266\177\016\234\230R\300=\254\224\356Ro\336\320R\375\214\276P\212\214$[z\377\367\212}\242\031\331\t<\016T'N/\340\215\202,\223\205\302\313\267\235\177f^\3764\362,\t\243E\271\330\020\345\376Ph\351\354\257\n\225E\332\300S\221\355V\306\213\202sVbteo\227\030<\367\377\262S4nfM\\\003\222\323\032NxV^\301-V{R\321\356\005\024\r\033\001h\221\200\370\034\010\233\212\244zq\014\004\342\020\345hYr\316\314p;}ZI=n\026\322E\313\034x\315\000\007}\237\200e\361\323\370x5*.\260T=\233\236J\0373=\326\016.\201\354`@\246\273!\217\222\337\026\360\347\353Q\345\213\003uWp\342SIOe\277\016\361Q\242\333\243P\037\000*\212\266\371X\266{\2301\025\201\263\261\311\206\361\375L\314\2310\357\330\217V(\311\002#\017\300\020\322\016G\023\345\321\362uh\247tM\177K\215\032\350\324\r\236\306\373\361s\353\221\216\373HC\207\253\375G\274\306\306\367\203:o\235\374\354\300\016\231\2442\334\274`:\005\346\030\236\275\224\300\234f\224\213\001\351\306\000\316\203\300\323\245\252J\213\251\324,\302`fPy\027v$\262\367\202\022UF\350O\364\031j";
26248
26248
  PyObject *data = __Pyx_DecompressString(cstring, 1738, 3);
26249
26249
  if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
26250
26250
  const char* const bytes = __Pyx_PyBytes_AsString(data);
26251
26251
  #if !CYTHON_ASSUME_SAFE_MACROS
26252
26252
  if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
26253
26253
  #endif
26254
- #elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (1875 bytes) */
26255
- const char* const cstring = "BZh91AY&SY!\036\226\300\000\001[\177\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\370\351v\327\255y\275\335\313b\331\245\255(8\r\202I$\321!\352d=G\244\362#~\244\323&i h2z\236\223C!\20444\320b4h\321\243COQ\23114\202I\001\006\202&\320F\246\243'\224\001\352\000\030\200\036\240\000\000\000\000h\003j\017$\025\024\377R\237\2520F\230\323A=\023F\t\210\300\t\200\230\203\004i\221\246\230\214\023&\0024\032b05?\325P\"j\001\241\246\200\000\000\00044\000\000\000\000\000\000\000\000 \300\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\tM\020SA\240&\246\302C\004\323D<\246\203F\214\203@\000\000\000\014\200\014G\250\001!j \267b\303Y\340\025\250l\226\210\305\271\0040\216e#\205+\254\232\353\232\024^\251'.\223#U\227\360O\3650\2450 B\220\245!\"\"%\000\202\023$1Z\334w|C(\266le\230LC\023\223\003\310\246\000\200\t\225q\215\006\n'\234A\200\212D\234\034\222\300\352\246\226\010\262\264\255\372\310\224\202\013\tV\002\035\301\346\314]!\257\246\310\211\331\365\227\274\243\223\267\342Go\2658\353\307R\035Q\216G:\267\370\235t?0\375iQ\375WZ\234\361\205\257\253\226es\251\356$\245\312Ds\213\233\001\257V\255m\324\206\032J\026\221\321\2457I1QJ\347s\255\004\305\377#\320\354\342\231\233\324\236\306s0\201\t\277}\022\331Jl<\301\207a\003\031i\207\337[\236\256\240mz\214\316\017\0104\273H\300z\223\004\355\226v>\324\244\n\244[o\257\354<\241\002.\007@\304\232W\202\010H\320\203\244`_\227\211\361\305\024\255o\224\273\315\355\370\243[\223\036VctcJ`\303\224#\034\2740Bi!\232Ss\342\333\3423\353\317\253TRR\226\355f\212\225\255k\024\204!\tgHA\243;\220(2\262%\233KN.\326bJs'8L\341\261f2\340q\316\031\021\233)N\304\346&\t\207\345m\372\362s\273\0213\202\376\275\365\203\026\323\264\005\262\021\t\t\304Y\341(4\323@\000\034\354\214\221\014c\030\000\000\024\203a\tf\t\n\002\010\026\356\341@a\"*\t\272lm,\201|\032\304$\0315\273B\022`\\`$\016\301\276\373\360\0074\233&\326\371\264\370\237\032\252\2277,NX8\264\032\335;\342\277lg\001Z\367\321\370\t[+\321H\276\363\224\356\326""\262\000\244\t\334\351=j\222NID$\222H\000\005v\331/\253\245kT\310%$\302Y\024\222\325u[z\253euWu\323\005\222\362\253\256\000\000\002\311/KK\253W%cJ\365\3331\034?q\n\347\244\277\337\003@x}N`.]\336za\233\247\215\373\rq\357\222J\034\245.L\321L\343\244Ig14yBrI\351@(\007\257\034\004R\346\235\014`\231+D\3713\272\030B\345\352\315 \245\206i\336\030\274\366\t\302`\250\215\262\273%\227\001\022R$\244\000\002Q(F\307\311\236\300\301JI\232\327b\366h\211gr+d5\250\010\260\225\364\327\317\2151\321\235\000\213tY\273s\256v\t>\311\275\204>\255\323{U\366\365\371_\230\301\362\224\034\220\2029\331\230f`\020\000\002\200\004\000\317\325R\313\261\314#3\356(\261\236\355b\224'\241\2534\222I$\222v{\305\220\327\223\027T'+w!\207\344\204\016*\346\313M\201s\356\014\320\230\206\213\316\255j\004#(bQ\366VY\026\325{\353\306\241\370\244%\316\246P\211\223\205\266\347b\300Z\3224\261\251\200\252\023i\337\374\323_@\336;\334\265\3328m\361\t\262HI\222\022}\242\324\014\256x\275)\343\010\345\261\203\272\014\334\334\315\251\000i\307\300l\207)\266\321\251\n\314Vg\315w<\214\027\362X\227\260\200\000\000\000\004DQ\031\372'II\333m\026Z\235;_`^\222\255\311e\301\001\353\r\340\307~\330m\270 3P\252\21336z\006\326\320&\271n8\n\337B\270-\251\330\022\316FO\251\357Bu\245\016\244W\022\273\007O\300\031\201\354\\\212\345\2064Z\250\204h\225\344h\036\345\364M\000\235\2574\230\206\314Ef\224\0029\3640\221\330X\302U\235\r\335\352\266\005X\3207\213k`f\326\317\252e\333\026R\262\\\222\323`H\031\307:\250p9\250\332\232\326\272n\2309\232\246w\274\376\213\355\256\007b\033\242\363\220u\005/Dsq6\301\211\027\231\201\252 \245I5T\245)^-x\214<4\314&\3251\223\0311\226&*Z\226\242x\016z\336\272\006\202\335\330\304\034\355\342\333\t\035\014\221\n\373\221~\007\214\216\002C\310\016]\243\322KB)\026$^\344\0305\353\222\367R\0347\024\016\n'\271\225&U0&/\356;MU\244F\362\262\274\327\307\223\202\376XW\034\337\006\n\244\231$\201$\212Qt\320\353\005\204X\031n\2735\234Q\332\327\\.\342wwW2I\260\241\r6+\005K\364`\311\0252\2131\270\016Ic\211\t_6\232}\021\006\314""\272\351\211a\302\300\223\302V\252\227\t\007p\002!\035\006\033y\216\206_&\303\214c\002\3124\204q\007\204\3143U\357\000\324\315b[\271&\033Y\313%\2147\2413\010\310r\332W\030\241\235\322\356\312l\005v+p\274mX\214(\341G\n8Q\302\244\215(\232&\211\340;\301\255\2740m\241Z\230\021\253\307\267\027V\241Ik\000\346sFm6&\016Qm\274p\215\035c\262\264/go\270o\251;\323\313\224\244\246\363\215\252V\207\272\307\273U-6`\rcS\034\322'\262\030d\246\263\206\327/\230W\257\2523n\374\0223!\336(.&\021\222Z&\033?\222\276\206\320\373\377\332\303\262\224&\330:\003\370\214\t\365\330[\211\2443\231\02482\r\202tw\347E\305<\375n\237F\261\324\317(\354\025\351c\322\353\214\r\267f&\377v\234Q*\014R7./Z1\210#\rR\320\254k\215\276S\251T\215R\317\3268\242\250\301\344\007V\212\235<o\271\np\207\321)V\355\3238.\031\272CV\335\305\251\227\000S\302\305\243X\304\017\023[\031\363\356\271\031s\262\233\316\367\277^\014I\325t\356$:\n\0270\266\210\020h\3459bh*\330aWW\007'W?d~\021_D\037\220Xl\021_\004\333\354\336\234R\272Aey\203\207\221\235\033\252\027W\203\313-g\343\343\351\303\3765\261\352\233L6P4\323\207\271\373\334\372\033+\3625\361q\302r\010<\213\017.hNN\344\022V$\207\202AA\345\004\307b!\330\205B\036\220\231\241\312\016\357*\r$<\233\377\027rE8P\220!\036\226\300";
26256
- PyObject *data = __Pyx_DecompressString(cstring, 1875, 2);
26254
+ #elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (1879 bytes) */
26255
+ const char* const cstring = "BZh91AY&SYW\006>\225\000\001[\177\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\371\311J\364s\275\335\333X\266jkJ\243\200\201$\242jj\017S =G\224\321\357Ra3E\003A\223\324\362\232\r\014!\241\246\203\324\365\0324h\321\241\352z\203\332\t\244\022H\t\243D\323Si4\247\264\221\215M\000\000\310\311\240\000\000\000\000\0004\017Q\264F@\250\247\372\224\375Q\2024\306\232\t\350\2320LF\000L\004\304\030#L\2154\304`\2310\021\240\323\021\201\251\376\252\201\023P\r\r4\000\000\000\001\241\240\000\000\000\000\000\000\000\001\006\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000Jh\202#\02214a\023\025?)\215I\2614L\000\003@\001\030L\000\236H\300M\243A\240\216\265\320`\273u\242\274+\360D_#\030#\220@<\312>\352X\2316'\232\004c\251\007\022\223#U\227\360O\3650\2450 B\220\245!\"\"%\000\202\023$1Z\330\356\373C(\302lf\230LC\023\223\003\310\245\341\000\023*\343\032K\350\236q\005\344R$\340\344\225\356\252j`\213kJ\335Y\020\200<\241\t\274\036\347\003\242\221h\365VY1\032}\345\336a\307\305\320\177\027\361\027\371o\351C\2461\306\347Q\375\036\306\037\250~\365\260\352R\212s\306\027>\316\264\312N\307\270\222\227X\210\347\026n\006\315z\3667\205\0144\224-C\243Rn\252b\242\225\235\237\032\t\213\371G\243\330\332\231\237\325\236\346\2038\201\t\277=2\336Jl<\301\207a\003\031\251\223\375\256=@\333\272\314\\\034\340\315\331\214\007\2530N\331O_\231\356N`\250\212\327\331\366\236^@\213\201\341\027\364,\030&J`\365\327\272X\3344\033\233\177\337\371wl\374\177.i~\327S7\226\271\322\314\203&`\215\271x \204\322C4\246\347\301\307\3234l\340\331\262))K\222\263EJ\326\265\212B\020\204\262HA\253' PelKx\013\216\357\267\230\222\234\311\316\0239\226\255&k\334s\202Dg\314S\2579\211\202a\366\341u{]\307^&s\356\331\312\257\332\337v\200\302B!!8\213<%\006\232h\000\003\235\221\222!\214c\000\000\002\220l!,\301!@A\002\335\334(\014$EA7M\266\322\312\027\003Z\204\203.\307hBL\013\250\002@\354\034\257\301 uE\270\267\242\252\275(\235\226S\367\355\314\355\311\314`\261\350\340\033\r\223\254""\206\307\021t^K\tc\212E\3179O\025k \n@\235\316\253\326\251$\344\224BI$\200\000Wm\222\372\272V\265L\202RL%\221I-WU\267\252\266WUw]0Y/*\272\340\000\000,\222\364\264\272\265rV\264\260]\303\021\321\304!^\364\227\371\315\324\036'K\256\005\353\276\312\2724\370\270\341\274l\217\202\222PXRdK\024\256\002D\206y\211c\212\023RNI\361>9x\037!\223,\346U\tR\300O\227C\241\204.\ry\344\024\264\317<c\030\336\3218L\025\021\304Wx\262\340\"JD\224\200\000J%\010\330\3713\330\030)I3\\\354^\315\021,\234\2122\032\344\004XK\n\354\344\306\270\352\311\000\213\265[\252\367\275\3623F*\302\030\2135\032\367p\307\303\271\206\331\222)I;0\301<\251!$\002\000\000P\000\200\031\372\252Yv\334\3023\277\032\213Y\361V)BzZ\263I$\222I'g\306[\r\2151\211Br\273r\032?D qg_=v\205\357\2744\302b\032/:tP!\031C\022\257\266\205\261m\334\037Ll\037\212B\\\025\316\0213p\266\336\354X\013\232F\2667X\013!6\236\037\325vr\215\363\300\317e\303\206\344\010M\232BL\220\223\356\026\3502\275\342\364\347\266\021\300\305\377\3343\360\347mh\003V\337<\336\r\326\342F\264+v\255\321\237\026\211\030/\344\261/a\000\000\000\000\010\210\2423\365N\262\223\266\334,\367];\237h`\222\243\222\317\206\003\326\215\360\307\221t6\336\020\031\252YU\245\233*\206\326\324&\275n8\n>\245 \266\247h%\221\031>\307\275\t\326\244:\221]\245\212\016\377\374\014\300\366\256\322\262\323m\030*!\032e\215\032G\262\344M\000\235\263L\230\206\366\"\267Z\001\034\232\232$r\355a*\034\256\303~\315\340\263\033\203Y\216\324\to(\262\245\372[r\230\251\332\246\214A@No\331.GW-\325\215_7L\034\355s;\276\207r\374K\236\354Cw/9\007\204)zC\234i\267\r\244cf\006\250\202\225$\325R\224\245x\265\3420\360\3230\233T\306Ld\306X\230\251jZ\211\336t\027& 4\230\177h\332\016\343\220\302\322G6X\205s\221t\017\031\\\004\207\220\034\273g\244\226\244V,H\301\31046\013\217\007V\035\235\345C\206\251\356eY\225L\t\213\270\335\246\252\322#\221[^\027\333\313\317\2734+\034\345\006\n\244\231$\201$\212Qw\350u}\244Z\031\261;5\2758\377\373+\221\334N\356\352\314\262l\210CM\212\002\256\032\2642E\214\242\314n\003\222X\342BXM""\246\237TA\264\257-1,\231\030\022xK\005R\302A\331\000\210G3\r\310\3076o*\323\2501{n\n\003\035\340xi\tM\327\000\245\252\214\334\274\242\034\032\312CHp\275\222\021\224\340iX\305\r\016\227tSp+\271[\014f\375\250\310\216\212:(\350\243\242\244\215H\232&\211\336t\206\303\030\301\304\205\202`F\277#\r\257\026\241Il\000\347p\214\332\255L\033\246\030u!\032|c\260\264\257\363\305\3319T\235\351\346\312RSy\306\375+C\334c\327e-f`\017a\257\230j\223\231\0142R\331\341\255\031\014,wV\031\255\373\222;\260\177J\013y\204g\027\311F\317\334\271\247\264;\223\371YQ%\001\266\017>~\221\313\235q\205\270\232;<\310\241{4\330&\343;F\035\351\307\342\331\362k\275\r\"\216\301r\226e.\230\300\333qB\337\316\263\305\022\240\305#s\n\364\"\250\374a\252_\025\333C\177\212u+\021\252E\363\306\0245\030< \365xi\323\253\365 O\010u\022\225~\2752\366\023CTj\366\362\352g\276\024\346e\321\256O\016\373`\031\323\261<\214\371\266\033\310\347:\323\363\346\326\326\302\220\363\3640\314\332\037A\251a\345?MW\312\n\326rs\254\351l\216\230\\\324\007f\227[$Y\001/#C\237\017\033\234\021/\030n\360tctC\022\356x\244\254\275n\267\211/\344\336G\254l2i\2704]\313\323\377\317\027\032m\362w\272]iV\201(&\210/R\234\235\310$\255I\017\004\202\203\312\t\216\304C\261\n\204=!3C\224\035\336T\032Hy7\364.\344\212p\241 \256\014}*";
26256
+ PyObject *data = __Pyx_DecompressString(cstring, 1879, 2);
26257
26257
  if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
26258
26258
  const char* const bytes = __Pyx_PyBytes_AsString(data);
26259
26259
  #if !CYTHON_ASSUME_SAFE_MACROS
26260
26260
  if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
26261
26261
  #endif
26262
- #elif (CYTHON_COMPRESS_STRINGS) != 0 /* compression: zlib (1749 bytes) */
26263
- const char* const cstring = "x\332\245WKs\033\305\026F\205\300&6\004\305y\024\217p\333@*EADd\344<\214 \245\004'\327\024\204(8\204\307\242\2535\323\222\007\217{\244\231n\331\242Xx\251\345,{9\313Yj\251\245\227Yz\251\245\177\302\375\t\367t\317C\257\031\010E\252F\356\376\316\351\363>\247;\367n\226\277(W*\265\373\265\377\326vvl\233\266\211\215\232\216cS\302P\217\330\202n\241\307\016G\2249\242\275\207,\326\021\034\231\204\023\000)\342{\204\243\007}\276\3470dy\310\244\266\325\244.\341\324\356#\217\273\226\301\251\253\230\030z\262\375\344F\365N\025\021f\"\227\376N\r\356!O4\r\233x\036\365\220\323BMa\331\334b\210\367;\324+\243\235\026\352;\0021JM\304\035\324\001\276\351\003|\2172\344Q\256\026\350:a\314\341\204[\016\303p\334b\355\353\310\264\\Pb\365\250:\375\220\330\036-\377\3201\034\223\"\007<\000}.am\212n\336\330\330\334\334B\265\3063f\322\226\305@\233\243\331\266\0201M\014bi\255Y3M\203\037!\341)[\016-\203\226\365\376\220x\010\0304^6-\2174mJ\347\030\351\002#e\212\257m\324\366j\226\345E;\2239\020\274\026\0216G\030\273\324\024\006\305\030\231B[\317\034v\003\202\331\263 5\030\033\026\2638V\226\241f\237S\017\214\357\326T\260Y\333s\204k\320\2579\331\247X\323\220A \245&j9.\262-\217k\212\ti\231&hNMQ,\331\024\220\277 \353\300kw\210\261\377\271\341\270\264\334\351\037\335'\036\375\206\252\330\335\027\255\026u\347\367\345\3243CW\014\306\031\034\220R\320\310\377\202\3075#\337\262\010-\333!\374N\026\305b\274\222\203o\344\340\325\034<S>\004(\013\026yzE\236b\221\247Y$\252\267\331l\214\247\367\3311\236\343\310\214\361\014\017\361&1\236!\034\272\371\204I\360\347)I\0202\360\215\034\274\232\203g\312\217\203?\017\213<\275\"O\261\310\323\254\203?\235\221h\375\200\037\245\213\305\320O\223\026b>!N\332u\016S\215:\007\251\306\233\203\300\3719\204\213\216=\343A\264\006z\272X4v\232\264`\354\204\010\343?\262u\026R\246\316\"\036\355\n\312\014:\207rw\026\320W\314c\207\321]\030\373\030?\351\037\301\367\rH\303\217\351\021\177J[?\222\326L+\314\357\027=\311\340Xph\201'\035\036Y\024UG9\370F\016^\315\3013\345\213<\005\"O\203\310S!\022""\035\323\371\237\337g\307\354\357\246\304\002O\332\363Y\224\304\245\254\236\317\301\2539x\246|\221\247@\344i\020y*t\314v\277\217\256\263m\327u\\\214\343\027\005\224d2\013\211\327g\206\345\224\341\272\203\027\004\274\024<\005;\256I]\303\206-X\212\271K\014\332\004)J\201a6EK}Xw\245\256tS\247\013\267\\\347 \222:\r\250\346\306\272\225p\362\307t\014\214)\310P\037N\033\206j\017\222\265\t\235\002\277\030\267\004\003v\214\333I\3520\266<\234\032lqz\340\331\026\3476P\016\010\330\013\377\016('\372Q\2457\216)\024\021V\256\203)\203W\005\005\002\334\364\300\313\310\201&1z\210\261\nU\307\351\300\302\245\035\342\002!\235\014\311<\230\236\002q\357\247\016\000;t\272\261G\215}O\034D;\227z\360\376\211\326\261\371j\311\365`P+\301:\226\261\017\366\315_\217\031\344\351\034\317\221\347\333&\203\274x\272\307\325;M\271\337\025\304\216B\221\274D\322\331\021\217\212x2\304\203 \356\373\350\215\2204{\322\333I+'\235;y\374-\264h\n\320#\325\234vK\267h\234\025X\305\357\307\251\306\305\031M\3549.W\037\336\247}\017HnD\007\323\004<\311\373\336\3442J\257\240\364\342I\256\233\311%\203\261b\204\337\370-\250\232\203\352\214A8a/:\360_\005\n\317\336\324\020\235}\375\003u\325\243\256\247\336\3548yV\244\023%\036 \361\274\210\307C<\r\242\013?\031\001I\307'\r\236\364\363q\341\177\313\257\274\266:\370Z\226\344'A%x\024\336\036\256\037\027\316\212+\203{r]\336\r\352\301\363\260~\\\037/\277'+\343\345\363\003\356\177)\211<\014H \"|eP\005\360\256|\030\334\010\273\303\302xyu\360\255O\374n\304\274)\337\010J\301\307\001y\031\326%\331\r\212A*\265/_\227\007a%\254\247\214g\313o\373\372\330\266\177\t\366\\\336\n\326\202\372x\365m\377<\034-L-J~\311\277\026I\356\376\003yw\202\315p\tl;?\352\236\024\322\303\357\313z\246\353\221\224CI\203\333\341zXQ\020\002\007\276\033\026\206\2451\210^\221\233A!(-\340\253r\033\202\262\276\200\277!/\201\202\356\002~N^S^)\374Z\260\033\226\316&\201S~u\375%0\242\035\374\024~5*\214\256\236\220\023p\354\242\377(J\330\037rM\326e\343l\371\315\3013\377c\277-w\203w\224\265\3437/\374\253\355G\376\317/\277""\375\320\337\211\267[\303_Fd\324\177Q\310\202\377xQ\032_]\237\005\316\226/\203\253=\331P\361\336\361\033>\224\322\331\362U8WR\310w\262 KQv\252~W\236Kj\355\252|\026\\\017K\341\372$s\375\360U\225\375\210\372k\340i\343&\245p\td\233\362\272\022\033k<\323\225qE\276\005)\357\205\ru0\246\034\307\005q\027B\373T\227Dw\032\372\t\312\250\020^\0165\370\256\\\317\254\236i\3500\324^M C\231\036q\t\277\356\357\312R\264\351\371\317\265\374j\320\207\352X\033\326\207\215\343\302\270xn\360\251\337\210z\371\255\301\256_\032\027W\007\217\374\212\377P~\026\220qq\351\2707x\356o\313\213*\212\027|\260\347\212\362\370\212\256x\250]\305\241z\345\364|exq\330\030\266G\277\275Xz\001\0343Ha\242\340\262\356\275\213A\343\345\025m\006KA\367%\025\235\026?\204\344]\nI\310\207[#\355a\0316=\345\354Y\361?\262{\212n\016WF_\236\354\2376\236\216\213k\247k\037\005wtg\203\374?\375\333*\342\033\303\365\323/\036\236\260\323\335gc\230f\225\323\342\275\021\250\376\000\272\365VXR\213\375\360B\270\021\376\030u\331\312\340\226\377\201\352\262\251\346\312\256\210\007*#\343UH+\204\240\224.\376\017\214\377\031\n";
26264
- PyObject *data = __Pyx_DecompressString(cstring, 1749, 1);
26262
+ #elif (CYTHON_COMPRESS_STRINGS) != 0 /* compression: zlib (1751 bytes) */
26263
+ const char* const cstring = "x\332\245WKs\033\305\026F\205.6\261!(\316\243x\004\332\201T\352\026D7r\344<\214 \245\004'\370\026\344F\301!p\357\242\2535\323\222\007\217{\244\231n\331\242Xx\251\345,{9\313Yj\251\245\227Yz\251\245\177\002?\201\323=\017\275f.\241H\325\310\335\3379}\336\347t\347\301\255\362\355r\345v\355a\355\333\332\316\216m\3236\261Q\323qlJ\030\352\021[\320-\364\324\341\2102G\264\367\220\305:\202#\223p\002 E|\217p\364\250\317\367\034\206,\017\231\324\266\232\324%\234\332}\344q\32728u\025\023C\317\266\237\335\254\336\253\"\302L\344\322_\250\301=\344\211\246a\023\317\243\036rZ\250),\233[\014\361~\207ze\264\323B}G F\251\211\270\203:\3007}\200\357Q\206<\312\325\002\335 \2149\234p\313a\030\216[\254}\003\231\226\013J\254\036U\247\037\023\333\243\345\377t\014\307\244\310\001\017@\237KX\233\242[7767\267P\255\361\202\231\264e1\320\346h\266-DL\023\203XZk\326L\323\340GHx\312\226C\313\240e\275?$\036\002\006\215\227M\313#M\233\3229F\272\300H\231\342k\033\265\275\232ey\321\316d\016\004\257E\204\315\021\306.5\205A1F\246\320\3263\207\335\204`\366,H\r\306\206\305,\216\225e\250\331\347\324\003\343\2735\025l\326\366\034\341\032\364kN\366)\3264d\020H\251\211Z\216\213l\313\343\232bBZ\246\t\232SS\024K6\005\344/\310:\360\332\035b\354\377\313p\\Z\356\364\217\036\022\217~CU\354\036\212V\213\272\363\373r\352\231\241+\006\343\014\016H)h\344\377\207\3075#\337\262\010-\333!\374^\026\305b\274\222\203o\344\340\325\034<S>\004(\013\026yzE\236b\221\247Y$\252\267\331l\214\247\367\3311\236\343\310\214\361\014\017\361&1\236!\034\272\371\204I\360\347)I\0202\360\215\034\274\232\203g\312\217\203?\017\213<\275\"O\261\310\323\254\203?\235\221h\375\210\037\245\213\305\320O\223\026b>!N\332u\016S\215:\007\251\306\233\203\300\3719\204\213\216=\343A\264\006z\272X4v\232\264`\354\204\010\343?\262u\026R\246\316\"\036\355\n\312\014:\207rw\026\320W\314S\207\321]\030\373\030?\353\037\301\367\rH\303O\351\021\177N[?\220\326L+\314\357\027=\311\340Xph\201'\035\036Y\024UG9\370F\016^\315\3013\345\213<\005\"O\203\310S!\022\035\323\371\237""\337g\307\354\317\246\304\002O\332\363Y\224\304\245\254\236\317\301\2539x\246|\221\247@\344i\020y*t\314v\277\217\256\263m\327u\\\214\343\027\005\224d2\013\211\327g\206\345\224\341\272\203\027\004\274\024<\005;\256I]\303\206-X\212\271K\014\332\004)J\201a6EK}Xw\245\256tS\247\013\267\\\347 \222:\r\250\346\306\272\225p\362\307t\014\214)\310P\037N\033\206j\017\222\265\t\235\002\277\030\267\004\003v\214\333I\3520\266<\234\032lqz\340\331\026\3476P\016\010\330\013\377\016('\372Q\2457\216)\024\021V\256\203)\203W\005\005\002\334\364\300\313\310\201&1z\210\261\nU\307\351\300\302\245\035\342\002!\235\014\311<\230\236\002q\357\247\016\000;t\272\261G\215}O\034D;\227z\360\376\211\326\261\371j\311\365`P+\301:\226\261\017\366\315_\217\031\344\351\034\317\221\347\333&\203\274x\272\307\325;M\271\337\025\304\216B\221\274D\322\331\021\217\212x2\304\203 \356\373\350\215\2204{\322\333I+'\235;y\374-\264h\n\320#\325\234vK\267h\234\025X\305\357\307\251\306\305\031M\3549.W\037\336\247}\017HnD\007\323\004<\311\373\336\3442J\257\240\364\342I\256\233\311%\203\261b\204\337\370-\250\232\203\352\214A8a/:\360_\005\n\317\336\324\020\235}\375\003u\325\243\256\247\336\3548yV\244\023%\036 \361\274\210\307C<\r\242\013?\031\001I\307'\r\236\364\363q\341\367\3457\376\261:\370Z\226\344?\203J\360$\274;\\?.\234\025W\006\017\344\272\274\037\324\203\227a\375\270>^\376PV\306\313\347\007\334\377R\022y\030\220@D\370\312\240\n\340}\3718\270\031v\207\205\361\362\352\340\337>\361\273\021\363\246|;(\005\237\005\344uX\227d7(\006\251\324\276|K\036\204\225\260\2362\236-\277\347\353c\333\376%\330sy'X\013\352\343\325\367\374\363p\2640\265(\371%\377z$\271\373\027\344\335\0136\303%\260\355\374\250{RH\017\177$\353\231\256GR\016%\r\356\206\353aEA\010\034\370nX\030\226\306 zEn\006\205\240\264\200\257\312m\010\312\372\002\376\266\274\004\n\272\013\3709y]y\245\360\353\301nX:\233\004N\371\325\365\227\300\210v\360c\370\325\2500\272zBN\300\261\213\376\223(a\277\3125Y\227\215\263\345w\006/\374\317\374\266\334\r\336W\326\216\337\271""\360\267\266\237\372?\275\376\366\232\277\023o\267\206?\217\310\250\377\252\220\005\377\372\2524\276\272>\013\234-_\006W{\262\241\342\275\3437|(\245\263\345\253p\256\244\220\357dA\226\242\354T\375\256<\227\324\332U\371\"\270\021\226\302\365I\346\372\341\233*\373\021\365\277\201\247\215\233\224\302%\220m\312\033Jl\254\361LW\306\025\371.\244\274\0276\324\301\230r\034\027\304}\010\355s]\022\335i\350G(\243Bx9\324\340\007r=\263z\246\241\303P{5\201\014ez\304%\374\272\277+K\321\246\347\277\324\362\253A\037\252cmX\0376\216\013\343\342\271\301\347~#\352\345w\007\273~i\\\\\035<\361+\376c\371E@\306\305\245\343\336\340\245\277-/\252(^\360\301\236+\312\343+\272\342\241v\025\207\352\225\323\363\225\341\305ac\330\036\375\357\325\322+\340\230A\n\023\005\227u\357]\014\032\257\257h3X\n\272\257\251\350\264x\r\222w)$!\037n\215\264\207e\330\364\224\263g\305Od\367\024\335\032\256\214\276<\331?m<\037\027\327N\327>\r\356\351\316\006\371\277\371wU\3047\206\353\247\267\037\237\260\323\335\027c\230f\225\323\342\203\021\250\376\030\272\365NXR\213\375\360B\270\021\376\020u\331\312\340\216\377\261\352\262\251\346\312\256\210G*#\343UH+\204\240\224.\376\000\2619\031\014";
26264
+ PyObject *data = __Pyx_DecompressString(cstring, 1751, 1);
26265
26265
  if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
26266
26266
  const char* const bytes = __Pyx_PyBytes_AsString(data);
26267
26267
  #if !CYTHON_ASSUME_SAFE_MACROS
26268
26268
  if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
26269
26269
  #endif
26270
26270
  #else /* compression: none (4643 bytes) */
26271
- const char* const bytes = "?0.3.11<B<H<IIllegal boolean value: Not enough input dataNote that Cython is deliberately stricter than PEP-484 and rejects subclasses of builtin types. If you need to pass subclasses then set the 'annotation_typing' directive to False.Opcode out of range 0-255: <QUndefined opcode: add_note<b<ddctx used twice.dctx was not used.disableectx used twice.ectx was not used.enablegc<h<iisenabledno default __reduce__ due to non-trivial __cinit__not bytes: <q<stringsource>take_bytes called for listtake_dict called for bytestake_list called for bytestake_str called for listtmsgpack/core.pyxBaseDecodeBufferBaseDecodeBuffer.__reduce_cython__BaseDecodeBuffer.__setstate_cython__BaseDecodeBuffer.rd_bytesBaseDecodeBuffer.rd_float8BaseDecodeBuffer.rd_int1BaseDecodeBuffer.rd_int2BaseDecodeBuffer.rd_int4BaseDecodeBuffer.rd_int8BaseDecodeBuffer.rd_strBaseDecodeBuffer.rd_uint1BaseDecodeBuffer.rd_uint2BaseDecodeBuffer.rd_uint4BaseDecodeBuffer.rd_uint8BaseEncodeBufferBaseEncodeBuffer.__reduce_cython__BaseEncodeBuffer.__setstate_cython__BaseEncodeBuffer.as_bytesBaseEncodeBuffer.wr_bytesBaseEncodeBuffer.wr_float8BaseEncodeBuffer.wr_int1BaseEncodeBuffer.wr_int2BaseEncodeBuffer.wr_int4BaseEncodeBuffer.wr_int8BaseEncodeBuffer.wr_strBaseEncodeBuffer.wr_uint1BaseEncodeBuffer.wr_uint2BaseEncodeBuffer.wr_uint4BaseEncodeBuffer.wr_uint8DecodeBufferDecodeCtxDecodeCtx.__reduce_cython__DecodeCtx.__setstate_cython__DecodeCtx.take_bytesDecodeCtx.take_dictDecodeCtx.take_listDecodeCtx.take_strDecodeCtx.take_tupleEncodeBufferEncodeCtxEncodeCtx.__reduce_cython__EncodeCtx.__setstate_cython__EncodeCtx.put_bytesEncodeCtx.put_dictEncodeCtx.put_sequenceEncodeCtx.put_strEncodeCtx.put_valueNoneType__Pyx_PyDict_NextRefSafeDecodeBufferSafeDecodeBuffer.__reduce_cython__SafeDecodeBuffer.__setstate_cython__SafeDecodeBuffer.rd_float8SafeDecodeBuffer.rd_int1SafeDecodeBuffer.rd_int2SafeDecodeBuffer.rd_int4SafeDecodeBuffer.rd_int8SafeDecodeBuffer.rd_uint1SafeDecodeBuffer.rd_uint2SafeDecodeBuffer.rd_uint4SafeDecodeBuffer.rd_""uint8SafeEncodeBufferSafeEncodeBuffer.__reduce_cython__SafeEncodeBuffer.__setstate_cython__SafeEncodeBuffer.wr_float8SafeEncodeBuffer.wr_int1SafeEncodeBuffer.wr_int2SafeEncodeBuffer.wr_int4SafeEncodeBuffer.wr_int8SafeEncodeBuffer.wr_uint1SafeEncodeBuffer.wr_uint2SafeEncodeBuffer.wr_uint4SafeEncodeBuffer.wr_uint8TMsgpackError__annotate__as_bytesasyncio.coroutinesbyteordercline_in_tracebackcodecdbufdbuf_take_valuedecode_from_bytesdecode_from_list__dict___dict__doc__ebufebuf_put_valueencode_valueendextend__func____getstate___is_coroutineitemslittle__main____metaclass____module____mro_entries__msgn__name____new__packpop__prepare__put_bytesput_dictput_sequenceput_strput_value__pyx_checksum__pyx_result__pyx_state__pyx_type__pyx_unpickle_BaseDecodeBuffer__pyx_unpickle_BaseEncodeBuffer__pyx_unpickle_SafeDecodeBuffer__pyx_unpickle_SafeEncodeBuffer__pyx_vtable____qualname__rd_bytesrd_float8rd_int1rd_int2rd_int4rd_int8rd_strrd_uint1rd_uint2rd_uint4rd_uint8__reduce____reduce_cython____reduce_ex__self__set_name__setdefault__setstate____setstate_cython__sortsort_keysstartstatestructsystake_bytestake_dicttake_listtake_strtake_tuple__test__tmsgpack.core_typeunpackupdateuse_setstatevaluevalues__version__wr_byteswr_float8wr_int1wr_int2wr_int4wr_int8wr_strwr_uint1wr_uint2wr_uint4wr_uint8\200\001\360\010\000\005\014\210>\230\021\230)\2401\240G\2507\260!\200\001\340\004\013\210?\230!\2309\240A\240W\250A\200A\330\010\033\2301\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A\330\010\013\2104\210t\2209\230F\240-\250q\260\001\330\010\014\210J\220a\220q\330\010\017\210t\2205\230\t\240\021\240$\240a\200A\330\010\013\2104\210t\2209\230F\240-\250q\260\001\330\010\014\210J\220a\220q\330\010\017\210t\2205\230\007\230q\240\004\240A\200A\330\010\013\2104\210y\230\006\230m\2501\250A\330\010\014\210J\220a\220q\340\010\020\220\001\330\010\014\210E\220\025\220a\220t\2306\240\023\240A\330\014\020\220\017\230q\240\001\330\014\020\220\017\230q\240\001\330\014\021\220\021\220%\220q\330\010\017\210q\200A""\330\010\013\2104\210y\230\006\230m\2501\250A\330\010\014\210J\220a\220q\340\010\020\220\001\330\010\014\210E\220\025\220a\220t\2308\2405\250\007\250q\260\017\270q\300\001\330\010\017\210q\200A\330\010\034\230A\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A\330\010\014\210J\220a\220w\230e\2407\250!\2501\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\013\2305\240\001\240\021\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\014\230E\240\021\240!\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\t\230\025\230a\230q\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\n\230%\230q\240\001\200A\330\010%\240T\250\021\340\010\014\210J\220a\220q\330\010\013\2104\210q\220\007\220w\230g\240V\250=\270\001\270\035\300a\300q\340\010\024\220G\2301\330\010\017\210z\230\023\230A\230Q\340\010\r\210U\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220\"\220I\230T\240\031\250!\250:\260Y\270a\270y\310\001\330\r\022\220\"\220I\230T\240\031\250!\250:\260Y\270a\270z\310\021\330\035!\240\031\250!\250:\260Y\270a\270z\310\021\340\010\026\220a\220v\230Q\330\010\014\210I\220Q\220a\200A\340\010\035\230T\240\021\330\010\014\210L\230\001\230\021\330\010\017\210t\2204\220q\230\n\240$\240a\200A\330\010\035\230U\240'\250\021\250!\330\010\017\210t\220;\230a\230y\250\003\2501\250A\200A\330\010\035\230Z\240s\250!\2501\330\010\014\210J\220a\220q\340\010\025\220Q\220d\230'\240\021\330\010\026\220a\220v\230Q\340\010\014\210E\220\027\230\016\240a\240v\250Q\200A\330\010\026\220a\220v\230Q\200A\330\010\017\210t\2209\230A\230R\230w\240a\240q\200A\330\010\017\210t\2209\230A\230V\2405\250\001\250\026\250q\200A\330\010\032\230!\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A""\330\010\017\210t\220;\230a\230w\240a\240w\250a\200A\340\010\017\210t\220;\230a\230w\240c\250\021\250!\200A\330\010\017\210u\220A\220T\230\021\200A\330\010\017\210v\220W\230A\230V\2404\240y\260\001\260\023\260A\260Q\200\001\330\004\n\210+\220Q\200\001\360\010\000\005\016\210T\220\021\330\004\014\210G\2201\220F\230,\240a\330\004\007\200v\210W\220E\230\024\230Q\330\010\022\220!\330\010\027\220q\340\010\027\220t\2308\2407\250!\330\004\007\200q\330\010\017\320\0171\260\024\260Q\260g\270[\310\007\310q\340\010\017\320\0171\260\024\260Q\260g\270[\310\001\200\001\360\010\000\005\016\210T\220\026\220t\2306\240\024\240Q\330\004\014\210G\2201\220F\230,\240a\330\004\007\200v\210W\220E\230\024\230Q\330\010\022\220!\330\010\027\220q\340\010\027\220t\2305\240\007\240q\330\004\007\200q\330\010\017\320\0171\260\024\260Q\260g\270[\310\007\310q\340\010\017\320\0171\260\024\260Q\260g\270[\310\001\320\004\"\240'\250\025\250a\250t\260:\270Q\200\001\330\004.\250a\250v\260Q\200\001\340\004\037\230q\320 0\260\013\270;\300k\320QR\330\004\023\320\023#\2408\2501\250A\330\004\007\200|\2207\230!\330\0102\260!\3203F\300n\320TU\330\004\013\2101\320\004?\270q\330\010\036\230e\2406\250\021\330\010\036\230k\250\022\2502\250S\260\001\260\021\330\010\013\2106\220\036\230q\240\001\340\010\014\210J\220a\220q\330\010\025\220Q\220d\230'\240\021\330\010\026\220a\220v\230Q\340\010\014\210C\210u\220A\330\014\032\230!\2306\240\021\330\014\032\230!\2306\240\021";
26271
+ const char* const bytes = "?0.3.13<B<H<IIllegal boolean value: Not enough input dataNote that Cython is deliberately stricter than PEP-484 and rejects subclasses of builtin types. If you need to pass subclasses then set the 'annotation_typing' directive to False.Opcode out of range 0-255: <QUndefined opcode: add_note<b<ddctx used twice.dctx was not used.disableectx used twice.ectx was not used.enablegc<h<iisenabledno default __reduce__ due to non-trivial __cinit__not bytes: <q<stringsource>take_bytes called for listtake_dict called for bytestake_list called for bytestake_str called for listtmsgpack/core.pyxBaseDecodeBufferBaseDecodeBuffer.__reduce_cython__BaseDecodeBuffer.__setstate_cython__BaseDecodeBuffer.rd_bytesBaseDecodeBuffer.rd_float8BaseDecodeBuffer.rd_int1BaseDecodeBuffer.rd_int2BaseDecodeBuffer.rd_int4BaseDecodeBuffer.rd_int8BaseDecodeBuffer.rd_strBaseDecodeBuffer.rd_uint1BaseDecodeBuffer.rd_uint2BaseDecodeBuffer.rd_uint4BaseDecodeBuffer.rd_uint8BaseEncodeBufferBaseEncodeBuffer.__reduce_cython__BaseEncodeBuffer.__setstate_cython__BaseEncodeBuffer.as_bytesBaseEncodeBuffer.wr_bytesBaseEncodeBuffer.wr_float8BaseEncodeBuffer.wr_int1BaseEncodeBuffer.wr_int2BaseEncodeBuffer.wr_int4BaseEncodeBuffer.wr_int8BaseEncodeBuffer.wr_strBaseEncodeBuffer.wr_uint1BaseEncodeBuffer.wr_uint2BaseEncodeBuffer.wr_uint4BaseEncodeBuffer.wr_uint8DecodeBufferDecodeCtxDecodeCtx.__reduce_cython__DecodeCtx.__setstate_cython__DecodeCtx.take_bytesDecodeCtx.take_dictDecodeCtx.take_listDecodeCtx.take_strDecodeCtx.take_tupleEncodeBufferEncodeCtxEncodeCtx.__reduce_cython__EncodeCtx.__setstate_cython__EncodeCtx.put_bytesEncodeCtx.put_dictEncodeCtx.put_sequenceEncodeCtx.put_strEncodeCtx.put_valueNoneType__Pyx_PyDict_NextRefSafeDecodeBufferSafeDecodeBuffer.__reduce_cython__SafeDecodeBuffer.__setstate_cython__SafeDecodeBuffer.rd_float8SafeDecodeBuffer.rd_int1SafeDecodeBuffer.rd_int2SafeDecodeBuffer.rd_int4SafeDecodeBuffer.rd_int8SafeDecodeBuffer.rd_uint1SafeDecodeBuffer.rd_uint2SafeDecodeBuffer.rd_uint4SafeDecodeBuffer.rd_""uint8SafeEncodeBufferSafeEncodeBuffer.__reduce_cython__SafeEncodeBuffer.__setstate_cython__SafeEncodeBuffer.wr_float8SafeEncodeBuffer.wr_int1SafeEncodeBuffer.wr_int2SafeEncodeBuffer.wr_int4SafeEncodeBuffer.wr_int8SafeEncodeBuffer.wr_uint1SafeEncodeBuffer.wr_uint2SafeEncodeBuffer.wr_uint4SafeEncodeBuffer.wr_uint8TMsgpackError__annotate__as_bytesasyncio.coroutinesbyteordercline_in_tracebackcodecdbufdbuf_take_valuedecode_from_bytesdecode_from_list__dict___dict__doc__ebufebuf_put_valueencode_valueendextend__func____getstate___is_coroutineitemslittle__main____metaclass____module____mro_entries__msgn__name____new__packpop__prepare__put_bytesput_dictput_sequenceput_strput_value__pyx_checksum__pyx_result__pyx_state__pyx_type__pyx_unpickle_BaseDecodeBuffer__pyx_unpickle_BaseEncodeBuffer__pyx_unpickle_SafeDecodeBuffer__pyx_unpickle_SafeEncodeBuffer__pyx_vtable____qualname__rd_bytesrd_float8rd_int1rd_int2rd_int4rd_int8rd_strrd_uint1rd_uint2rd_uint4rd_uint8__reduce____reduce_cython____reduce_ex__self__set_name__setdefault__setstate____setstate_cython__sortsort_keysstartstatestructsystake_bytestake_dicttake_listtake_strtake_tuple__test__tmsgpack.core_typeunpackupdateuse_setstatevaluevalues__version__wr_byteswr_float8wr_int1wr_int2wr_int4wr_int8wr_strwr_uint1wr_uint2wr_uint4wr_uint8\200\001\360\010\000\005\014\210>\230\021\230)\2401\240G\2507\260!\200\001\340\004\013\210?\230!\2309\240A\240W\250A\200A\330\010\033\2301\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A\330\010\013\2104\210t\2209\230F\240-\250q\260\001\330\010\014\210J\220a\220q\330\010\017\210t\2205\230\t\240\021\240$\240a\200A\330\010\013\2104\210t\2209\230F\240-\250q\260\001\330\010\014\210J\220a\220q\330\010\017\210t\2205\230\007\230q\240\004\240A\200A\330\010\013\2104\210y\230\006\230m\2501\250A\330\010\014\210J\220a\220q\340\010\020\220\001\330\010\014\210E\220\025\220a\220t\2306\240\023\240A\330\014\020\220\017\230q\240\001\330\014\020\220\017\230q\240\001\330\014\021\220\021\220%\220q\330\010\017\210q\200A""\330\010\013\2104\210y\230\006\230m\2501\250A\330\010\014\210J\220a\220q\340\010\020\220\001\330\010\014\210E\220\025\220a\220t\2308\2405\250\007\250q\260\017\270q\300\001\330\010\017\210q\200A\330\010\034\230A\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A\330\010\014\210J\220a\220w\230e\2407\250!\2501\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\013\2305\240\001\240\021\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\014\230E\240\021\240!\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\t\230\025\230a\230q\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\n\230%\230q\240\001\200A\330\010%\240T\250\021\340\010\014\210J\220a\220q\330\010\013\2104\210q\220\007\220w\230g\240V\250=\270\001\270\035\300a\300q\340\010\024\220G\2301\330\010\017\210z\230\023\230A\230Q\340\010\r\210U\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220\"\220I\230T\240\031\250!\250:\260Y\270a\270y\310\001\330\r\022\220\"\220I\230T\240\031\250!\250:\260Y\270a\270z\310\021\330\035!\240\031\250!\250:\260Y\270a\270z\310\021\340\010\026\220a\220v\230Q\330\010\014\210I\220Q\220a\200A\340\010\035\230T\240\021\330\010\014\210L\230\001\230\021\330\010\017\210t\2204\220q\230\n\240$\240a\200A\330\010\035\230U\240'\250\021\250!\330\010\017\210t\220;\230a\230y\250\003\2501\250A\200A\330\010\035\230Z\240s\250!\2501\330\010\014\210J\220a\220q\340\010\025\220Q\220d\230'\240\021\330\010\026\220a\220v\230Q\340\010\014\210E\220\027\230\016\240a\240v\250Q\200A\330\010\026\220a\220v\230Q\200A\330\010\017\210t\2209\230A\230R\230w\240a\240q\200A\330\010\017\210t\2209\230A\230V\2405\250\001\250\026\250q\200A\330\010\032\230!\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A""\330\010\017\210t\220;\230a\230w\240a\240w\250a\200A\340\010\017\210t\220;\230a\230w\240c\250\021\250!\200A\330\010\017\210u\220A\220T\230\021\200A\330\010\017\210v\220W\230A\230V\2404\240y\260\001\260\023\260A\260Q\200\001\330\004\n\210+\220Q\200\001\360\010\000\005\016\210T\220\021\330\004\014\210G\2201\220F\230,\240a\330\004\007\200v\210W\220E\230\024\230Q\330\010\022\220!\330\010\027\220q\340\010\027\220t\2308\2407\250!\330\004\007\200q\330\010\017\320\0171\260\024\260Q\260g\270[\310\007\310q\340\010\017\320\0171\260\024\260Q\260g\270[\310\001\200\001\360\010\000\005\016\210T\220\026\220t\2306\240\024\240Q\330\004\014\210G\2201\220F\230,\240a\330\004\007\200v\210W\220E\230\024\230Q\330\010\022\220!\330\010\027\220q\340\010\027\220t\2305\240\007\240q\330\004\007\200q\330\010\017\320\0171\260\024\260Q\260g\270[\310\007\310q\340\010\017\320\0171\260\024\260Q\260g\270[\310\001\320\004\"\240'\250\025\250a\250t\260:\270Q\200\001\330\004.\250a\250v\260Q\200\001\340\004\037\230q\320 0\260\013\270;\300k\320QR\330\004\023\320\023#\2408\2501\250A\330\004\007\200|\2207\230!\330\0102\260!\3203F\300n\320TU\330\004\013\2101\320\004?\270q\330\010\036\230e\2406\250\021\330\010\036\230k\250\022\2502\250S\260\001\260\021\330\010\013\2106\220\036\230q\240\001\340\010\014\210J\220a\220q\330\010\025\220Q\220d\230'\240\021\330\010\026\220a\220v\230Q\340\010\014\210C\210u\220A\330\014\032\230!\2306\240\021\330\014\032\230!\2306\240\021";
26272
26272
  PyObject *data = NULL;
26273
26273
  CYTHON_UNUSED_VAR(__Pyx_DecompressString);
26274
26274
  #endif
@@ -1,7 +1,7 @@
1
1
  # THIS FILE IS AUTOMATICALLY CREATED BY build_pyx.py
2
2
  # DON'T EDIT THIS FILE. EDIT THE SOURCES, INSTEAD: tmsgpack/src-parts/*
3
3
 
4
- __version__ = "0.3.11"
4
+ __version__ = "0.3.13"
5
5
 
6
6
  from libc.stdint cimport int8_t, int16_t, int32_t, int64_t
7
7
  from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tmsgpack
3
- Version: 0.3.11
3
+ Version: 0.3.13
4
4
  Summary: Typed MessagePack serializer (inspired by but different from msgpack)
5
5
  Author-email: Yaakov Belch <yaakov.belch@gmail.com>
6
6
  License: ISC
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes