Metadata-Version: 2.4
Name: limesurvpy
Version: 0.0.1
Summary: A Python package for analyzing and visualizing LimeSurvey data.
Author-email: Sebastian Scheuer <sebastian.scheuer@geo.hu-berlin.de>
Maintainer-email: Sebastian Scheuer <sebastian.scheuer@geo.hu-berlin.de>
License-Expression: MIT
Keywords: Limesurvey,Data Visualization,Survey Analysis
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: altair
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: deep-translator
Requires-Dist: beautifulsoup4

# limesurvpy

A Python package to support evaluating LimeSurvey questionnaires. The package provides support for various types of questions (e.g., lists, multiple choice questions, rankings, etc.). For supported question types, the tool compiles dataframes of responses, and generates a number of pre-defined plots to support interpretation. For multi-lingual surveys, the tool supports presenting information in a specific locale.   
