tmsgpack 0.3.0__tar.gz → 0.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {tmsgpack-0.3.0/tmsgpack.egg-info → tmsgpack-0.3.2}/PKG-INFO +1 -1
  2. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/pyproject.toml +1 -1
  3. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/core.c +7 -7
  4. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/core.pyx +1 -1
  5. {tmsgpack-0.3.0 → tmsgpack-0.3.2/tmsgpack.egg-info}/PKG-INFO +1 -1
  6. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/MANIFEST.in +0 -0
  7. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/README.md +0 -0
  8. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/build_pyx.py +0 -0
  9. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/setup.cfg +0 -0
  10. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/setup.py +0 -0
  11. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tests/test_build_pyx.py +0 -0
  12. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tests/test_codec.py +0 -0
  13. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tests/test_round_trip.py +0 -0
  14. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/__init__.py +0 -0
  15. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/api.py +0 -0
  16. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/codec.py +0 -0
  17. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/01-imports +0 -0
  18. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/02-constants +0 -0
  19. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/03-encode-fn +0 -0
  20. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/04-decode-fn +0 -0
  21. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/05-encode-buffer +0 -0
  22. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/06-decode-buffer +0 -0
  23. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/07-encode-buffer-slow +0 -0
  24. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/08-decode-buffer-slow +0 -0
  25. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack/src-parts/09-exceptions +0 -0
  26. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack.egg-info/SOURCES.txt +0 -0
  27. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack.egg-info/dependency_links.txt +0 -0
  28. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/tmsgpack.egg-info/requires.txt +0 -0
  29. {tmsgpack-0.3.0 → tmsgpack-0.3.2}/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.0
3
+ Version: 0.3.2
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.0"
3
+ version = "0.3.2"
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_0 __pyx_string_tab[1]
3068
+ #define __pyx_kp_u_0_3_2 __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.0" # <<<<<<<<<<<<<<
24662
+ * __version__ = "0.3.2" # <<<<<<<<<<<<<<
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_0) < (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_2) < (0)) __PYX_ERR(0, 4, __pyx_L1_error)
24667
24667
 
