Path: csiph.com!news.mixmin.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail From: =?iso-8859-1?q?Andr=E9_Malo?= Newsgroups: comp.lang.python.announce Subject: Template Data Interface (tdi) 0.9.9.9 Date: Thu, 31 Dec 2015 19:20:19 +0100 Organization: TIMTOWTDI Lines: 62 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de pbHM7Jno5dGlOy1PrqFIRA2slgahzks0a/n2hqmbq0Mg== Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '(python': 0.05; 'builtin': 0.07; 'dependency': 0.07; 'deprecated': 0.07; 'pypy': 0.07; 'logic': 0.09; 'newest': 0.09; 'satisfy': 0.09; 'url:apache': 0.09; 'python': 0.10; 'template': 0.11; '2.7': 0.13; '(optional': 0.16; 'andr\xe9': 0.16; 'license:': 0.16; 'only)': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'templating': 0.16; 'url:license-2': 0.16; 'url:licenses': 0.16; 'versions': 0.20; 'skip:= 20': 0.22; 'strict': 0.22; 'code.': 0.23; 'references': 0.23; 'previously': 0.24; 'written': 0.24; 'header:User-Agent:1': 0.26; 'supported': 0.27; 'handling': 0.27; '2.0': 0.27; 'markup': 0.29; "i'm": 0.30; 'code': 0.30; 'announce': 0.32; 'subject:) ': 0.32; 'url:python': 0.33; 'utility': 0.33; 'todo': 0.35; 'unit': 0.35; 'but': 0.36; 'url:org': 0.36; 'framework': 0.36; 'release': 0.37; 'integration': 0.38; 'version': 0.38; 'test': 0.39; 'to:addr:python.org': 0.40; 'received:network': 0.61; 'header :Message-Id:1': 0.61; 'url:0': 0.63; 'pleased': 0.64; 'license': 0.65; 'subject:Data': 0.66; '=====': 0.84; 'homepage': 0.91 User-Agent: KMail/1.9.10 Content-Disposition: inline X-Mailman-Approved-At: Thu, 31 Dec 2015 13:27:05 -0500 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1968 Hello World! I'm pleased to announce version 0.9.9.9 of TDI. About TDI =3D=3D=3D=3D=3D=3D=3D=3D=3D TDI is a markup templating system written in python with (optional but=20 recommended) speedup code written in C. It features strict markup / logic=20 separation, is very fast and provides powerful tools for template=20 manipulation. About Release 0.9.9.9 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *) Removed support for Python < 2.7, PyPy < 2.0, Jython < 2.7 and started = a=20 formal unit test suite as a basis to port to python 3 (ongoing). *) Deprecated utility code not specific to tdi and removed references to=20 previously deprecated code. *) Updated the builtin minifiers to their newest versions (rJSmin and=20 rCSSmin) *) Made lots of stylistic adjustments to satisfy pylint and flake8. Supported Python Versions =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D * Python 2.7 * PyPy 2.0 (Python only) * Jython 2.7 (Python only) License =3D=3D=3D=3D=3D=3D=3D TDI is available under the terms and conditions of the "Apache License, Version 2.0." TODO =3D=3D=3D=3D * asset dependency handling * better framework integration * python 3 support Links =3D=3D=3D=3D=3D * Homepage + Documentation: http://opensource.perlig.de/tdi/ * PyPI: https://pypi.python.org/pypi/tdi * License: http://www.apache.org/licenses/LICENSE-2.0 Andr=E9 "nd" Malo