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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-moodle-quiz-parser-0.0.6.tar.gz.
File metadata
- Download URL: py-moodle-quiz-parser-0.0.6.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcec8ee862939b19c7d75c9f06cddcdd31f91ca8b6d5b6eca60422e79012959a
|
|
| MD5 |
5e50c36b32ce6b56bfc274f6c91f3ee7
|
|
| BLAKE2b-256 |
79b5cfcf27b7ff7fcd1250efcbc962fcb951a320e10be005b5ec6270b8414472
|
File details
Details for the file py_moodle_quiz_parser-0.0.6-py3-none-any.whl.
File metadata
- Download URL: py_moodle_quiz_parser-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53c3041dc4bafea5f53dcafc367ecb92032029108d8943affc93cbae8e0c0378
|
|
| MD5 |
8f4922ab021d7bd255394db2b79697cb
|
|
| BLAKE2b-256 |
7122b513d4a288a6b6b4c36d0d2e64894c2df0119606a8457f00103b64d92a2d
|