From 0ffd7f17a093e8326d13c6791bf3f45b6cbf5c85 Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 22 Oct 2015 18:24:12 +0800 Subject: [PATCH] remove grok --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index beb08cfa..64b22676 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [awesome-pyramid](https://github.com/ITCase/awesome-pyramid) * [Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework. * [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled. -* [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries. * [guava](https://github.com/flatpeach/guava) - A lightweight and high performance web framework for Python written in C. * [TurboGears](http://www.turbogears.org/) - The Web Framework that starts as a microframework and scales up to a full stack solution. * [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful.