ci test
Python CI / test (push) Successful in 38s

This commit is contained in:
2025-06-07 16:15:33 +02:00
parent 968661b3ce
commit 57c927efc5
2 changed files with 36 additions and 43 deletions
+5 -3
View File
@@ -1,13 +1,15 @@
# PyWebLayout
## Project Status
| Badge | Description |
|-------|-------------|
| ![Test Coverage](./coverage.svg) | **Test Coverage** - Percentage of code covered by unit tests |
| ![Documentation Coverage](./coverage-docs.svg) | **Documentation Coverage** - Percentage of code with docstrings |
| ![Test Coverage](https://your-gitea.com/user/repo/actions/artifacts/coverage-reports/coverage-968661b.svg) | **Test Coverage** - Percentage of code covered by unit tests |
| ![Documentation Coverage](https://your-gitea.com/user/repo/actions/artifacts/coverage-reports/coverage-docs-968661b.svg) | **Documentation Coverage** - Percentage of code with docstrings |
| ![Build Status](./build-status.svg) | **Build Status** - Current CI/CD pipeline status |
| ![License](https://img.shields.io/badge/license-MIT-blue.svg) | **License** - Project licensing information |
A Python library for HTML-like layout and rendering.
> 📋 **Note**: Badges show results from the commit referenced in the URLs. Red "error" badges indicate build failures for that specific step.
## Description
PyWebLayout provides classes for rendering HTML-like content to images using a box-based layout system. It includes support for text, tables, and containers, as well as an HTML parser for converting HTML to layout objects.