"Mow" is a bloggging system using Python 3. Unfortunately, we will not support before Python 3.3.
As you see requirements.txt, "mow" uses popular Python libraries like Flask, SQLAlchemy, and so on.
Pages are shown faster if you use memcached.
$ cd WORKING_DIRECTORY
$ git clone git@bitbucket.org:lilbit/mow.git
$ cd mow
$ pip install -r requirements.txt
$ ./init_db.py
$ ./register_user.py YOURNAME YOURPASSWORD
$ cd mow
$ ./runserver.py
$ cd mow
$ ./testrunner.sh