tmsgpack 0.3.1__tar.gz → 0.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {tmsgpack-0.3.1/tmsgpack.egg-info → tmsgpack-0.3.3}/PKG-INFO +1 -1
  2. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/pyproject.toml +1 -1
  3. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/core.c +11 -11
  4. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/core.pyx +1 -1
  5. {tmsgpack-0.3.1 → tmsgpack-0.3.3/tmsgpack.egg-info}/PKG-INFO +1 -1
  6. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/MANIFEST.in +0 -0
  7. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/README.md +0 -0
  8. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/build_pyx.py +0 -0
  9. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/setup.cfg +0 -0
  10. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/setup.py +0 -0
  11. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tests/test_build_pyx.py +0 -0
  12. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tests/test_codec.py +0 -0
  13. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tests/test_round_trip.py +0 -0
  14. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/__init__.py +0 -0
  15. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/api.py +0 -0
  16. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/codec.py +0 -0
  17. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/01-imports +0 -0
  18. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/02-constants +0 -0
  19. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/03-encode-fn +0 -0
  20. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/04-decode-fn +0 -0
  21. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/05-encode-buffer +0 -0
  22. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/06-decode-buffer +0 -0
  23. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/07-encode-buffer-slow +0 -0
  24. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/08-decode-buffer-slow +0 -0
  25. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack/src-parts/09-exceptions +0 -0
  26. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack.egg-info/SOURCES.txt +0 -0
  27. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack.egg-info/dependency_links.txt +0 -0
  28. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/tmsgpack.egg-info/requires.txt +0 -0
  29. {tmsgpack-0.3.1 → tmsgpack-0.3.3}/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.1
