Metadata-Version: 2.0
Name: tet
Version: 0.3
Summary: Unearthly intelligent batteries-included application framework built on Pyramid
Home-page: http://www.anttipatterns.com
Author: Antti Haapala
Author-email: antti.haapala@anttipatterns.com
License: UNKNOWN
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: backports.typing (>=1.1)
Requires-Dist: passlib
Requires-Dist: pyramid
Requires-Dist: pyramid-services
Requires-Dist: six
Requires-Dist: sqlalchemy

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


2013-09-07  Antti Haapala  <antti@haapala.name>

    * renamed the package to `tet`

    * 



