/SimpleQualtrics

Python module to provide simple access to Qualtrics' APIs, and separate parsing classes for the results.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SimpleQualtrics

Python module to support Qualtrics' APIs.

SimpleQualtrics is a stand-alone single-class API to access the Qualtrics APIs directly, handling all of the Qualtrics web-specific protocols in a robust manner and answering data structures that are easy to process in Python.

Specifically, SimpleQualtrics provides:

  • Separation of credentials from code,
  • Configuration handling,
  • Choice of API server,
  • Practical error handling with exceptions,
  • Call timeouts,
  • Call logging, and
  • Python-friendly decoding of Qualtrics response formats and protocols.

Releases are via PyPi - to install, use:

pip install SimpleQualtrics

See https://simplequaltrics.readthedocs.io/ for full documentation.