{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/3"}],"enrichment":{"capability":"A flake8 plugin that converts code style violations into interactive HTML reports with syntax-highlighted source code and grouped error summaries.","skillfed_tags":["flake8-plugin","code-quality","html-reporting"],"use_cases":["Generate shareable HTML reports of code style violations for code review or team dashboards","Create archived snapshots of linting results over time for quality trend tracking","Provide developers with a visual, clickable interface to navigate and fix style issues in large codebases","Integrate into CI/CD pipelines to produce human-readable linting artifacts alongside test results","Display syntax-highlighted violations in a browser for easier identification of problem lines"],"what_it_does":"flake8-html is a flake8 plugin that transforms linting violations into an interactive HTML report. Instead of reading console output, you run flake8 with the --format=html flag and specify an output directory; the plugin generates a multi-page report with an index page, per-file breakdowns grouped by error code, and syntax-highlighted source listings showing exactly where violations occur.\n\nThe package depends on jinja2 for templating, pygments for syntax highlighting, and flake8 itself as the linting engine. It's designed as a drop-in formatter for flake8's reporting pipeline, so once installed, you invoke it purely through flake8's command-line options. The low install friction and permissive license make it straightforward to add to a CI/CD pipeline or local development workflow.","worth_installing":"Yes, if you need HTML-formatted flake8 reports and are comfortable with dormant maintenance. The package is stable, has no known vulnerabilities, and works with modern Python versions up to 3.9 as of its last release. However, verify compatibility with your specific flake8 version and Python 3.10+ if you use those, since no updates have shipped since 2022."},"id":"flake8-html","links":{"html":"https://skillfed.io/packages/flake8-html","md":"https://skillfed.io/packages/flake8-html.md","pypi":"https://pypi.org/project/flake8-html/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-12-06","license_spdx":null,"license_treatment":"permissive","name":"flake8-html","python_support":"unspecified","summary":"Generate HTML reports of flake8 violations"},"popularity":{"monthly_downloads":170342,"position":10399,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.3"}