24668
24668
  /* "tmsgpack/core.pyx":13
24669
24669
  * ctypedef double float64_t
@@ -26244,7 +26244,7 @@ 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\000\221\250\r\374?\337\273\377=\337\253\357=\225\240_u|\215:\336\337>\234\021\275\2627\221\310\362\\m-)V\312\017K-\355/\252\004`l\266\2618\331\240zd\202\234\227\305\177I\025\232\307\024\003qfI\r\306\000\301\000\332\000\224\206^B\363T\377\377\267\222\304T\363@,a<?)\014\3260&OM\013\225B5j\232\204*\266R\323k\325e\024\202*(('%&\360OU\336\254-|\315N\216\205\347\361&Y^E/\325 \311\251\322X-\3152\333Z%\t\314\217a},9h3\324\376+\324\326\203\246\026\350\301\317y\031V\2327\252K\320d!~\214\3456K\032C\234\347\333\370\013\265*!(\005T\322b\245\005\254\367\363\2447c\350m\237\345\375\022\335^\203\230\302j_\262G\002f\371\222\341\313,5\2305W)|9i[\037f\273\002\252\274\336\244\nV\371\233\265%\270\311\323o[KK\350DhD\310\304\263\301c\"\"\366\376\2465+\363S\231\332r\246\033N}\246\021\323S\234U\233b\324>~\214\323j1\246\3545\305h\322%m\226~\312\233\3436\357k\327\342\2574k{\355\364X:\253\207e\214\327\336\273\242\202d\222/L\357\"\307\374\212X\"\306k\021\343s\036\351\253]q\363\317\372\272{\2345\267q:\307d\022\027\006\313\272\002:\321\240\223O\2564%K\273\231\264\233\363\343\030\247\347\276\311\244G|\211\307rD\214\307y\376\332\251\0015%w\302)-c\272\301kM\333&'\214\217\2229\304\317\253-\276\031\207:\374\331+\305\230i\245s\223TEo.\251\266j\r\306\370Sk\177c\204y\323\022\332\252\3415\331G\352\026,\360\002\335\010'\320Y\341\037Y\307:\n\367xe,\214\225\002~\276\316\327\241?\207\021\361\007\330L\327\002\351\370PzJgag;\303@6\202\217\227\250\207t\016<\217\354\225\215\200S#\372>_\212\017\340\236\250oz\307;d\257\320\263N\200\243t[n\024\253\017\316\013cu_Ig\341\036@+\017\335e\207\341\222\177\330y\005\302y}\270\003\316K$#\372btQ\367\300;\\\304\312cS\203\311tX\035>\023\375\323/\360\214\207X}\010\000\300\311\201\311P|_\365Xk\234\256\332\023#\366p\236\372b\357Q1_\213M[\314oRw%\231U\277\241&\345\252\346\274\2347\215\377\2464F\315\177\231\177%\367\227\263\\\2140_S\262>\275\271~\014\031\211\010\233\303\213\357\344K\360\241\262\217C\204\226\210\215\353\363r!\271\352\014\313\006W""\207u\322a\343H\351\024B\\!\233\227\213\221\0135\363\241\345\3012\201\256\216KPyZ*\254\374\311od\302\306\325\365\216Q\027Q\200\321t\320\324h\235X#\226\010\353\003\342Z\260\023\210\360\225\035c\245\222\351\330\274d\317\300Y\366g\233X}l^\331&\255\016\2146\206U\201\315\013\223\031\261D\254\020\257\203blU\306I[\264\365\374`:\274\301\247\340\303`t.<\214>\325\001\276\240\206\204k#\270\323\010\360y\235/\373H\272K\001\336mP\3061\236\"\203\300\251\331\243\3352\342*\005\035\010\257\214\346\006F\343\265dk\006K\245eO\220\261)$0\360b\320I\374\264+l\227\225\001N\315\210\213x\010\277ab\213\314\310\031\010-\254\005\342\203\321O\035\273\013\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\002t\322\341\320\3310\"\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);
@@ -26252,7 +26252,7 @@ const char* const cstring = "(\265/\375`\"\021\3455\000ZE\200\016E\000\221\250\r
26252
26252
  if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
26253
26253
  #endif
26254
26254
  #elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (1861 bytes) */
