Metadata-Version: 2.1
Name: tet
Version: 0.4.0
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
Keywords: web wsgi bfg pylons pyramid
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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
Provides-Extra: dev
License-File: LICENSE

# tet

Unearthly intelligent batteries-included application framework built on Pyramid


## How to install

```
pip install tet
```


# Changes


2021-03-19  Antti Haapala  <antti.haapala@anttipatterns.com>

    * The tet.di request scoped services are now truly instantiated per request!

2016-08-19  Antti Haapala  <antti.haapala@anttipatterns.com>

    * SQLAlchemy root factory now gives NotFound on DataError; made into a implicit-namespace package;
      fixed backports.typing to greater than or equal to 1.1.

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

    * renamed the package to `tet`

