Metadata-Version: 2.4
Name: tet
Version: 0.6a1
Summary: Unearthly intelligent batteries-included application framework built on Pyramid
Author-email: Antti Haapala <antti.haapala@anttipatterns.com>
License: MIT
Project-URL: Homepage, http://www.anttipatterns.com
Project-URL: Repository, https://github.com/tetframework/tet
Project-URL: Documentation, https://tet.readthedocs.io
Keywords: web,wsgi,bfg,pylons,pyramid
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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.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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pyramid>=1.9
Requires-Dist: passlib
Requires-Dist: sqlalchemy
Requires-Dist: pyramid_di
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

![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
```