26255
- const char* const cstring = "BZh91AY&SY\211\202\236\000\000\001Z\377\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\303\345J\254]\335\311\033fV\264\2528\r\202ID\324\324\036\246\324\007\250\362\232=\352L&4\240h2z\236SA\241\204\0324\320z\236\240h\365\0324=OP\330\023H$\223A\000\232&\320\206R4z@\031\r\006\200\001\240\000\000\000\000d\0326\240\364\202\014\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\324\377U\020S\022\006\232\236\204`M\006M\031\017P=&\000L@bha\r\0004\310`L\000\203\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000%4\202\021\246\200#h\2324\231=4\220z\200\321\241\241\240\000\0004\0002\000\017Q\240\004U\260\203\r\333\255z\370\260Ax\300D0\305 \200y\224]\324\261\262lo4\010\311Q\216%&}n\316\313<\324\311)\225\002\024\205)\t\021\021(\004\030d\314\"\224\252\020\206\"g\302H\336\220Ha\022\212\010D\235\340\340\022)\001\033\345\363hI\334\274y\274`\020\"\327\301\250p z\351:]H\221\2109Y\0328< \020\222E\203\253\231hbU\375\305\276a\307\324\360\337\251\373I\374\267\351G\2521\307\010V\376/]\037\314?[\252?\232\353T\2461\265\352\344\241]*x\023S\344$B\0059CN\215\032[\251\006\032*\n\321\321jn\3551@\243O?V\004\205\377#\317\354\340\221\223\323\226\\\306A\002\023~\371\343\272\224\230y\003\016\302\0061\316\377_\205\355\006\334\324c\000\360\003(d0\036\245\001Ce\234\317ns\005R-\267\330\366\\\270\211(\004 \212\366R0H\214\201\350\2671Ko\314m\272=\377\2275?\257\355\266?\325s\307\326Z\243\215\005\375\340|\361\350\003\014\242\302Q\224\017\217\227\3155m\367\366\355y\3061\342\244\230\241JR\2178\3061\236\204\204\032tA\002\213+$Y\270\264\346\366\324\022T\241JF\207eb\316o^q\315\261!\223\031>\304\244&\t\007\341etv\266v!#\222\275=\025{\006\363\264\002\310\213Kt\362\264\340\335\273s\273\277>Sbs\234\335\335\3367\303\034\265\230\336\221\233\010\276\266\"\344\2356\026\216 \254\032\244$\030\264\273A\t0.`\022\007`\343}Q\0104\333&\330\364js\236UU>\267$\216H\300\264\032\335\\\241a\266T\210\255w\271\357\227j\356\315l-\237[\356\277.8\335$\230Z+Y\247""\\q\n\313\226\260\000\000\026\276\351\234\265,\275L\311I2.\212Iz\325\277\032\337-[a\204\313t\305\\0\000\000\002\3511\227\230Yi\205\215<\027n\304\263u\004+\335%\376w\372C\301\351u\200\275wz.\315\237\304\307\r\363d\273\324\222\202\272\221\032P\244\360\022#3\314J\034O\230\222rO\211\361\313\300\371ND\243\231P$\304\260O\2133\241\204-Z2D'Q\222WF.\275Bp\220)\243YF\351\034\000\211)\022R\000\001(\224#}\373l\362\262\322\2303[\014]\232BZ \212\331\rj\002L%\205\3339r\273\035:\020\010\267M\234\027\302\370fI\354\243\260\207\253\200\341\327\205\275~Xg3<\347\030$ \226\206f\031\231\200\200\000\024\000 \006\322\265]\206\272\371-\243_Ml\224\256\\m\206\022\375\2251\274\000+J\346\231-L\312L\253\251;w\243\233\246\204\020*\353e\252\300\275\357\014\361\240\206\223\235Z\324H\312q\304\271\354\254\262M\257\007\257\032\207\305!-\327e\031\031@[o\206,\005\2553S\032\330\n\243F\246\037\305\333;\003\204\347\345\262\322\003r\204&\311!&HI\355\026\260e{\213\321\226\020\206\246/v\301\223\203#h@\026\341\330n\206\343kF\204*\260U\233%\314\321.gj\264\261\310\000\000\000\000\"\"\210}4\272s\206\333E\226\270R\327\2600IW\004\262\342\210\3537\010c\312\266;o\010\214\327\025\\\263\263h\2706\266\2215\353z\000V\367\025\305mP\314OA)\275N\350PV\241\324J0+\220:}\360\314\017R\355*j0\242\3054#<n\2438\364\326\305\014\003>\356\031\2429\360\rs3\000\306\272\313\363:\027\020\315Q\303n\212s\2058+\016\022\332\330\031\2663\325B\375\365\224\354\237\034\365X\023\006\201\272\250\361A\256mmk_'L\033\372$w\\\235'\326\266;\020n\223\312!\324\024}\001\316\024\331L\010\272\314\014\344\024\252M\325)J[cm&\206\202h\246\232j&\242j.M\212^\227\211^9\027\025\3003\226t!\200:<E\225\0219qB\n\267!\\\007\206'\001\"\004H.\325\322KJ.\223\0230\202\014\315\202\343\302\027G\231ypq\\\236\014\256\241B`LW\302\355%CD\207\022\252\216\007\303\213ex\340\251s\214\030(I2I\002I\023\232\351\241\325\352\210T\030\356;5]\314?=4_w\023\273\272\247\024Z\372\020\324b\260Wa\2473$T\312L\306\360A%\216$g\205\032\211\356D[;y)\210\337\276\300\223\301+\025\005$C\234\002\020G+""\r\304\307.>\265G0\305\355\274(\214s\203\240\220\225!h\nzkf\354tH7j+\216p\342vHc\021\251\243K\0233:]\271<\241FZ).\233\325\"\3726\243j6\243j\212-D\221$J\361\334\re\321\203Z\025\211\201\032<k0x\224\004\343\244\003\177\200f\266\244\301\270Yg4\021\237\252vVu\354k\3478\324]\347\345F1RyCztL\367\030\353\330K]\230\003\330lf\232\304\326C\014\224\246xk$v\026K\252\214\326\375\311\035\330?\304\365\274\3023\314\004\223g\360\\\324\264;\223\372Yw\222\200\332\007\237?h\345\315\270\302\333M\025\236dO\277\234|\t\231\016\322\247\2754\374\333-5\336\206\231C\336\\\243\233G\24606\325\352m\375\353<P!\030\242m\342^\204T\037\21048\005v\310\333\205(j\221!\275\364\310\0258X< \365jt\251T\373\020'\204:\201F\267^\221\177\021\243\344\032\265\274\310t\037\nR\363(V'\007}\260\214\351\270\336F\204\312\355\254\347:\313\363\246U\327\304\220\363\363\361K\264>\203V\273\312v\242\255\226\025leg\330\323\331\035,\271\252\016\3167\033(Q\302T}\036}>78//\030n\360t\242tC\032\356x\244./G\243\342G\37661\353\033L\333\367\006\253\271\234\357\302\017q\277_\223\263\233\321\215&\021rL9{FQw ET\222\036\004Bc\306\004\207b\020v \246A\347\004\315\007&;\274f4P\361o\374]\311\024\341BB&\nx\000";
26255
+ const char* const cstring = "BZh91AY&SY\377\2326U\000\001Z\377\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\303}\264\325\\\335\335\313b\331\251\255(8\004\022\210\210P\375Sj\032mM\2654\236\322i\223h\223#\324\031=OI\243M=L!\241\246\203\021\243FL\232\032z\230\311\211\224\022I\240\203D\3212d4\223\014\240\r\006\200\000\000\000\000\000\0002\r\031\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)\242\022i\243@\021\246\232M\244\364\232d\206\324\006\214\232\000\000\000\032\000\032\000\006\217P\002*k [\261al\362\211i\333%\241\302\334Q\327F*E\346D\272\250\267X\256\241|\217\035:L\215V_\301?\324\302\224\300\201\nB\224\204\210\210\224\002\0142f\021JY\010C!3\343$nH$0\211E\004\"O\000p\t\024\200\215\343\t\264$\356`<\3360\010\021l \3247\320=\264\235+H\221\2109i\0328< \020\222E\303\252\262\320\304\255\373\213\374\263\253\323\360\237\247\373I\374\247\350\307\2501\325\204-\177\023\256\217\346\037\255l?\233mT\246Q\275\354\344\241m,x\023S\344$B\004l\000\225\205\205)*5\004qZ\257\214Q\365Jj\204Q\\\215\305\341h\350\267\224\322\335\351:e\364\247\2339\224@\204\337\276\211m\2456\036`\303\260\201\214\224\301\330Z\001\263\3463@;\340\323\r#\001\352qX\t\366?\037\2679\202\261\027\337\354{.T\211(\004\032\243\330\321\204\007G\035\006E~A\031%\304\022\027\266>\270\021\270\371!r\333\321/\363\227\r\313\365\010\373\200\371\343\337\203\014\242\302Q\224\017\217\227\3177x=\375|\0178\306<\352I\212\024\245(\363\214c\031\350HA\247D\020(\262\272E\333K\316\177gA%J\024\244hq\334\263\233\227\334s\216De\310S\2639\211\202a\370[z\256n\207f&q^\335\341W\360\352v\200\266B\322\335-W\233\374<<.\356\375\tM\211\316swwx\341\014\265k2\301#61}lE\311\272lM,ax\032\264$\030\367]\241\t0.P\022\007`\341}\350\204\032m\251\266=\032\234\367\225\226O\255\311#\2220/\006\277w\224,v\312\221\025\356\365|\t[+\"\221y\347)\335\252\251\000R\004\356wOUI""$\344\224BI$\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\\\272\346\236+\264bY\272b\026\016\222\377;\335!\340tz\300`\273\235\025\315\237\303\313\035\343d\273\264\222w1$<\370\222y\350\203\312\305\037 'LDH\021\032#H\023\314\322\214\207\314<p\222\345\242|y\335\014!oi\313 \245fY\3301c\326'\t\202\2425\225m\222\270\010\222\221% \000\022\211B6>L\366\006\nR\346k\341\223\263HKD\021k!\257@I\204\261\256\316d\253\226\235\010\004_\246\355\374!\2043$\367Q\330C\331\276pk\306\376^\254s\231\236s\214\022\020KC3\014\314\300@\000\n\000\020\003?UK.\313L#+\360(\255\236\355QJ\023\320\325M$\222I$\235\236\302\270k\023\027T\251;\367#\233\244\204\020,\353j\335\2700|\003<h!\244\347R\325\0222\234r*\367Z]&\327\213\333\225\203\344\220\227\ruFF\250\013n\020\311\200\275\246n\261\255\200\2624jc\374Wg4\340:\032\266^@nP\204\332\222\022d\204\236\361k\006X8\275\t\342\010\336b\377l\031w\362\266\224\001\271\213\210\333\r\246\326\215(U\341\257>[\271\344]\277\222\304\275\204\000\000\000\000\"\"\210}4\254\347\r\267\213V\270R\367\2701I[\004\265qDu\233\2002\345_\035\270\004Fj\226Ugf\321P\332\332D\330-\310\001k\324\266+j\206bz\tM\354wB\202\334C\251\025aW`\352w\2430=k\231\\\254\304\213U\020\215\022\261\032\007\271y\212 \0246g\233\021\336\310Wn\240\021\314\251\232g:\346\022\264\346\357\360Y\274\026eP\322YZ\004\266\324\\\250\277\241\263R\3559\251\236\350P\023\232\256Kc\253\313iX\257\315\323\007;L\316\347\243\322}k\211\330\206\351<\344\035QK\317\034\340M\230\302\213\031\201\234\202\225$\325R\224\245x\265\3420\360\3230\233T\306Ld\306X\230\251jZ'|\350\255\227@\320[\317\214!\320\330[Y#\223\034B\274\344^\201\343\033\200\221\004H.\311\322KJ+&&c\004\031\233\025\325\306\025\217\036\005C\212\251\340\312\264*L\t\213\334\016\323U4\210\330\253\253}\361c\342\275\222\025\3078A\202\244\223$\220$\221J.\242\035_\254\212\303%\327f\257\247\037\236\355X\035\304\356\356\256c\223`B\032\214Z\n\270\351\314\311\0262\2231\270\020Ie\221\031\343F\242z\242-\235\274t\304""\260``I\341+UE\302A\332\000\210G#\r\261\216L\2365g(\305\365\220i\010\351\207~\3143T\366\000\324\313Z\\\374s\rY\312\345\2106Bf\021\214\336i\\b\206wK\267)\230*\315U\302\303Uh\300\2164q\243\215\034jH\334D\3214N\371\334\rm\203\006\264+S\0024\370\226\341\353\324\024\226\350\007;|f\334\2550m\026\333\313\010\321\341\037B\320\275}}\243\205I\336\236L\245%7\234j\245T=\266;\032\350\232\252\240\033\006\2653P\232\250(\250\217\253\005\331#\250\227\320T\025x~h\207\221\3362r^Q\014\262\321$\333\375\025\364\267\010:\337\304\304\262\210\351\274\014i\375C\nmu\023\201\026*\261P\235\313\224m\023\"A\241F\364\323\367\302}\326\306N\211?h\257B\235\016\330\240\273\326h\257\027y\204\362\220\245\003\202\342{\220\307\032\340\264\255\tcd^B\032U\007)Y\335\210%\032J\036peZ0\303\217\276:\214\020\202yB\257~\023\226\341\237\250-^\034jY\255\010e\343O\252b\205e\266,\023n\261\014\331\231\213\352\202\0106[\2132\246\255\304A\215\235r^\340\324\r<\306&.\222U\304\n\232\362\262\365\364v\310%\225\364\302\014\242\302\312\0228?\037?\"\215\377`,\247\2449\272\032\016vB\352gz$'R\265j\256^0T\324%\021\344\274\022\036\235\223\276\306\274I\347x\360r+9\026 8\321\325\032tU\307d\356A%ZHx$\024\036PLv\"\035\210T!\351\t\232\034\240\356\362\240\322C\311\277\361w$S\205\t\017\371\243eP";
26256
26256
  PyObject *data = __Pyx_DecompressString(cstring, 1861, 2);
