I just released a project I have been working today. A long time ago, I was tired of parsing my template tags by hand, then I created a BaseNode to do this work for me and all I had to do was subclass it and define the method to render the context.
Last friday, my friend Diego Fleury asked me for some help developing a template tag and I talked to him about my old BaseNode. When I showed the code to him, he didn’t understand it so did I. So I wanted to make it cleaner and developed the project django-meio-easytags. It’s hosted at Github (http://github.com/vbmendes/django-meio-easytags/).
It’s very easy to create your own template tags with it. Take a look: https://github.com/vbmendes/django-meio-easytags/blob/master/README
Any comments and contributions are welcome.

February 21st, 2011 03:21
[...] This post was mentioned on Twitter by PlanetDjango.org, djangobot. djangobot said: django-meio-easytags released! http://bit.ly/fKj5fl #django [...]
February 21st, 2011 10:23
Nice! I have a similar project called django-quicktag: https://github.com/ricobl/django-quicktag
And there are other aproaches here: http://www.djangopackages.com/grids/g/templatetags/
February 21st, 2011 11:30
Good one, Mieo. Keep it up…
– http://www.technobits.net – Always remain technically updated.
February 21st, 2011 11:37
Good one Enrico. I didn’t know about your project. Nice implementation. Congratulations!
Thanks for the link to dangopackages.com grid. I already updated and added django-meio-easytags to it.