Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1968 > unrolled thread

Template Data Interface (tdi) 0.9.9.9

Started byAndré Malo <nd@perlig.de>
First post2015-12-31 19:20 +0100
Last post2015-12-31 19:20 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Template Data Interface (tdi) 0.9.9.9 André Malo <nd@perlig.de> - 2015-12-31 19:20 +0100

#1968 — Template Data Interface (tdi) 0.9.9.9

FromAndré Malo <nd@perlig.de>
Date2015-12-31 19:20 +0100
SubjectTemplate Data Interface (tdi) 0.9.9.9
Message-ID<mailman.114.1451586425.11925.python-announce-list@python.org>
Hello World!

I'm pleased to announce version 0.9.9.9 of TDI.


About TDI
=========

TDI is a markup templating system written in python with (optional but 
recommended) speedup code written in C. It features strict markup / logic 
separation, is very fast and provides powerful tools for template 
manipulation.


About Release 0.9.9.9
=====================

 *) Removed support for Python < 2.7, PyPy < 2.0, Jython < 2.7 and started a 
    formal unit test suite as a basis to port to python 3 (ongoing).

 *) Deprecated utility code not specific to tdi and removed references to 
    previously deprecated code.

 *) Updated the builtin minifiers to their newest versions (rJSmin and 
    rCSSmin)

 *) Made lots of stylistic adjustments to satisfy pylint and flake8.


Supported Python Versions
=========================

* Python 2.7
* PyPy 2.0 (Python only)
* Jython 2.7 (Python only)


License
=======

TDI is available under the terms and conditions of the "Apache License,
Version 2.0."


TODO
====

* asset dependency handling
* better framework integration
* python 3 support


Links
=====

* Homepage + Documentation: http://opensource.perlig.de/tdi/
* PyPI: https://pypi.python.org/pypi/tdi
* License: http://www.apache.org/licenses/LICENSE-2.0


André "nd" Malo

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web