Read and write SPSS files
Project description
A cross-platform Python interface to the IBM SPSS Statistics Input Output Module. Read or Write SPSS system files (.sav, .zsav). Works with Python 2.7, 3.3, 3.4, 3.5, pypy
installation:
python setup.py install
Or alternatively:
pip install savReaderWriter
To get the ‘bleeding edge’ version straight from the repository do:
pip install -U -e git+https://bitbucket.org/fomcl/savreaderwriter.git#egg=savreaderwriter
Unittests are usually run on Linux Debian 8 64. Windows unittest and build results may be viewed here:
[![Build status](https://ci.appveyor.com/api/projects/status/6chl9f5x27t37s3f?svg=true)](https://ci.appveyor.com/project/AlbertJan68345/savreaderwriter)