YDNATL is a Python library that lets you build HTML UI using simple Python classes.

html python python3 template templating-engine ui
3 Open Issues Need Help Last updated: Jun 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires rewriting the YDNATL library's `render()` method in C or C++ for improved performance. This involves creating a C/C++ extension that can be called from Python, handling the HTML string construction within the extension, and ensuring seamless integration with the existing Python codebase. Thorough testing will be necessary to maintain the existing functionality and verify performance gains.

Complexity: 5/5
enhancement help wanted

YDNATL is a Python library that lets you build HTML UI using simple Python classes.

Python
#html#python#python3#template#templating-engine#ui

AI Summary: Modify the `HTMLElement` class in the YDNATL Python library to correctly handle HTML attributes containing hyphens (dashes), such as `data-alt`, ensuring they are rendered without errors in the generated HTML.

Complexity: 2/5
enhancement help wanted

YDNATL is a Python library that lets you build HTML UI using simple Python classes.

Python
#html#python#python3#template#templating-engine#ui

AI Summary: The task is to complete the example sections in the YDNATL project's README.md file. This involves providing fully functional code examples for each of the listed modules (ydnatl.tags.form, ydnatl.tags.html, etc.), demonstrating their usage and capabilities within the context of the library.

Complexity: 3/5
enhancement help wanted

YDNATL is a Python library that lets you build HTML UI using simple Python classes.

Python
#html#python#python3#template#templating-engine#ui