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
Built Distribution
Close
Hashes for py-moodle-quiz-parser-0.0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f6ebf6e53eacc59bd014f8522f735ce770eb0e5f1967a97bf170e0343b6669b |
|
MD5 | 54fe27b89c05f438f9c0c6fd7447c3aa |
|
BLAKE2b-256 | c0bb3954a4fa570a4cb0f05dcf393b22c0fea92e8b39e04dfcd78b83695fadcb |
Close
Hashes for py_moodle_quiz_parser-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5fa783f06c8499ec2b0e2df75ae28fce60763f07951e1d23b95ef37971dd6ab |
|
MD5 | 5babef30ba2355c7342fb63281289e27 |
|
BLAKE2b-256 | 49a6e38113933392d55fc5cd0ba2d3db48ef1d28a8467d909f61e4687cd5a3a7 |