html 0.4.0 released

2006-09-21 Thread Jürgen Urner
Just released the 0.4.0 version of my html package. What is html? Bet you know. But this module lets you parse and construct html content without templating languages. Goal was to wrap tags in the simplest way python allows to. Sample code: f = ( HtmlFile() ( Doctype(),

ANN: uuid-0.3.2 released

2006-05-12 Thread Jürgen Urner
Happy to announce the release of uuid-0.3.2 (bugfix release) What is uuid? uuid is a python module to create RFC 4122 compatible UUIDs The module supports generation off RFC 4122 compatible time based, random, sha1 and md5 based UUIDs Whats new? x. some minor changes For

ANN: Eric3-IDE documentation and wiki

2006-05-06 Thread Jürgen Urner
Happy to announce that the Eric3 python IDE has found a home for its documentation and wiki! Currently effords are taken to document the user interface of the Eric3-IDE. The documentation and wiki project is hosted at http://ericide.python-hosting.com/ . Everyone interested in Eric is heartly

ANN: uuid-0.3.1 released

2006-04-25 Thread Jürgen Urner
Happy to announce the release of uuid-0.3.1 (bugfix release) What is uuid? uuid is a python module to create RFC 4122 compatible UUIDs The module supports generation off RFC 4122 compatible time based, random, sha1 and md5 based UUIDs Whats new? x. fixed a bug where a call to

ANN: uuid-0.3.0 released

2006-04-11 Thread Jürgen Urner
Happy to announce the release of uuid-0.3.0 What is uuid? uuid is a python module to generate RFC 4122 compatible UUIDs The new release includes some bugfixes a new function format_mac_address(), other minor changes + an update on the documentation to provide some more background

ANN: uuid-0.2 released

2006-04-05 Thread Jürgen Urner
Happy to announce the release of uuid-0.2 What is uuid? uuid is a python module to create RFC 4122 compatible UUIDs The module supports generation off RFC 4122 compatible time based, random, sha1 and md5 based UUIDs Whats new? x. new function get_mac_address() x.

ANN: uuid-0.1 Released

2006-03-27 Thread Jürgen Urner
uuid is a python module to generate RFC 4122 compatible UUIDs Somehow this module was missing in python, so I took over the struggle with the C sources and all those quirky bits and bytes. Most of them should now be in place to form one of these handy 128 bit identifiers. The module is capable