3
+ Version: 0.3.3
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.1"
3
+ version = "0.3.3"
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_1 __pyx_string_tab[1]
3068
+ #define __pyx_kp_u_0_3_3 __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.1" # <<<<<<<<<<<<<<
24662
+ * __version__ = "0.3.3" # <<<<<<<<<<<<<<
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_1) < (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_3) < (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},{5},{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 (1734 bytes) */
26247
- const char* const cstring = "(\265/\375`\"\021\3455\000ZE\200\016E\360\222\250\r\314\300\354\004[\0237;6]\326\235B\243\303\032RH\232\270{\264\010\373\335\275\211D\226\337FkI\261\235\\\245\204\2124Q\247a2\014 \323\246%S\023\330\211F\244\253\200\236'\010x\221aD\004\306\000\301\000\332\000\224\202^@\323T\377\3777\222\304T\353@,U\235\237T\2055\204\311S\323@$P\215\232&\241\212\255\264\364Zu\021\201\240\n\n\312\211\311\006\370\246*o\326\026\276f'\327\242\363x\223,\237\242\227j\260\304Ti\254\226f\231m\255\262\004\346\307\260>\226\034\264\031j\377\025j\353\301R\013\354\340\347\274\014+\315\033\325$X\262\020?\306r\233$\215!\316\363o\374\205Z\225\360\223\3621q\261\342\002\326\373y\322\2331\364\266\317\362>\211n\257ALa\265/\331+\001\263|\311\360e\226\032\314\232\253\024\276\230\264\255\017\263e\001U^o2\005\253\374\315Z\022\334\244\351\267\255\245\005\204\002D\002\344\351p\350l\030\021\366\376\2465+\363S\211\332r\246\033F}\246\021SS\234U\227b\324>~\214\323j1\242\354-\305X\322$m\222~\312\233\3436\357k\327\342\2574k{\355\354X:\253\207e\214\327\336\273\262bT\2220J\377\"\303<\213h\002\306s\021\343s\336\350\253eq\363\317\372\272{\2345\267q:\303\344\022W\205e]\371\234\350\317\211'W\232\222\245\335J\332\315\371q\214\263s\277T\322$\336\304cI\002\306\343:\177\355\324p\232\2223a\224\2261\335\340\265\245m\223\023\306?\311,\342\347\325\026\337\214A\035\376\354\221b\314\264\322\271I\232\2427\233T[\265\006c\374\251\265\2771\302\274i\tm\325p3\3317\352\026,\360\002\035\t'\300Y\341 Y\307:\n\377xe,\214\245\002z>\316\347\241?W\205\370\003L\246k\205x|(=\245\263\260\263\235a!\033\001\310+\324Ez\007\236I\366\312F\260\231\t}\236\017\305\007p/\3245\275\343\036\262W\350Y'\300Q\272-w\212\025\310\346\205\261\272\317\244\263\360\017\237\325\207\356\262\253\270\344 v^\205l^\036\356`\363\n\305\204>\031=\324?p\016\037\261\372\320\314`1\034\226\207\357D\367\364\013<\343\"V \002\000lv`1\024\337O=\326\032\247\253\356\304\210=\234\247\276\330\373S\314\327\342\322\006\363\233\324\035I\346\324o\247I\271\2529/\347M\343\277(\215O\363_\346_\311""\375\345,\027\243\352+J\326\2477\327\217\001Y\211\010\273\003\214\357\344K\360\235\262\257C\204\326\010\215\313\363r\031\271\252\014\013\007\027\207u\342a\347H\351\024D\\\"\232\327\013\221\353$\003\242\365\301\332\000]\035\227\220\352\264TX\371\223\037\311\004\215\253\353\036\242>\242\000\323\341\241\303F\313\304\022\261FX\236\020\327\202\235`\204\257l\031\253T\214\207\346%{\006\316\262=\373\304\nD\363\312\366hu@\2641\254\nh^X\214\210\025b\211x\375#c\2472>\332\241\255\347\247\342\360\006\237\202\017\213\321\275\370 \372R\007\370\202\231\022\256\221\340^#\300\347q\276\354+\351.\005x\267?\031\307\270\212\014\302ff\213v\213\210\247\024p \2742\03580\035^K\266h\260TZ\366\204\031\233B\002\003/\006}\304M\273\302vY\031\330\314\210x\210\213p\034'\366\210\214\224\201\320\302Z!\276\030\335\344\261\273\201\214\250\241\241q\206fDD$\005I\n\031\016\321\014Q\2269\307\324\003\202y\254\304@J\021\203\214!\212\010\013\304\024\244<\ni\rl\r\324\264\255\356P\252\262\252\002R\260d\247u0\365h\037\340\262\330\327\364y2\032\302\325\001F\253\355\336\315\223/\360) \275\362\273\300;R\016\207\314\027l\357_I\223\346W\337\200\350eL\021\376\322\2517\203\215\372\344'\346R\322\216z\356v\010\267c+\200\250t\202/\315\316\331q-I\020\341\342A%ab\257-D\343\005\327\014\006\327]n\330\227\354\200\257f@\223\372\221q \002\010a\270\024\340\346\355-#{\360F\204\204\002\256\303\033_'h\234+\327m\301\331A*\272\016\233\014\366A$/#6\341\264\365\206\353\017A`k\320C^t\331\261\317\027\222M!\tC\242\255\r\275\373\304\341\031!\223\n\374D\002\300\374CV2Qi'Ns\345y\277\0313\375ed\216\301{\331)L\260\035Vl^\204\323\025\311\317\257?\325\200\004\204\364t\002!\302\377fx\211\210g\252\370\233\026\272\226Al\361\0033@{1^\2002\233x\355\234\001\375\240r\234\210A\213\246~9\225\304\247\016\206\252B\220*{\014\033}zG\267\316\221\377\r\200\370\r\031R\241f\231\032\342\265@\223&\367\246\317\034\200\372z\2178_\370>\037\374\t\001\356/\252\032\003$u\220\314\005\375~P\265F\324\t\007\240\321\001:\201\277\010:k,\316\013O,\037\273@\231\255I\027\204s""\356S=\340\355e\245\034\"\213\377\370I@\313\004\212:\220[\244\354\266\213$wy\232\366I\227O\323\n\344\206\225\372s\274\326\302\266\010-\247a\350k^\241\210\307\226\021\337[qB4\321Z\303\343\262\n\305i\005\274]\3105\331\005\276$\266{\317\214\366\227G\236%\351Z$\227\002\321\211\017\375-\371\346U\241\270H\2335\251\224\300\210\317\241VEe\3404:Ber\377m\2232v3\325\3704\340\003\014L\205\300\010\246c\365\006\t\314\032\025ia\276f\007\210\224\363\r\263\242\250'\317\234j\035&\216l\2225\314\014\321\211\324\222\350\327\260\353\302h\371u\007\224qzt\260/\226\006\250\217\212b\334\345\025\200\363\2444\t\346b\375\305\205\222-\014\210t\267\307\275\303\017>h\363{\250T\035\004V\345\307\327\211\276=\242#(5\267}\337\372\001P@\364\316\321\262?\317\034_\221u\266jt\330\255\217\246\367\024e\n\373\277\366\223\300\215V\260\306/\3552Z\223\013\345\233\316\235\353\372\212\267\\\324\270A]\341i\010\217\037\323=\364Q\023i \235j-q\003Mx\356\263\037\243\363\361\344\311\016t\310$\224a\342\005\251S \214A\333k\0067h\266\334! \177\014\346<\350<\355\253\n\264\270I\315\022\014\010\006\225w\201-Y\307B\334\n:TF\375G\234vj";
26247
+ const char* const cstring = "(\265/\375`\"\021\3455\000ZE\200\016E\360\222\250\r\314\300\354\004[\0237;6]\326\235B\243\303\032RH\232\270{\264\010\373\335\275\211D\226\337FkI\261\235\\\245\204\2124Q\247a2\014 \323\246%S\023\330\211F\244\253\200\236'\010x\221aD\004\306\000\301\000\332\000\224\202^@\323T\377\3777\222\304T\353@,U\235\237T\2055\204\311S\323@$P\215\232&\241\212\255\264\364Zu\021\201\240\n\n\312\211\311\006\370\246*o\326\026\276f'\327\242\363x\223,\237\242\227j\260\304Ti\254\226f\231m\255\262\004\346\307\260>\226\034\264\031j\377\025j\353\301R\013\354\340\347\274\014+\315\033\325$X\262\020?\306r\233$\215!\316\363o\374\205Z\225\360\223\3621q\261\342\002\326\373y\322\2331\364\266\317\362>\211n\257ALa\265/\331+\001\263|\311\360e\226\032\314\232\253\024\276\230\264\255\017\263e\001U^o2\005\253\374\315Z\022\334\244\351\267\255\245\005\204\002D\002\304\241\303\241\263aD\366\376\2465+\363S\211\332r\246\033F}\246\021SS\234U\227b\324>~\214\323j1\242\354-\305X\322$m\222~\312\233\3436\357k\327\342\2574k{\355\354X:\253\207e\214\327\336\273\262bT\2220J\377\"\303<\213h\002\306s\021\343s\336\350\253eq\363\317\372\272{\2345\267q:\303\344\022W\205e]\371\234\350\317\211'W\232\222\245\335J\332\315\371q\214\263s\277T\322$\336\304cI\002\306\343:\177\355\324p\232\2223a\224\2261\335\340\265\245m\223\023\306?\311,\342\347\325\026\337\214A\035\376\354\221b\314\264\322\271I\232\2427\233T[\265\006c\374\251\265\2771\302\274i\tm\325p3\3317\352\026,\360\002\035\t'\300Y\341 Y\307:\n\377xe,\214\245\002z>\316\347\241?W\205\370\003L\246k\205x|(=\245\263\260\263\235a!\033\001\310+\324Ez\007\236I\366\312F\260\231\t}\236\017\305\007p/\3245\275\343\036\262W\350Y'\300Q\272-w\212\025\310\346\205\261\272\317\244\263\360\017\237\325\207\356\262\253\270\344 v^\205l^\036\356`\363\n\305\204>\031=\324?p\016\037\261\372\320\314`1\034\226\207\357D\367\364\013<\343\"V \002\000lv`1\024\337O=\326\032\247\253\356\304\210=\234\247\276\330\373S\314\327\342\322\006\363\233\324\035I\346\324o\247I\271\2529/\347M\343\277(\215O\363_\346_\311""\375\345,\027\243\352+J\326\2477\327\217\001Y\211\010\273\003\214\357\344K\360\235\262\257C\204\326\010\215\313\363r\031\271\252\014\013\007\027\207u\342a\347H\351\024D\\\"\232\327\013\221\353$\003\242\365\301\332\000]\035\227\220\352\264TX\371\223\037\311\004\215\253\353\036\242>\242\000\323\341\241\303F\313\304\022\261FX\236\020\327\202\235`\204\257l\031\253T\214\207\346%{\006\316\262=\373\304\nD\363\312\366hu@\2641\254\nh^X\214\210\025b\211x\375#c\2472>\332\241\255\347\247\342\360\006\237\202\017\213\321\275\370 \372R\007\370\202\231\022\256\221\340^#\300\347q\276\354+\351.\005x\267?\031\307\270\212\014\302ff\213v\213\210\247\024p \2742\03580\035^K\266h\260TZ\366\204\031\233B\002\003/\006}\304M\273\302vY\031\330\314\210x\210\213p\034'\366\210\214\224\201\320\302Z!\276\030\335\344\261\273\201\214\250\241\241q\206fDD$\005I\n\031\016\321\014Q\2269\307\324\003\202y\254\304@J\021\203\214!\212\010\013\304\024\244<\ni\rl\r\324\264\255\356P\252\262\252\002R\260d\247u0\365h\037\340\262\330\327\364y2\032\302\325\001F\253\355\336\315\223/\360) \275\362\273\300;R\016\207\314\027l\357_I\223\346W\337\200\350eL\021\376\322\2517\203\215\372\344'\346R\322\216z\356v\010\267c+\200\250t\202/\315\316\331q-I\020\341\342A%ab\257-D\343\005\327\014\006\327]n\330\227\354\200\257f@\223\372\221q \002\010a\270\024\340\346\355-#{\360F\204\204\002\256\303\033_'h\234+\327m\301\331A*\272\016\233\014\366A$/#6\341\264\365\206\353\017A`k\320C^t\331\261\317\027\222M!\tC\242\255\r\275\373\304\341\031!\223\n\374D\002\300\374CV2Qi'Ns\345y\277\0313\375ed\216\301{\331)L\260\035Vl^\204\323\025\311\317\257?\325\200\004\204\364t\002!\302\377fx\211\210g\252\370\233\026\272\226Al\361\0033@{1^\2002\233x\355\234\001\375\240r\234\210A\213\246~9\225\304\247\016\206\252B\220*{\014\033}zG\267\316\221\377\r\200\370\r\031R\241f\231\032\342\265@\223&\367\246\317\034\200\372z\2178_\370>\037\374\t\001\356/\252\032\003$u\220\314\005\375~P\265F\324\t\007\240\321\001:\201\277\010:k,\316\013O,\037\273@\231\255I\027\204s""\356S=\340\355e\245\034\"\213\377\370I@\313\004\212:\220[\244\354\266\213$wy\232\366I\227O\323\n\344\206\225\372s\274\326\302\266\010-\247a\350k^\241\210\307\226\021\337[qB4\321Z\303\343\262\n\305i\005\274]\3105\331\005\276$\266{\317\214\366\227G\236%\351Z$\227\002\321\211\017\375-\371\346U\241\270H\2335\251\224\300\210\317\241VEe\3404:Ber\377m\2232v3\325\3704\340\003\014L\205\300\010\246c\365\006\t\314\032\025ia\276f\007\210\224\363\r\263\242\250'\317\234j\035&\216l\2225\314\014\321\211\324\222\350\327\260\353\302h\371u\007\224qzt\260/\226\006\250\217\212b\334\345\025\200\363\2444\t\346b\375\305\205\222-\014\210t\267\307\275\303\017>h\363{\250T\035\004V\345\307\327\211\276=\242#(5\267}\337\372\001P@\364\316\321\262?\317\034_\221u\266jt\330\255\217\246\367\024e\n\373\277\366\223\300\215V\260\306/\3552Z\223\013\345\233\316\235\353\372\212\267\\\324\270A]\341i\010\217\037\323=\364Q\023i \235j-q\003Mx\356\263\037\243\363\361\344\311\016t\310$\224a\342\005\251S \214A\333k\0067h\266\334! \177\014\346<\350<\355\253\n\264\270I\315\022\014\010\006\225w\201-Y\307B\334\n:TF\375G\234vj";
26248
26248
  PyObject *data = __Pyx_DecompressString(cstring, 1734, 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 (1855 bytes) */
26255
- const char* const cstring = "BZh91AY&SY0\356D\361\000\001Z\377\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\371\311R\252\315\335\322\270\266a\255*\216\002\301$\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\022I\224\310\230M\006\221G\264Pl\240\014\206\201\241\240\000\000\000\000\0002\017Q\265\007\244\020`\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\006\247\372\252\004M@44\320\000\000\000\006\206\200\000\000\000\000\000\000\000\004\030\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001)\244\010\230@M0\204\304\311\246H\304\320h\320\320h\320\000\001\240\001\220\000h\320\002:\327A\202\355\326\212\360\257\301\021|\214`\216A\000\363(\373\251bd\330\236h\021\216\244\034JL\215V_\301?\324\302\224\300\201\nB\224\204\210\210\224\002\010L\220\305)S\273\342\031B\3711\226A!\014J,\017\022w\004\000$Q\3064\227M<\241\002\342\023\204\\\034\212\271\325\rL\020\256\223\245\264\211\020\016XE\034\036R\tT\221\230us-,Ug\334[\345\234\234~\033\361\376\325?\224\375(\352\014rJV?G\256\217\314?[\253?\233,T\2461k\327\313B\312V\362&\247\312TJE[\001\265\257^\323u \303EAj\035\032\223t\223\024\024j\355\365`H_\362<\376\326)\031\2759lg3\010\020\233\367\323\035\tI\207\2200\354 c,\360\366\026\376\240m\235\2062\017\0002\226C\001\352P\024\267l\342\366\3470U\242\333}\217e\313\210*\220J\010\267\212\241\202Dd\017MY\312\233\2251\270\375\177\177\345\317W\353\373rG\372\266yz\313r9Pa\324\017\242:\000\303(a(\252G\307\330s\215\233voo<\342#\231J\230\241JR\2178\210\211\351HA\257L\220(e\232\2436\322\323\233\333PIR\205)\0248\263-\006\253\234s\216$3e'\331\224\204\301 \374/\266\235\316gf\0228\255\332\341Wb\333v\200_\021kn\236V\235n\376\376\373\273\277>\251\2619\316n\356\357\027\313\034\267\014oH\317\204>\343\020\344\23566\216@\264\032\264$\0316\235\240\204\230\027D\004\201\3308_r\002M6\311\267^\215Nk\325]s\352\362\324r\304\213A\255\331\300,6\325H\025\256\367=\344o\215\220\234-yFX)H\200N\002w:OJ$\223\221P\202I$""\220\000\025\333d\276\256\225\255S \224\223\tdRKU\325m\352\255\225\325]\327L\026K\312\256\270\000\000\013$\275-.\255\\\2733O\005\333\261V~1\n\367I\177\235\376\260\350t\272\240^\273\2757g\321\342c\207Xn\325\336\244\224\026\024\231\022\305+\200\221!\236bX\342\204\324\223\222|O\216^\007\310d\3139\225BTk\304\3713\272\030B\334\327\232!:\314\322\260b\307\254N\022\0054o\024\320F\340\"JD\224\200\000J%\010\330\3713\330\030)K\222\261\361A)\014\331\035\212\323\n\306\002Hf\276\335\033\322\267\026l\214\003\026f\301\252\347\271\360\263C\005 \206!V\243^\315\366n\354_\214\303\t\316.\3140K\"HI \000\005\000\010\001\237\252\245\227e\244\020\314\373\352\025\263\340\244'2ZZ\222I$\222I'g\260\256\rbc\002\215'n\250\317\323B\t\025\365r\331\230/{\303DPCT\347R\305\004U8\304\271\363Xf\251\2670{1\254|R\022\337\273(\250\312B\333|\261`-i\233\030\334`+\21250\376.\335\354M\343\237\226\355\244\206\340\020\233$\204\231!'\264[\200\312\367\027\243,a\r\306.\356\2036\356f\326\2005c\3424\006\313o#Z\025x\253\317\233\006x\230/\344\261/a\000\000\000\000\010\210\242\037].\234\345\266\321e\271*Z\371\203\004\225\222K.\030\035g\336\014x-\215\267\204\014\327\025\334\2643i\2706\266\2615\353T\200\261\356,\205\265K9=%Sz\335\320\244\265!\324JbX t\373\361\230\036\265\334UVcE\352hF\230\330\215#\325k\024`\031\364c\232#\247\020\3303\260\014oZa\231\313\300\206j\315\375Z\352\322\025b\2645\226V\201-\n\025P\273KlO\004\373\223\317\200&\t\315\272\243\300\352\325\262\254WI\323\007+\\\216\363\233\316}\345\304\354A\271\317(\207PQ\364\0077\323l\030\221c03\220R\244\232\252R\224\257\026\274F\036\032f\023j\230\311\214\230\313\023\025-KD\2569\253\203\000\032K\371p\304\034\316\002\372\310\234\231!\005k\220\266\003\303#\200\221\002\t.\325\322KZ.\251\211\230I\006v\301ra+\243\212\362\340\341\271<\231]B\211\2011n\373\264\225\032$8\025t\335|y8\255\313\005S\234 \301D\223$\220$\2219\256\232\035]Y\n\303.\007f\257\241\017\317j\230]\304\356\356\252\311\026\302\2045\030\260\025\330k\316\311\025\262\251\230\324\022Ic\211\023\302\215D\367\"\033Cu""\223\021\303\205\201'\202W\252\025\021\016\330\004 \216F\033\201\216L\276MgDb\366\324(\030\347\007\202\220\225%h\nz\354f\346i\2507\366\026F\200\341vHc!\270\321\251\211\231\335.\354\236\300Sb\225\026\033u\243\n8\321\306\2164q\250\243R$\211\"W\034\361\257\260`\336B\2750#_\217~/\026\2018\355\000r\267FmU\246\r\222\373\3720F\236\251\332ZW\261\275\3338T]\347\345\3061RyCnt\231\3561\330\262\226\2630\007\260\327\3145I\314\206\031)l\360\326\214\206\026;\253\014\326\375\311\035\330?\245\005\274\3023\213\344\243g\356\\\323\332\035\311\374\254\250\222\200\333\007\237?H\345\316\270\302\334M\035\236dP\275\232l\023q\235\243\016\364\343\361l\3715\336\206\221G`\271K2\227L`m\270\241o\347Y\342\211Pb\221\271\205z\021T~0\325/\212\355\241\277\305:\225\210\325\"\371\343\n\032\214\036\020z\2744\351\325\372\220'\204:\211J\277^\231{\t\241\2525{yu3\337\ns2\350\327'\207}\260\014\351\330\236F|\333\r\344s\235i\371\363kkaHy\372\030fm\017\240\324\260\362\237\246\253\345\005k99\326t\266GL.j\003\263K\255\222,\200\227\221\241\317\207\215\316\010\227\2147x:1\272!\211w<RW\027\257\327\361#\377\032\021\352\033F\0356\206{xz\037[\302\323M~F\216\177^4\230F\004\221\002\345\031D\2449\rc3\022r\002d\241\312\211!\336Hv\230\362\233\262O\"d\245(\230\241\211B\377\305\334\221N\024$\014;\221<@";
26256
- PyObject *data = __Pyx_DecompressString(cstring, 1855, 2);
26254
+ #elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (1853 bytes) */
26255
+ const char* const cstring = "BZh91AY&SYF\366\354\244\000\001Z\377\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\370\351R+7wv\326-\232\232\322\212\3406\t%\023SPz\231\001\352<\246\217z\223\t\232(\032\014\236\247\224\320ha\r\r4\036\247\250\321\243F\215\017S\324\036\320M \222@A\242h\001M\352\232OI\345\000~\250\000\311\220\007\250\000\000\000\000\032\000\310<\220\203\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\0005?\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\020D4&\010\304#FM4C&\203F\200d\000\000\r\000\014\200\014G\250\001\035k\240\301v\353ExW\340\210\276F0G \200y\224}\324\2612lO4\010\307R\016%&F\253/\340\237\352aJ`@\205!JBDDJ\001\004&Hb\265\261\335\361\214\243\014\330\3130\230\206'&\007\221K\202\000&U\3064\227Q<\342\013\210\244I\301\311+\235T\324\301\026\326\225\301Y\022\220Ai*\300C\270<\331\213\3046\004\331\021;~\262\377\226q\366\374H\355\366\247\035h\352C\2521\326s\253\177O\235\017\314?ZT\177U\326\247<!k\352\344\231\\\352{\211)r\021\034\342\314\341\267\257^\333u!\206\222\205\250tjM\322LTR\263\271\343\3011\177\310\364{8\346f\227\253\237A\230@\204\337\276\231m%6\036`\303\260\201\214\264\305\327ZA\264g28< \320\355\003\001\351\314\023\265\360\234^\324\244\n\244[o\257\354<\241\002.\007B0p\3300L\224\301\353\253Acr(7\026\277\207\347\321g\353\373qK\372\301L\275U\273,\2501g\007\345\207\206\0142\203\tB.>.\r\306\254}\354q|\241\010p\316,L\234\3477\312\020\204%\231!\006\214\316@\240\312\310\226sKM\335\264\304\224\346Np\231\331X\262\231\356q\315\331\021\233)N\304\346&\t\207\345\207\005x\371\235\210\231\303\203o\201]\217q\332\003\014\206\314\277\034\367\315[\233\233\221\021\035\364\350\212R\224\210\210\211\\\370\363\354\230\356f1a\224l\242PM\323l4\262\006\000kP\220d\333v\204$\300\272 $\016\301\300\373\260\0074\233Kl|\332{\237\032\252\227/$NH8\264\032\335[\342\277\030\316\002\265\357\243\356%\206W\342\221\201\347)\336\255d\001H\023\271\322z\325$\234\222""\210I$\222\000\002\273l\227\325\322\265\252d\022\222a,\212Ij\272\255\275U\262\272\253\272\351\202\311yU\327\000\000\001d\227\245\245\325\253\227X\322\275v\354G'\356!\\\364\227\373\340\350\016\207S\224\013\227y\232\2312\364\260\277i\262=\372IAaI\221,R\270\t\022\031\346%\216(MI9'\304\370\345\340|\206L\263\231T%F\302'\311\241\320\302\026\356\274\322\nZf\235\361\213\357h\234&\n\210\336+\264J\340\"JD\224\200\000J%\010\330\3713\330\030)K\231\255v\017f\210\226g\"\266CZ\200\213\t_M\234\021\246\0323 \021n\2139\227=\317\211\232/V\020\304Y\250\327\263\206\377'>\035\203\024R\222va\202y\022BI\001\000\000(\000@\014\375U,\273-0\214\317\312Qk=\352\305(OKVi$\222I$\354\367\313a\257\246/)NV\347\206O\311\010\034U\313\247U\201s\356\014\260\230\206\213\316\255j\004#(`Q\366VY\026\327{\353\302\241\370$%\315\246\230D\322\341cs\260`-i\032\230\326\300U\t\264\357\376i\263\236o\035\366\235\226\216\033|Bm)\t2BO\264Z\301\225\317\027\247=\200\215\326.\356\2037'3k@\032\2668M\240\331m\344kB\267\035\2723^\321\"\365\374\226%\354 \000\000\000\001\021\024C\364N\222\223\261\264Zu\272v\276\300\275%[\222\323\303\001\353&\360a\277l1\270 3P\252\213+6j\006-\240Mr\316\340+}\n\340\261N\310K1\031>\247\275\t\313R\035H\2565z\016\237\2003\003\332\270\325\226\233\010\302\250\204i\225\364i\036\314\014M\000\235\263,\230\206\334\005f\244\0028(d\221\330\330\302U\234\376f\365[B\254(\032\313\366\240KiE\225.\322\331\351z\234t\321x(\t\315\313%\276\353\002\331W\325\323t\301\310\3273\275\346\363\337yp\273\020\334\367\234\203\250)zC\234\244\331\314h\276\314\014\344\024\251&\252\224\245+\305\257\021\207\206\231\204\332\2462c&2\304\305KR\321;\216j\337\274\006\223\017.1\2073|\303i#\235\222!`r0@\361\221\300H\202\003\227j\364\222\320\212E\211\027\271\006F\275u\257u!\305q@\341\242{\231ReS\002c\007)\332j\255\"7\325\265\344\276\306N\034\031aX\347\0000U$\311$\t$R\213\246\207WZE\241\226\363\263[\320\216\326\335q;\211\335\335Y\222M\211\010i\261X*_\243#$T\312,\306prK\014\010J\371\264\323\350\2106V\353&%\213\023\002O\taU,$\035\300\010\204s""\230m\3669\331z\266\235\021\213\226Q\244#\240\036\0230\315W\276\003S5\251r\362L74\026\313`7\3413\010\310n\264\254b\206\207K\273)\234+\236\266\027\315\313Q\211\034H\342G\0228\224\221\251\210\261\026#q\270W\332 \340a\257d\014ox\367\341\323\230J\030\200s\273\0016\253S\006\311\207\017F\021\247\307;+J\366\267\273\207\002\223\275<\311JJo8\334\245h{\314u\354\245\254\314\001\3545\363\rRs!\206J[<5\243!\205\216\352\3035\277rGv\017\351Ao0\214\342\371(\331\373\2274\366\207r\177+*$\2406\301\347\317\3229s\2560\267\023Gg\231\024/f\233\004\334gh\303\2758\374[>Mw\241\244Q\330.R\314\245\323\030\033n([\371\326x\242T\030\244na^\204U\037\2145K\342\273ho\361N\245b5H\276x\302\206\243\007\204\036\257\r:u~\244\t\341\016\242R\257\327\246^\302hj\215^\336]L\367\302\234\314\2725\311\341\337l\003:v'\221\2376\303y\034\347Z~|\332\332\330R\036~\206\031\233C\3505,<\247\351\252\371AZ\316Nu\235-\221\323\013\232\200\354\322\353d\213 %\344hs\341\343s\202%\343\r\336\016\214n\210b]\317\024\225\305\343\343\351C\37661\352\230\2316\3205S\213\272\373\334\372\033k\3626n\343\204\344\020y\026\036\\\320\214\235\310$\255I\017\004\202\203\312\t\216\304C\261\n\204=!3C\224\035\336T\032Hy7\376.\344\212p\241 \215\355\331H";
26256
+ PyObject *data = __Pyx_DecompressString(cstring, 1853, 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 (1748 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(Wj\367k\377\255\355\354\3306m\023\0335\035\307\246\204\241\036\261\005\335B\217\035\216(sD{\017Y\254#82\t'\000R\304\367\010G\017\372|\317a\310\362\220Im\253I]\302\251\335G\036w-\203SW11\364d\373\311\215\352\235*\"\314D.\375\235\032\334C\236h\0326\361<\352!\247\205\232\302\262\271\305\020\357w\250WF;-\324w\004b\224\232\210;\250\003|\323\007\370\036e\310\243\\-\320u\302\230\303\t\267\034\206\341\270\305\332\327\221i\271\240\304\352Qu\372!\261=Z\376\241c8&E\016x\000\372\\\302\332\024\335\274\261\261\271\271\205j\215g\314\244-\213\2016G\263m!b\232\030\304\322Z\263f\232\006?B\302S\266\034Z\006-\353\375!\361\0200h\274lZ\036i\332\224\3161\322\005F\312\024_\333\250\355\325,\313\213v&s x-\"l\2160v\251)\014\21212\205\266\2369\354\006\004\263gAj06,fq\254,C\315>\247\036\030\337\255\251`\263\266\347\010\327\240_s\262O\261\246!\203@JM\324r\\d[\036\327\024\023\3222M\320\234\232\242X\262) \177A\326\201\327\356\020c\377s\303qi\271\323?\272O<\372\rU\261\273/Z-\352\316\357\313\251g\206\256\030\21438 \245\240\221\377\005\217kF\276e\021Z\266C\370\235,\212\305x%\007\337\310\301\2539x\246|\010P\026,\362\364\212<\305\"O\263HTo\263\331\030O\357\263c<\307\221\031\343\031\036\342Mb<C8t\363\t\223\340\317S\222 d\340\0339x5\007\317\224\037\007\177\036\026yzE\236b\221\247Y\007\177:#\321\372\001?J\027\213\241\237&-\304|B\234\264\353\034\246\032u\016R\2157\007\201\363s\010\027\035{\306\203h\r\364t\261h\3544i\301\330\t\021\306\177d\353,\244L\235E<\332\025\224\031t\016\345\356,\240\257\230\307\016\243\2730\3661~\322?\202\357\033\220\206\037\323#\376\224\266~$\255\231V\230\337/z\222\301\261\340\320\002O:<\262(\252\216r\360\215\034\274\232\203g\312\027y\nD\236\006\221\247B$:\246\363?\277\317\216\331\337M\211\005\236\264\347\263(\211KY=""\237\203Ws\360L\371\"O\201\310\323 \362T\350\230\355~\037]g\333\256\353\270\030\307/\n(\311d\026\022\257\317\014\313)\303u\007/\010x)x\nv\\\223\272\206\r[\260\024s\227\030\264\tR\224\002\303l\212\226\372\260\356J]\351\246N\027n\271\316A$u\032P\315\215u+\341\344\217\351\030\030S\220\241>\2346\014\325\036$k\023:\005~1n\t\006\354\030\267\223\324aly85\330\342\364\300\263-\316m\240\034\020\260\027\376\035PN\364\243Jo\034S(\"\254\\\007S\006\257\n\n\004\270\351\201\227\221\003Mb\364\020c\025\252\216\323\201\205K;\304\005B:\031\222y0=\005\342\336O\035\000v\350tc\217\032\373\2368\210v.\365\340\375\023\255c\363\325\222\353\301\240V\202u,c\037\354\233\277\0363\310\3239\236#\317\267M\006y\361t\217\253w\232r\277+\210\035\205\"y\211\244\263#\036\025\361d\210\007A\334\367\321\033!i\366\244\267\223VN:w\362\370[h\321\024\240G\2529\355\226n\3218+\260\212\337\217S\215\2133\232\330s\\\256>\274O\373\036\220\334\210\016\246\tx\222\367\275\311e\224^A\351\305\223\\7\223K\006c\305\010\277\361[P5\007\325\031\203p\302^t\340\277\n\024\236\275\251!:\373\372\007\352\252G]O\275\331q\362\254H'J<@\342y\021\217\207x\032D\027~2\002\222\216O\032<\351\347\343\302\377\226_ymu\360\265,\311O\202J\360(\274=\\?.\234\025W\006\367\344\272\274\033\324\203\347a\375\270>^~OV\306\313\347\007\334\377R\022y\030\220@D\370\312\240\n\340]\3710\270\021v\207\205\361\362\352\340[\237\370\335\210yS\276\021\224\202\217\003\3622\254K\262\033\024\203Tj_\276.\017\302JXO\031\317\226\337\366\365\261m\377\022\354\271\274\025\254\005\365\361\352\333\376y8Z\230Z\224\374\222\177-\222\334\375\007\362\356\004\233\341\022\330v~\324=)\244\207\337\227\365L\327#)\207\222\006\267\303\365\260\242 \004\016|7,\014Kc\020\275\"7\203BPZ\300W\3456\004e}\001\177C^\002\005\335\005\374\234\274\246\274R\370\265`7,\235M\002\247\374\352\372K`D;\370)\374jT\030]=!'\340\330E\377Q\224\260?\344\232\254\313\306\331\362\233\203g\376\307~[\356\006\357(k\307o^\370W\333\217\374\237_~\373\241\277\023o\267\206\277\214\310\250\377\242\220\005\377\361\2424\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\036\226\302\365I\346\372\341\253*\373\021\365\327\300\323\306MJ\341\022\3106\345u%6\326x\246+\343\212|\013R\336\013\033\352`L9\216\013\342.\204\366\251.\211\3564\364\023\224Q!\274\034j\360]\271\236Y=\323\320a\250\275\232@\2062=\342\022~\335\337\225\245h\323\363\237k\371\325\240\017\325\2616\254\017\033\307\205q\361\334\340S\277\021\365\362[\203]\2774.\256\016\036\371\025\377\241\374, \343\342\322qo\360\334\337\226\027U\024/\370`\317\025\345\361\025]\361P\273\212C\365\312\351\371\312\360\342\2601l\217~{\261\364\0028f\220\302D\301e\335{\027\203\306\313+\332\014\226\202\356K*:-~\010\311\273\024\222\220\017\267F\332\3032lz\312\331\263\342\177d\367\024\335\034\256\214\276<\331?m<\035\027\327N\327>\n\356\350\316\006\371\177\372\267U\3047\206\353\247_<<a\247\273\317\3060\315*\247\305{#P\375\001t\353\255\260\244\026\373\341\205p#\3741\352\262\225\301-\377\003\325eS\315\225]\021\017TF\306\253\220V\010A)]\374\037\024\025\030\331";
26264
- PyObject *data = __Pyx_DecompressString(cstring, 1748, 1);
26262
+ #elif (CYTHON_COMPRESS_STRINGS) != 0 /* compression: zlib (1746 bytes) */
26263
+ const char* const cstring = "x\332\245WIs\033E\024F\205\300&6\004\305Y\212%\320\016\244R\024D\304\216\234\305\010RJp\202)\010Qp\010\313\241\2535\323\222\007\217{\244\231n\331\2428\370\250\343\034\3738\3079\352\250\243\2179\372\250\243\177\002?\201\327=\213\266\031\010E\252F\356\376\336\353\267\277\327\235{7\3127\3137\253\367\253\337T\267\267m\233\266\210\215\032\216cS\302P\227\330\202n\242\307\016G\2249\242\265\213,\326\026\034\231\204\023\000)\342\273\204\243\007=\276\3530dy\310\244\266\325\240.\341\324\356!\217\273\226\301\251\253\230\030z\262\365\344z\345N\005\021f\"\227\376N\r\356!O4\014\233x\036\365\220\323D\ra\331\334b\210\367\332\324+\243\355&\3529\0021JM\304\035\324\006\276\311\003|\2272\344Q\256\026\350\032a\314\341\204[\016\303p\334b\255k\310\264\\Pbu\251:\375\220\330\036-\377\3206\034\223\"\007<\000}.a-\212n\\_\337\330\330D\325\3723f\322\246\305@\233\243\3316\0211M\014bi\265Q5M\203\037\"\341)[\016,\203\226\365\376\200x\010\0304^6-\2174lJg\030\351\034#e\212\257eTw\253\226\345E;\2239\020\274&\0216G\030\273\324\024\006\305\030\231B[\317\034v\035\202\331\265 5\030\033\026\2638V\226\241F\217S\017\214\357TU\260Y\313s\204k\320\2578\331\243X\323\220A \245&j:.\262-\217k\212\ti\231$hNMQ,\331\024\220?'k\337k\265\211\261\367\271\341\270\264\334\356\035\336'\036\375\232\252\330\335\027\315&ug\367\345\3243CW\014\306\031\034\220R\320\310\377\201\3075#\337\262\010M\333!\374N\026\305b|-\007_\317\301+9x\246|\010P\026,\362\364\212<\305\"O\263HTo\261\351\030O\356\263c<\303\221\031\343)\036\342\215c<E8p\363\t\343\340\317R\222 d\340\3539x%\007\317\224\037\007\177\026\026yzE\236b\221\247Y\007\1772#\321\372\001?L\027\363\241\237$\315\305|L\034\267\353\014\246\032u\006R\2157\003\201\3633\010\027m{\312\203h\r\364t1o\354$i\316\3301\021\306\177d\3534\244L\235F<\332\021\224\031t\006\345\3564\240\257\230\307\016\243;0\3661~\322;\204\357k\220\206\037\323C\376\2246\177$\315\251V\230\335\317{\222\3011\347\320\034O:<\262(\252\216r\360\365\034\274\222\203g\312\027y\nD\236\006\221\247B$:&\363?\273\317\216\331\277M\2119""\236\264\347\263(\211KY=\237\203Wr\360L\371\"O\201\310\323 \362T\350\230\355|\037]g[\256\353\270\030\307/\n(\311d\026\022\257\307\014\313)\303u\007/\010x)x\nv\\\223\272\206\r[\260\024s\227\030\264\001R\224\002\303l\210\246\372\260\356J]\351\246N\027n\272\316~$u\022P\315\215u+\341\344\217\351\030\030S\220\241>\2346\014\325\036$k\023:\005~1n\n\006\354\030\267\222\324aly85\330\342t\337\263-\316m\240\354\023\260\027\376\355SN\364\243Jo\034S(\"\254\\\007S\006\257\n\n\004\270\351\201\227\221}Mb\364\000c\025\252\266\323\206\205K\333\304\005B:\031\222y09\005\342\336O\035\000v\350tc\227\032{\236\330\217v.\365\340\375\023\255c\363\325\222\353\301\240V\202\265-c\017\354\233\275\0363\310\2239\236!\317\266M\006y\376t\227\253w\232r\277#\210\035\205\"y\211\244\263#\036\025\361d\210\007A\334\367\321\033!i\366\244\267\223VN:w\374\370\233k\321\024\240\207\2529\355\246n\3218+\260\212\337\217\023\215\2133\232\330s\\\256>\274G{\036\220\334\210\016\246\tx\222\367\274\361e\224^A\351\305\223\\7\343K\006c\305\010\277\361[P5\007\325\031\203p\302^\264\341\277\n\024\236\275\251!:\373\372\007\352\252K]O\275\331q\362\254H'J<@\342y\021\217\207x\032D\027~2\002\222\216O\032<\351\347\243\302_\213\257\274\266\334\377J\226\344'\301Z\360(\274=X=*\234\026\227\372\367\344\252\274\033\324\202\347a\355\2506Z|O\256\215\026\317\366\271\377\205$\362 \201\210\360\245~\005\300\273\362ap=\354\014\n\243\305\345\376\267>\361;\021\363\206|#(\005\037\007\344eX\027d'(\006\251\324\236|]\356\207ka-e<]|\333\327\307\266\374\013\260\347\362V\260\022\324F\313o\373g\341habQ\362K\376\325Hr\347?\310\273\023l\204\013`\333\331a\347\270\220\036~_\3262]\217\244\034H\032\334\016W\3035\005!p\340\273AaP\032\201\350%\271\021\024\202\322\034\276,\267 (\253s\370\033\362\002(\350\314\341g\344U\345\225\302\257\006;a\351t\0348\345W\307_\000#Z\301O\341\227\303\302\360\36219\006\307\316\373\217\242\204\375!WdM\326O\027\337\354?\363?\366[r'xGY;z\363\334\377\332~\344\377\374\362\333+\376v\274\335\034\3742$\303\336\213B\026\374\307\213\322""\350\362\3524p\272x\021\\\355\312\272\212\367\266_\367\241\224N\027/\303\271\222B\276\223\005Y\212\262S\361;\362LRk\227\345\263\340ZX\nW\307\231\353\205\257\252\354G\324_\003O\0337.\205\013 \333\224\327\224\330X\343\251\256\214K\362-Hy7\254\253\2031\345(.\210\273\020\332\247\272$:\223\320OPF\205\360b\250\301w\345jf\365LB\007\241\366j\014\031\312\364\210K\3705\177G\226\242M\327\177\256\345W\202\036T\307\312\2406\250\037\025F\3053\375O\375z\324\313o\365w\374\322\250\270\334\177\344\257\371\017\345g\001\031\025\027\216\272\375\347\376\226<\257\242x\316\007{.)\217/\351\212\207\332U\034\252WN\316\256\r\316\017\352\203\326\360\267\027\013/\200c\n)\214\025\\\324\275w>\250\277\274\242\215`!\350\274\244\242\223\342\025H\336\205\220\204|\2609\324\036\226a\323U\316\236\026?\224\235\023tc\2604\374\342x\357\244\376tT\\9Y\371(\270\243;\033\344\377\351\337V\021_\037\254\236\334|x\314Nv\236\215`\232\255\235\024\357\rA\365\007\320\255\267\302\222Z\354\205\347\302\365\360\307\250\313\226\372\267\374\017T\227M4WvE<P\031\031-CZ!\004\245t\36178O\030\333";
26264
+ PyObject *data = __Pyx_DecompressString(cstring, 1746, 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 (4642 bytes) */
26271
- const char* const bytes = "?0.3.1<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_u""int8SafeEncodeBufferSafeEncodeBuffer.__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.3<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_u""int8SafeEncodeBufferSafeEncodeBuffer.__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.1"
4
+ __version__ = "0.3.3"
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.1
3
+ Version: 0.3.3
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
File without changes