From ff2b92b55f402eb3c2d3449dd022279c06225414 Mon Sep 17 00:00:00 2001 From: Marcin Lulek Date: Wed, 2 Jul 2014 08:28:29 +0200 Subject: [PATCH] Included deform and dogpile cache --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1059235d..04497660 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for caching data.* * [Beaker Caching & Sessions](http://beaker.readthedocs.org/en/latest/) - Beaker is a library for caching and sessions for use with web applications and stand-alone Python scripts and applications. +* [Dogpile Cache](http://dogpilecache.readthedocs.org/en/latest/) - Dogpile Cache is next generation replacement for Beaker made by same authors. * [HermesCache](https://pypi.python.org/pypi/HermesCache) - Python caching library with tag-based invalidation and dogpile effect prevention. ## Email @@ -413,6 +414,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for working with forms.* * [django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way. +* [Deform](http://deform.readthedocs.org/en/latest/) - Python HTML form generation library influenced by the formish form generation library. * [WTForms](http://wtforms.readthedocs.org/) - A flexible forms validation and rendering library. ## Anti-spam