Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Prebuilt Rendering Classes #1

Open
Foxbud opened this issue Jun 14, 2020 · 0 comments
Open

Add Prebuilt Rendering Classes #1

Foxbud opened this issue Jun 14, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Foxbud
Copy link
Owner

Foxbud commented Jun 14, 2020

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
@Foxbud Foxbud added the enhancement New feature or request label Jun 14, 2020
@Foxbud Foxbud added this to the v1.0.0 milestone Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant