Metadata-Version: 2.4
Name: tet
Version: 0.4.2
Summary: Unearthly intelligent batteries-included application framework built on Pyramid
Home-page: https://github.com/tetframework/tet
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyramid>=1.9
Requires-Dist: passlib
Requires-Dist: sqlalchemy
Requires-Dist: pyramid_di
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

![tet](https://raw.githubusercontent.com/tetframework/tet/master/docs/_static/tet.png)

[![PyPI version](https://img.shields.io/pypi/v/tet.svg)](https://pypi.org/project/tet/)
[![Python versions](https://img.shields.io/pypi/pyversions/tet.svg)](https://pypi.org/project/tet/)
[![License](https://img.shields.io/pypi/l/tet.svg)](https://pypi.org/project/tet/)
[![Documentation Status](https://readthedocs.org/projects/tet/badge/?version=latest)](https://tet.readthedocs.io/en/latest/?badge=latest)
[![GitHub stars](https://img.shields.io/github/stars/tetframework/tet.svg?style=social)](https://github.com/tetframework/tet)

Unearthly intelligent batteries-included application framework built on Pyramid.

## How to install

```
pip install tet
```


# Changes


2025-01-28  Antti Haapala  <antti.haapala@anttipatterns.com>

    * Add Python 3.12, 3.13, 3.14 support. Drop Python 3.6-3.8 support.
    * Add Sphinx documentation and ReadTheDocs integration.

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`

