Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
name: Add a new project
about: Suggest a new Django project for the Awesome Django list
title: "htpy"
Project Information
Project Name: htpy
Project URL: https://htpy.dev/
Description: htpy is a library that makes writing HTML in plain Python fun and efficient, without a template language.
Criteria
Please answer the following questions about the project you are submitting. This will help us evaluate if the project should be included in the Awesome Django list.
Note: If your project is only a few months old or has under 50 to 100 stars on GitHub, it may NOT meet the criteria for inclusion in the Awesome Django list. We recommend that you promote your project more and then consider a submission at a later date when it has gained more visibility and community support.
Is the project new?
How long has the project been maintained?
1 year
How many releases has it had if it's a library or package?
43 https://pypi.org/project/htpy/#history
Are you the author or are you submitting the project on behalf of a company?
What makes it awesome?
htpy is awesome for developers because it enables clean, type-safe HTML generation directly in Python, improving productivity, debugging, and code reusability without needing separate templates.