-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
28 lines (15 loc) · 908 Bytes
/
Copy pathREADME
File metadata and controls
28 lines (15 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SavReaderWriter
===============
**This is a fork of https://bitbucket.org/fomcl/savreaderwriter/src/master/ that is Python 3.10+ compatible.**
See https://github.com/saulpw/visidata/issues/1867 for more details.
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:
[](https://ci.appveyor.com/project/AlbertJan68345/savreaderwriter)