Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc