Basically, ppft is a friendly fork of pp, where ppft provides an easier install and better serialization.
Ppft installs with pip:
$ pip install ppft
Ppft requires:
- python or pypy, ==2.7 or >=3.7
- six, >=1.7.3
Optional requirements:
- dill, >=0.3.5
(install with $ pip install ppft[dill]
)
Ppft is licensed under a 3-clause BSD license.