26257
26257
  if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
26258
26258
  const char* const bytes = __Pyx_PyBytes_AsString(data);
@@ -26260,7 +26260,7 @@ const char* const cstring = "BZh91AY&SY\211\202\236\000\000\001Z\377\377\357\377
26260
26260
  if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
26261
26261
  #endif
26262
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\206\244R\024D\304F\316b\004)%8\301\024\204(q\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\2737\312_\224oT\357U\277\255no\3336m\021\0335\034\307\246\204\241.\261\005\335D\217\034\216(sDk\027Y\254-82\t'\000R\304w\tG\367{|\327a\310\362\220Im\253A]\302\251\335C\036w-\203SW11\364x\353\361\365\312\355\n\"\314D.\375\235\032\334C\236h\0306\361<\352!\247\211\032\302\262\271\305\020\357\265\251WF\333M\324s\004b\224\232\210;\250\r|\223\007\370.e\310\243\\-\3205\302\230\303\t\267\034\206\341\270\305Z\327\220i\271\240\304\352Ru\372\001\261=Z\376\261m8&E\016x\000\372\\\302Z\024\335\270\276\276\261\261\211\252\365g\314\244M\213\2016G\263m\"b\232\030\304\322j\243j\232\006?D\302S\266\034X\006-\353\375\001\361\0200h\274lZ\036i\330\224\3160\3229F\312\024_\313\250\356V-\313\213v&s xM\"l\2160v\251)\014\21212\205\266\2369\354:\004\263kAj06,fq\254,C\215\036\247\036\030\337\251\252`\263\226\347\010\327\240_s\262G\261\246!\203@JM\324t\\d[\036\327\024\023\3222I\320\234\232\242X\262) \177N\326\276\327j\023c\357s\303qi\271\335;\274G<\372\rU\261\273'\232M\352\316\356\313\251g\206\256\030\21438 \245\240\221\377\003\217kF\276e\021\232\266C\370\355,\212\305\370Z\016\276\236\203Wr\360L\371\020\240,X\344\351\025y\212E\236f\221\250\336b\3231\236\334g\307x\206#3\306S<\304\033\307x\212p\340\346\023\306\301\237\245$A\310\300\327s\360J\016\236)?\016\376,,\362\364\212<\305\"O\263\016\376dF\242\365}~\230.\346C?I\232\213\371\2308n\327\031L5\352\014\244\032o\006\002\347g\020.\332\366\224\007\321\032\350\351b\336\330I\322\234\261c\"\214\377\310\326iH\231:\215x\264#(3\350\014\312\335i@_1\217\034Fw`\354c\374\270w\010\3377 \r?\242\207\374\tm>%\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\374\020]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\377Z\226\344'\301Z\3600\2745X=*\234\026\227\372w\345\252\274\023\324\202\347a\355\2506Z|O\256\215\026\317\366\271\377\245$\362 \201\210\360\245~\005\300;\362Ap=\354\014\n\243\305\345\376w>\361;\021\363\206|#(\005W\002\3622\254\013\262\023\024\203TjO\276.\367\303\265\260\2262\236.\276\355\353c[\376\005\330sy3X\tj\243\345\267\375\263p\2640\261(\371%\377j$\271\363\037\344\335\0166\302\005\260\355\354\260s\\H\017\277/k\231\256GR\016$\rn\205\253\341\232\202\0208\360\375\2400(\215@\364\222\334\010\nAi\016_\226[\020\224\3259\374\ry\001\024t\346\3603\362\252\362J\341W\203\235\260t:\016\234\362\253\343/\200\021\255\340\247\360\253aax\371\230\034\203c\347\375\207Q\302\376\220+\262&\353\247\213o\366\237\371W\374\226\334\t\336Q\326\216\336<\367\277\266\037\373?\277\374\366#\177;\336n\016~\031\222a\357E!\013\376\343Eityu\0328]\274\010""\256ve]\305{\333\257\373PJ\247\213\227\341\\I!\337\313\202,E\331\251\370\035y&\251\265\313\362Yp-,\205\253\343\314\365\302WU\366#\352\257\201\247\215\033\227\302\005\220m\312kJl\254\361TW\306%\371\026\244\274\033\326\325\301\230r\024\027\304\035\010\355\023]\022\235I\350'(\243Bx1\324\340\273r5\263z&\241\203P{5\206\014ez\304%\374\232\277#K\321\246\353?\327\362+A\017\252ceP\033\324\217\n\243\342\231\376\247~=\352\345\267\372;~iT\\\356?\364\327\374\007\362\263\200\214\212\013G\335\376s\177K\236WQ<\347\203=\227\224\307\227t\305C\355*\016\325+'g\327\006\347\007\365Ak\370\333\213\205\027\3001\205\024\306\n.\352\336;\037\324_^\321F\260\020t^R\321I\361#H\336\205\220\204|\2609\324\036\226a\323U\316\236\026?\224\235\023tc\2604\374\362x\357\244\376dT\\9Y\3718\270\255;\033\344\377\351\337R\021_\037\254\236|\361\340\230\235\354<\033\3014[;)\336\035\202\352\017\240[o\206%\265\330\013\317\205\353\341\323\250\313\226\3727\375\017T\227M4WvE\334W\031\031-CZ!\004\245t\3617\001\370\030\330";
26263
+ const char* const cstring = "x\332\245WIs\033E\024F\205\300&6\004\305Y\212%\320\206\244R\024D\304F\316b\004)%8\301\024\204(q\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\2737\312_\224\327\253\367\252\337V\267\267m\233\266\210\215\032\216cS\302P\227\330\202n\242G\016G\2249\242\265\213,\326\026\034\231\204\023\000)\342\273\204\243\373=\276\3530dy\310\244\266\325\240.\341\324\356!\217\273\226\301\251\253\230\030z\274\365\370z\345v\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\200\330\036-\377\3306\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\2579\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\206\252\330\335\023\315&ug\367\345\3243CW\014\306\031\034\220R\320\310\377\201\3075#\337\262\010M\333!\374v\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>?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\230G\016\243;0\3661~\334;\204\357\033\220\206\037\321C\376\2046\237\222\346T+\314\356\347=\311\340\230sh\216'\035\036Y\024UG9\370z\016^\311\3013\345\213<\005\"O\203\310S!\022\035\223\371\237\335g\307\354\337\246\304""\034O\332\363Y\224\304\245\254\236\317\301+9x\246|\221\247@\344i\020y*t\314v~\210\256\263-\327u\\\214\343\027\005\224d2\013\211\327c\206\345\224\341\272\203\027\004\274\024<\005;\256I]\303\206-X\212\271K\014\332\000)J\201a6DS}Xw\245\256tS\247\0137]g?\222:\t\250\346\306\272\225p\362\307t\014\214)\310P\037N\033\206j\017\222\265\t\235\002\277\0307\005\003v\214[I\3520\266<\234\032lq\272\357\331\026\3476P\366\t\330\013\377\366)'\372Q\2457\216)\024\021V\256\203)\203W\005\005\002\334\364\300\313\310\276&1z\200\261\nU\333i\303\302\245m\342\002!\235\014\311<\230\234\002q\357\247\016\000;t\272\261K\215=O\354G;\227z\360\376\211\326\261\371j\311\365`P+\301\332\226\261\007\366\315^\217\031\344\311\034\317\220g\333&\203<\177\272\313\325;M\271\337\021\304\216B\221\274D\322\331\021\217\212x2\304\203 \356\373\350\215\2204{\322\333I+'\235;~\374\315\265h\n\320C\325\234vS\267h\234\025X\305\357\307\211\306\305\031M\3549.W\037\336\243=\017HnD\007\323\004<\311{\336\3702J\257\240\364\342I\256\233\361%\203\261b\204\337\370-\250\232\203\352\214A8a/\332\360_\005\n\317\336\324\020\235}\375\003u\325\245\256\247\336\3548yV\244\023%\036 \361\274\210\307C<\r\242\013?\031\001I\307'\r\236\364\363Q\341\257\305W^[\356\177-K\362\223`-x\030\336\032\254\036\025N\213K\375\273rU\336\tj\301\363\260vT\033-\276'\327F\213g\373\334\377R\022y\020\220@D\370R\277\002\340\035\371 \270\036v\006\205\321\342r\377;\237\370\235\210yC\276\021\224\202+\001y\031\326\005\331\t\212A*\265'_\227\373\341ZXK\031O\027\337\366\365\261-\377\002\354\271\274\031\254\004\265\321\362\333\376Y8Z\230X\224\374\222\1775\222\334\371\017\362n\007\033\341\002\330vv\3309.\244\207\337\227\265L\327#)\007\222\006\267\302\325pMA\010\034\370~P\030\224F zIn\004\205\2404\207/\313-\010\312\352\034\376\206\274\000\n:s\370\031yUy\245\360\253\301NX:\035\007N\371\325\361\027\300\210V\360S\370\325\2600\274|L\216\301\261\363\376\303(a\177\310\025Y\223\365\323\3057\373\317\374+~K\356\004\357(kGo\236\373_\333\217\375\237_~\373\221\277\035o7\007\277\014\311""\260\367\242\220\005\377\361\2424\272\274:\r\234.^\004W\273\262\256\342\275\355\327}(\245\323\305\313p\256\244\220\357eA\226\242\354T\374\216<\223\324\332e\371,\270\026\226\302\325q\346z\341\253*\373\021\365\327\300\323\306\215K\341\002\3106\3455%6\326x\252+\343\222|\013R\336\r\353\352`L9\212\013\342\016\204\366\211.\211\316$\364\023\224Q!\274\030j\360]\271\232Y=\223\320A\250\275\032C\2062=\342\022~\315\337\221\245h\323\365\237k\371\225\240\007\325\2612\250\r\352G\205Q\361L\377S\277\036\365\362[\375\035\2774*.\367\037\372k\376\003\371Y@F\305\205\243n\377\271\277%\317\253(\236\363\301\236K\312\343K\272\342\241v\025\207\352\225\223\263k\203\363\203\372\2405\374\355\305\302\013\340\230B\nc\005\027u\357\235\017\352/\257h#X\010:/\251\350\244\370\021$\357BHB>\330\034j\017\313\260\351*gO\213\037\312\316\t\2721X\032~y\274wR\1772*\256\234\254|\034\334\326\235\r\362\377\364o\251\210\257\017VO\276xp\314Nv\236\215`\232\255\235\024\357\016A\365\007\320\2557\303\222Z\354\205\347\302\365\360i\324eK\375\233\376\007\252\313&\232+\273\"\356\253\214\214\226!\255\020\202R\272\370\033&2\030\332";
26264
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);
@@ -26268,7 +26268,7 @@ const char* const cstring = "x\332\245WIs\033E\024F\205\300&6\004\305Y\212%\320\
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.0<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.2<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.0"
4
+ __version__ = "0.3.2"
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.0
3
+ Version: 0.3.2
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