Monk 0.5 review

Download
by rbytes.net on

Monk is a very simple, light, and easy-to-use Web framework for use with Python

License: GPL (GNU General Public License)
File size: 0K
Developer: Petko Petkov
0 stars award from rbytes.net

Monk is a very simple, light, and easy-to-use Web framework for use with Python. Monk does not have any fancy session management facilities.

Monk library does not provide any specific solution to any of the most complex Web problems. Monk is simple and effective.

By nature Monk is "Ruby on Rails"/"CherryPy" like. On the contrary to those
frameworks, Monk follows the KISS (Keep It Simple Stupid) approach to
programming.

Monk does not have any fancy session management facilities. Monk does not
provide any specific solution to any of the most complex WEB problems. Monk is simple and effective.

I tried to make Monk as consistent as possible. Some naming conventions might be wrong or not appropriate, so please let me know if this is the case.

If you feel that you can write some parts of Monk's code better than their
current implementation, feel free to contribute. Everybody is more than welcome.

Because Monk is designed to be simple and effective, no backwords (legacy)

Requirements:
Python 2.4 or later

Installation:

1. decompress archive file
2. change to project direcotry
3. type python setup.py install

Monk 0.5 keywords