Skip to main content

Package for parsing moodle quiz HTML documents

Project description

py-moodle-quiz-parser

py-moodle-quiz-parser is simple Python library for fast parsing HTML documents with Moodle quizes.

from MoodleQuizParser.QuizParser import QuizParser

parser = QuizParser()
file = open("moodle_quiz.html", encoding="utf-8")

parsed_data = parser.parse_html(file.read(), as_dict=True)

How to use this library

To use py-moodle-quiz-parser you should simply install it using PIP

pip install py-moodle-quiz-parser

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

py-moodle-quiz-parser-0.0.6.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

py_moodle_quiz_parser-0.0.6-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

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