A python library for reading SPSS, SAS, and Stata data files, based on ReadStat
# clone
$ git clone https://github.com/jamovi/jamovi-readstat.git
# initialise the ReadStat submodule
$ cd jamovi-readstat/
$ git submodule init
$ git submodule update
$ python3 setup.py build install
# first build in place
$ python3 setup.py build_ext --inplace
# run tests
$ python3 -m unittest discover
probably easiest if you take a look at the unit tests