You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands, users must create their own renderer class by extending BaseRenderer. While the library does provide several mixins for common use-cases, they still require a custom renderer subclass.
This issue proposes the addition of the following ready-to-use classes to help the library better follow Python's "batteries included" philosophy:
SimpleRenderer - extends TagDictMixin and BaseRenderer
TrimmedRenderer - extends TrimMixin, TagDictMixin and BaseRenderer
The text was updated successfully, but these errors were encountered:
As it stands, users must create their own renderer class by extending
BaseRenderer
. While the library does provide several mixins for common use-cases, they still require a custom renderer subclass.This issue proposes the addition of the following ready-to-use classes to help the library better follow Python's "batteries included" philosophy:
SimpleRenderer
- extendsTagDictMixin
andBaseRenderer
TrimmedRenderer
- extendsTrimMixin
,TagDictMixin
andBaseRenderer
The text was updated successfully, but these errors were encountered: