Grok (web framework)
Developer(s) | Grok developers, Zope Developers, Zope Foundation |
---|---|
Initial release | 2006 |
Stable release |
Grok 1.14.1[1]
/ February 15, 2016 |
Written in | Python |
Type | Web framework |
License | Zope Public License |
Website |
grok |
Grok is an open-source web framework based on Zope Toolkit technology. The project was started in 2006 by a number of Zope developers.[2] Its core technologies (Martian, grokcore.component) are also used in other Zope-based projects.[3][4][5]
The primary motive behind Grok is to make the Zope Toolkit technology more accessible and easier to use for newcomers and, at the same time, speed up application development, in accordance with the agile programming paradigm.[6] To achieve this, Grok uses convention-over-configuration instead of using an explicit XML based configuration language (ZCML) as Zope Toolkit and BlueBream do. Grok uses Python code for component configuration, and has many implicit defaults and conventions. Grok is similar in feel to other Python Web frameworks such as TurboGears, Pylons and Django.[7]
References
- ↑ "grok 1.14.1t". pypi.python.org. 2016-02-15. Retrieved 28 April 2016.
- ↑ "Grok: or what I did on my holiday". Retrieved 2008-08-30.
- ↑ "Announcing five.grok: Grok on Zope 2!". Retrieved 2008-08-30.
- ↑ "update repoze.grok release". Retrieved 2008-08-30.
- ↑ "Dexterity meet Grok". Retrieved 2008-08-30.
- ↑ "Why Grok?". Retrieved 2008-08-30.
- ↑ "Competition". Retrieved 2008-08-30.
External links
- Official website
- [http://www.rrzn.uni-hannover.de/buecher.html?&no_cache=1&tx_rrznbuecher_pi1[showUid\=215 German book with chapter on Grok]
- Grok 1.0 Web Development, a book by Carlos de la Guardia
- Article about Grok (in iX)
- Ohloh project information on Grok
- Grok at CeBIT
- Dolmen, an application development framework based on Grok and Zope3