🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

py-moodle-quiz-parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py-moodle-quiz-parser

Package for parsing moodle quiz HTML documents

0.0.6
Source
PyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts