ANN: knife 0.5.1

2012-04-22 Thread L. C. Rees
knife is a powerful Python multitool loosely inspired by underscore.js but remixed for maximum pythonicity. knife concentrates power normally found dispersed across the universe of Python packages in one convenient shrink-wrapped package. knife works with Python 2.6, 2.7, and 3.2. knife

ANN: shove 0.1, the next-generation shelve

2007-01-17 Thread L. C. Rees
shove is a object storage frontend inspired by the standard library's shelve module. It features a dictionary-style API, automatic object storage (with pickle) with in-storage compression (with zlib), and multiple storage and caching backends. The currently supported storage backends are: *

ANN: webstring 0.5 [correction]

2007-01-06 Thread L. C. Rees
[correction: CheeseShop URL pointed to the incorrect package] webstring is a template engine for programmers whose favorite template language is Python. webstring can be used to generate any text output with the additional advantages of advanced XML and HTML templating using the lxml and

ANN: webstring 0.5

2007-01-05 Thread L. C. Rees
webstring is a template engine for programmers whose favorite template language is Python. webstring can be used to generate any text output from a template with the additional advantages of advanced XML and HTML templating using the lxml and cElementTree libraries. webstring includes a

ANN: lwebstring 0.5

2006-10-07 Thread L. C. Rees
lwebstring is a lxml-based implementation of webstring, an XML template engine where Python is the template language. lxml exposes the power of the libxml2 and libxslt libraries to the Python programmer using the elegant and powerful yet simple ElementTree API. lwebstring extends this power to

ANN: webstring 0.4 and lwebstring 0.4 released

2006-07-10 Thread L. C. Rees
webstring is an XML template engine that uses Python as its template language. It exposes the XML you need and hides the XML you don't. XML manipulation is done with Python so you don't have to learn a separate template language. webstring templates are plain XML or HTML so designers don't need to

ANN: webstring 0.3 released

2006-06-14 Thread L. C. Rees
webstring is a template system designed for programmers whose preferred template languages are Python and HTML (and XML for people that swing that way). Highlights of 0.3 include: - an HTMLTemplate class for taking questionable HTML and outputting it as correct XHTML 1.0, XHTML 1.1, or HTML 4.0

webstring 0.2 released

2006-04-23 Thread L. C. Rees
This is the second public release of webstring. Improvements in this version include speed enhancements and the ability to mark groups of fields inside an XML/HTML document with an XML/HTML attribute (by default class) so they can be manipulated in a single operation. webstring is a template

ANN: webstring 0.1 released

2006-03-07 Thread L. C. Rees
This is the first public release of webstring. webstring is a web templating engine that allows programs to manipulate XML and HTML documents with standard Python sequence and string operators. It is designed for those whose preferred web template languages are Python and HTML (and XML for people