{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Parses HTML tables into nested lists of rows and cells without requiring external dependencies, stripping tags and extracting text content.","skillfed_tags":["html-parsing","no-dependencies","abandoned"],"use_cases":["Extract tabular data from archived or static HTML pages for data analysis or migration","Convert HTML tables to CSV format using the included command-line tool","Parse tables from web scraping tasks when you want to avoid external dependencies","Quick prototyping of table extraction logic without adding library dependencies to your project"],"what_it_does":"html-table-parser-python3 is a lightweight HTML table parser that requires only Python's standard library. It extracts tables from HTML markup and returns them as nested lists\u2014tables contain rows, rows contain cells as strings\u2014with all HTML tags stripped and text content joined. The package includes both a programmatic API and a command-line tool for converting HTML tables to CSV.\n\nThe parser is intentionally minimal; the author notes that copying the single class from parse.py into your own code is a viable alternative to installing the package. It supports Python 3.4 through 3.11 and has no external dependencies, making it suitable for simple table extraction tasks where you want to avoid heavyweight parsing libraries.","worth_installing":"Yes, if you need simple HTML table extraction without external dependencies and can accept an abandoned codebase. The package is stable and works on current Python versions, but it will not receive updates. Consider copying the class directly into your code if you want to avoid a dependency on an unmaintained package. The AGPL-3.0-or-later license requires careful review for proprietary use."},"id":"html-table-parser-python3","links":{"html":"https://skillfed.io/packages/html-table-parser-python3","md":"https://skillfed.io/packages/html-table-parser-python3.md","pypi":"https://pypi.org/project/html-table-parser-python3/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-12-06","license_spdx":null,"license_treatment":"agpl","name":"html-table-parser-python3","python_support":"supports_current","summary":"A small and simple HTML table parser not requiring any external dependency."},"popularity":{"monthly_downloads":78556,"position":14430,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.1"}
