{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Hyperscript lets you generate HTML markup programmatically using Python function calls instead of writing HTML strings directly.","skillfed_tags":["html-generation","markup-builder"],"use_cases":["Generate HTML snippets programmatically in web frameworks or static site generators without writing raw HTML strings.","Build email templates or HTML reports dynamically from Python data structures.","Create test fixtures or mock HTML for unit tests without external template files.","Construct simple HTML documents or fragments in CLI tools or data processing scripts.","Prototype web page layouts in Jupyter notebooks or interactive Python environments."],"what_it_does":"Hyperscript is a lightweight Python library for building HTML markup using function calls rather than string concatenation or templates. You pass an element selector (tag name, optional class and id), attributes as a dictionary, and content as positional arguments, and it returns an HTML string. It supports nested elements, inline styles, boolean attributes, and class/id shorthand syntax similar to CSS selectors.\n\nThe library has no runtime dependencies and installs cleanly on Python 3.8+. It is dormant\u2014the repository is not archived but has seen no commits since late 2024 and no releases in several months\u2014so it is stable but not actively developed. It carries no known security vulnerabilities and is licensed under MIT, making it safe to use in most projects.","worth_installing":"Yes, if you need lightweight programmatic HTML generation without template overhead. The package is stable, dependency-free, and permissively licensed. However, it is dormant\u2014no active maintenance\u2014so use it only for straightforward markup tasks where you do not expect ongoing support or feature additions. For complex templating or large-scale web applications, consider a maintained alternative."},"id":"hyperscript","links":{"html":"https://skillfed.io/packages/hyperscript","md":"https://skillfed.io/packages/hyperscript.md","pypi":"https://pypi.org/project/hyperscript/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-10-22","license_spdx":null,"license_treatment":"permissive","name":"hyperscript","python_support":"supports_current","summary":"HyperText with Python"},"popularity":{"monthly_downloads":511792,"position":6258,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.0"}
