aboutsummaryrefslogtreecommitdiff
path: root/devel/py-rubymarshal/pkg-descr
blob: 364c586d01a4a4c2586d7d4130b8373afb9af016 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Read and write Ruby-marshalled data.
Only basics Ruby data types can be read and written:

  * `float`,
  * `bool`,
  * `int`,
  * `str` (mapped to `unicode` in Python 2),
  * `nil` (mapped to `None` in Python),
  * `array` (mapped to `list`),
  * `hash` (mapped to `dict`),
  * symbols and other classes are mapped to specific Python classes.

WWW: https://pypi.org/project/rubymarshal/