pelme / htpy

Generate HTML in Python
http://htpy.dev
MIT License
261 stars 11 forks source link

Raise errors for invalid attributes directly on __call__. #55

Closed pelme closed 2 months ago

pelme commented 2 months ago

This commit transforms attributes to strings directly when being called rather at rendering time. This makes exceptions for invalid attributes appear directly leading to clearer stack traces.

Fixes #49.