awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EmilStenstrom avatar

EmilStenstrom/justhtml

0
View on GitHub↗
1,143 نجوم·36 تفرعات·Python·3 مشاهداتemilstenstrom.github.io/justhtml↗

Justhtml

A pure Python HTML5 parser that just works. No C extensions to compile. No system dependencies to install. No complex API to learn.

Features

  • HTML and XML Processing - Parses HTML5 documents using a pure Python implementation.

سجل النجوم

مخطط تاريخ النجوم لـ emilstenstrom/justhtmlمخطط تاريخ النجوم لـ emilstenstrom/justhtml

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Justhtml

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Justhtml.
  • danburzo/hredD

    danburzo/hred

    0عرض على GitHub↗
    عرض على GitHub↗0
  • engali94/xmljsonE

    engali94/XMLJson

    0عرض على GitHub↗
    عرض على GitHub↗0
  • ericchiang/pupالصورة الرمزية لـ ericchiang

    ericchiang/pup

    8,427عرض على GitHub↗

    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

    HTML
    عرض على GitHub↗8,427
  • charmparticle/xpeC

    charmparticle/xpe

    0عرض على GitHub↗
    عرض على GitHub↗0
عرض جميع البدائل الـ 17 لـ Justhtml→

الأسئلة الشائعة

ما هي وظيفة emilstenstrom/justhtml؟

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؟

الميزات الرئيسية لـ emilstenstrom/justhtml هي: HTML and XML Processing.

ما هي البدائل مفتوحة المصدر لـ emilstenstrom/justhtml؟

تشمل البدائل مفتوحة المصدر لـ 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.