Sha256: e192480a7202a6c0a3212159769c9afcb26ace6e488aea6df3d7f21ceef49c3c

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

### 0.1.0 / 2023-02-18

* Initial release:
  * Supports deserializing Python Pickle data into Ruby objects.
  * Supports serializing Ruby objects into Python Pickle data.
  * Optionally supports only parsing Python Pickle data streams for debugging
    purposes.
  * Supports Pickle protocol 0, protocol 1, protocol 2, protocol 3, protocol 4,
    and protocol 5.
    * Can parse both Python 2 and Python 3 Pickled data.
  * Supports deserializing Python `tuple` and `bytearray` objects.
  * Supports mapping Python functions to Ruby methods.
  * Supports mapping Python classes to Ruby classes.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
python-pickle-0.1.0 ChangeLog.md