Pup is a command line tool for extracting and filtering data from HTML documents using CSS selectors. It functions as a parser and selector engine that isolates specific elements based on tags, IDs, classes, and attributes. The project provides utilities for converting selected HTML nodes into plain text, attribute values, or structured JSON objects. It includes a markup formatter that corrects missing tags and applies consistent indentation to improve the readability of HTML documents. The tool handles the retrieval of text content and attributes through a CSS selector engine, supporting co
A pure Python HTML5 parser that just works. No C extensions to compile. No system dependencies to install. No complex API to learn.
الميزات الرئيسية لـ emilstenstrom/justhtml هي: HTML and XML Processing.
تشمل البدائل مفتوحة المصدر لـ emilstenstrom/justhtml: danburzo/hred. engali94/xmljson. ericchiang/pup — Pup is a command line tool for extracting and filtering data from HTML documents using CSS selectors. It functions as… gawel/pyquery — A jquery-like library for python. html5lib/html5lib-python — Standards-compliant library for parsing and serializing HTML documents and fragments in Python. charmparticle/xpe.