Skip to main content

Survey Solutions API Wrapper

Project description

SSAW: Python wrapper for the Survey Solutions HTTP API

Python package codecov PyPI version Documentation Status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssaw-0.8.tar.gz (30.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ssaw-0.8-py3-none-any.whl (34.6 kB view details)

Uploaded Python 3

File details

Details for the file ssaw-0.8.tar.gz.

File metadata

  • Download URL: ssaw-0.8.tar.gz
  • Upload date:
  • Size: 30.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ssaw-0.8.tar.gz
Algorithm Hash digest
SHA256 185878b3f3de4a18c81ff47a55d01490564a955181598c0ccc73b605fc2a2575
MD5 47a71b5fe9bcb32707e715922a621427
BLAKE2b-256 50310997ad5362820c296f55cd09ee43de6d5f12e0112aa1eced2d5e8817c5fa

See more details on using hashes here.

File details

Details for the file ssaw-0.8-py3-none-any.whl.

File metadata

  • Download URL: ssaw-0.8-py3-none-any.whl
  • Upload date:
  • Size: 34.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for ssaw-0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f4bb0e2172c86a2e3a6e2a910c6ddc7ebea59ff526f9362cf43744d3a21dca1f
MD5 314d48d3ab429f398fb0760b31324fb4
BLAKE2b-256 999b549f9542ad17e808e6fd00e9006c693a26a3ff4735253d6bc89e1895103f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page