ELF          >            @        C          @ 8  @                                 `      `                                                                                         P      P                   <      L      L                                =       M       M                                                 $       $                    /      /      /                                   /      /      /      x       x              Std   /      /      /                             Ptd   L.      L.      L.      D       D              Qtd                                                  Rtd   <      L      L                                  GNU sCmŵ+B>&                      
          kj/l                                                 #                     U                                                                                                                                                                                ;                     h                     X                                                                                                                                 D                                          y                                                               &                     ~                      U                                                               ,                       q                      F   "                                      __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize PyArg_ParseTupleAndKeywords PyMem_Malloc PyEval_SaveThread LZ4_decompress_safe_usingDict PyEval_RestoreThread PyBuffer_Release PyBytes_FromStringAndSize PyMem_Free PyErr_NoMemory PyExc_ValueError PyErr_Format PyByteArray_FromStringAndSize PyExc_OverflowError PyErr_SetString __stack_chk_fail LZ4_resetStream LZ4_loadDict LZ4_compress_fast_continue LZ4_resetStreamHC LZ4_loadDictHC LZ4_compress_HC_continue strcmp LZ4_compressBound PyInit__block PyModule_Create2 PyModule_AddIntConstant PyErr_NewExceptionWithDoc PyModule_AddObject liblz4.so.1 libc.so.6 GLIBC_2.2.5 GLIBC_2.4                                                                   t         ui	   ~     ii         L                   L                    P              P       P                    (P                    0P                    8P                    @P             U       HP             !      PP             !      `P                    hP             !      pP             !      xP             !      P             -!      P             "      P              Q       Q             6!      (Q             p      8Q              (      @Q             4!      HQ                    XQ             "      O                    O                    O                    O                    O                    O                    O                    O                    O                     O                    (O                    0O                    8O                    @O         	           HO         
           PO                    XO                    `O                    hO                    pO                    xO                    O                    O                    O                    O                    O                    O                    O                    O                    O                    O                                                                                                                                                                                                                                                                                                                                                                                                                                                    HH?  HtH     5>  %>  @ h    fh   fh   fh   fh   fh   fh   fh   rfh   bfh	   Rfh
   Bfh   2fh   "fh   fh   fh   fh   fh   fh   fh   fh   fh   fh   fh   rfh   bf%.>  fD  %.=  fD  %&=  fD  %=  fD  %=  fD  %=  fD  %=  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %<  fD  %~<  fD  %v<  fD  %n<  fD  H=>  H>  H9tHV<  Ht	        H==  H5=  H)HH?HHHtH5<  HtfD      ==   u+UH=<   HtH=<  d}=  ]     w    UHfH-<  1HAWAVLL AULpATSH   dH4%(   HuHH)pǅǅ    )E)E)E)EAURHW  BY^W  H0H  H}  H LcHcHE   LMIH   DMDLpHLH vH H LT  HcL9t  L   HLHuqHgfD  H&  HHD HHIH DL<H9  LH5
  H8111HEdH+%(     HeH[A\A]A^A_]f.     HF H LH}9  H5	  H81fH LHM9  H5
  H81^    H=:  H5
  1oLG1fH DL<H8  H5f
  H8v H=q:  L1H5
  L4@ UHAWAVAUATSL$  H   H$ L9uHXHIAdL<%(   L}Eǃ   AHL*LMtULHAA   EDDDMHLHHUdH+%(   udHX  [A\A]A^A_]Ëu HLLMtULHHEDLH@	f     UfHH  1HAWAVLL AULpATSH   dH4%(   HuHHHHN7  )p)E)E)E)Eǅ   ǅ	   ǅ   ǅ    AURHRHRHRH  H0  0H0H  H}  HH5  c  HH5    HH5  ǅ     <HcHGIHEaIHU  LHtIT$A$HELpH PPHEPHH H L  sLDHc   SHLhH   HEdH+%(   &  HeH[A\A]A^A_]f.     ǅ    H $LH4  H5  H811Hs ǅ   ~Hd H 1LHk4  H5  H81.D  H=5  H5  1LkfD  H 1bLZH3  HH5E  H81KqU  H=4  HSHH   Hú   H5>  H	   H57  H
   H54  Hz   H51  Hf11H5+  H=@  H4  Ht3wHHH5  bHH]f     1HH] HH                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       y*|ipz* Input too large for LZ4 API Invalid size: 0x%zu default y*|spiipz* fast high_compression Compression failed HC_LEVEL_MIN HC_LEVEL_DEFAULT HC_LEVEL_OPT_MIN HC_LEVEL_MAX Call to LZ4 library failed. _block.LZ4BlockError source mode store_size acceleration return_bytearray dict uncompressed_size _block decompress  Dictionary too large for LZ4 API        Input source data size too small        Decompression failed: corrupt input or insufficient space in destination buffer. Error code: %u Decompressor wrote %u bytes, but %zu bytes expected from header Invalid mode argument: %s. Must be one of: standard, fast, high_compression     A Python wrapper for the LZ4 block protocol                     decompress(source, uncompressed_size=-1, return_bytearray=False)

Decompress source, returning the uncompressed data as a string.
Raises an exception if any error occurs.

Args:
    source (str, bytes or buffer-compatible object): Data to decompress.

Keyword Args:
    uncompressed_size (int): If not specified or negative, the uncompressed
        data size is read from the start of the source block. If specified,
        it is assumed that the full source data is compressed data. If this
        argument is specified, it is considered to be a maximum possible size
        for the buffer used to hold the uncompressed data, and so less data
        may be returned. If `uncompressed_size` is too small, `LZ4BlockError`
        will be raised. By catching `LZ4BlockError` it is possible to increase
        `uncompressed_size` and try again.
    return_bytearray (bool): If ``False`` (the default) then the function
        will return a bytes object. If ``True``, then the function will
        return a bytearray object.

    dict (str, bytes or buffer-compatible object): If specified, perform
        decompression using this initial dictionary.

Returns:
    bytes or bytearray: Decompressed data.

Raises:
    LZ4BlockError: raised if the call to the LZ4 library fails. This can be
        caused by `uncompressed_size` being too small, or invalid data.
          compress(source, mode='default', acceleration=1, compression=0, return_bytearray=False)

Compress source, returning the compressed data as a string.
Raises an exception if any error occurs.

Args:
    source (str, bytes or buffer-compatible object): Data to compress

Keyword Args:
    mode (str): If ``'default'`` or unspecified use the default LZ4
        compression mode. Set to ``'fast'`` to use the fast compression
        LZ4 mode at the expense of compression. Set to
        ``'high_compression'`` to use the LZ4 high-compression mode at
        the exepense of speed.
    acceleration (int): When mode is set to ``'fast'`` this argument
        specifies the acceleration. The larger the acceleration, the
        faster the but the lower the compression. The default
        compression corresponds to a value of ``1``.
    compression (int): When mode is set to ``high_compression`` this
        argument specifies the compression. Valid values are between
        ``1`` and ``12``. Values between ``4-9`` are recommended, and
        ``9`` is the default.
    store_size (bool): If ``True`` (the default) then the size of the
        uncompressed data is stored at the start of the compressed
        block.
    return_bytearray (bool): If ``False`` (the default) then the function
        will return a bytes object. If ``True``, then the function will
        return a bytearray object.

    dict (str, bytes or buffer-compatible object): If specified, perform
        compression using this initial dictionary.
Returns:
    bytes or bytearray: Compressed data.
  ;@      \   t            $  @         zR x  $      p   FJw ?9*3$"       D                 \             ,   t      ESTQ
K  (      '   ACf
A,         ESTQ8
K  $      l    EOE
JJ             GNU                h   ~FDO {"type":"deb","os":"ubuntu","name":"python-lz4","version":"4.4.5+dfsg-1build1","architecture":"amd64"}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     h             t                                        L                           L                    o                 H             0      
                                  N             X                                        P	                   	                            o           o     	      o           o          o                                                                                            M                      0      @      P      `      p                                                                          0      @      P      `      p                                                                               P                                                          U       !      !                     !      !      !                                                                            -!      "       Q                                                              6!      p              (      4!                    "                                      /usr/lib/debug/.dwz/x86_64-linux-gnu/python3-lz4.debug 
+"&Q,S|F 436dabc5b52be842c296f9868e3e26b6a9e5e2.debug    , .shstrtab .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt.got .plt.sec .text .fini .rodata .eh_frame_hdr .eh_frame .note.gnu.property .note.package .init_array .fini_array .dynamic .data .bss .gnu_debugaltlink .gnu_debuglink                                                                                                $                                 o                   $                             (             0      0                                0             H      H                                   8   o                   B                            E   o        	       	      0                            T             P	      P	                                 ^      B                   X                          h                                                         c                                                       n                                                      w                                                                  `      `      {	                                                                                                                 K                                           L.      L.      D                                           .      .      (                                          /      /                                                  /      /      x                                           L      <                                                L      <                                                 M       =                                 r             N      >                                                P       @                                                 Q      A                                                          A      K                                                   A      4                                                     B                                   