Socket
Socket
Sign inDemoInstall

py-moodle-quiz-parser

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    py-moodle-quiz-parser

Package for parsing moodle quiz HTML documents


Maintainers
1

Readme

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 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc