tet
===

Unearthly intelligent batteries-included application framework built on Pyramid


How to install
--------------

    git clone https://github.com/ztane/tet.git
    cd tet
    python setup.py develop


What do you get out of the box
------------------------------

1. Awesome scaffold(s):

        pcreate -s basictet MyProject
        cd MyProject
        python setup.py develop
        initialize_myproject_db development.ini
        # go to http://localhost://6543 and feel awesome
