Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 703 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 703 Bytes

jamovi-readstat

A python library for reading SPSS, SAS, and Stata data files, based on ReadStat

to get

# clone
$ git clone https://github.com/jamovi/jamovi-readstat.git

# initialise the ReadStat submodule
$ cd jamovi-readstat/
$ git submodule init
$ git submodule update

to install

$ python3 setup.py build install

to run the unit tests

# first build in place
$ python3 setup.py build_ext --inplace

# run tests
$ python3 -m unittest discover

to learn how to use it

probably easiest if you take a look at the unit tests