Survey Solutions API Wrapper
Project description
SSAW: Python wrapper for the Survey Solutions HTTP API
SSAW is a Python library to access the Survey Solutions API. This library enables you to manage resources such as creating assignments, users, maps; as well as perform workflow actions, like approving interviews, reassigning workspaces etc in your Python applications.
import ssaw
# First, initialize connection with the server
client = ssaw.Client('https://demo.mysurvey.solutions', 'api_user', 'api_password')
# Get list of questionnaires
for q in ssaw.QuestionnairesApi(client).get_list():
print(q.title)
# Download the latest exported data in SPSS format
filename = ssaw.ExportApi(client).get(export_type="SPSS",
questionnaire_identity="64136490cbc24a71a1df10f4b7115599$1")
Complete documentation at https://ssaw.readthedocs.io
Details on API at https://demo.mysurvey.solutions/apidocs
Read more about Survey Solutions at https://mysurvey.solutions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ssaw-0.9.tar.gz.
File metadata
- Download URL: ssaw-0.9.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37b5e9f11e992e6e92ccf83f0edd791142a33d883654ff3d373f67b1e9c71e20
|
|
| MD5 |
964f652c0c0e9894b666a9dffe0682d8
|
|
| BLAKE2b-256 |
8dda8ba8aa5cd2fd8c3da2ad57496b0bf3bbffd698b6f18a353b6fed4d047598
|
File details
Details for the file ssaw-0.9-py3-none-any.whl.
File metadata
- Download URL: ssaw-0.9-py3-none-any.whl
- Upload date:
- Size: 36.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
739e5c191d7fbf899833bba7f8e75031939fa61f9321db4c2f47180814f9e54b
|
|
| MD5 |
e54051908a27098582cd9f64ce95fbee
|
|
| BLAKE2b-256 |
b1880db0cab188aae2d0839dbf9d83eda262b737a77b1205fa9090edf47b99f9
|