Skip to content

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

License

Notifications You must be signed in to change notification settings

charlesweir/SimpleQualtrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published