Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 739 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 739 Bytes

SavReaderWriter

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 and 3.4.

installation:

python setup.py install

Or alternatively:

pip install savReaderWriter --allow-all-external

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 7 64. Windows unittest and build results may be viewed here:

Build status