Genshi Compiler - Speed up your markup templates

2012-01-16 Thread Ferenczi Viktor
Genshi Compiler 0.1.2 = Genshi Compiler allows for compiling your Genshi templates to Python source code typically running ~40x faster than rendering the same template using Genshi. Some features of Genshi are not supported. Please see the project Wiki for the details. Project

Genshi Compiler - Speed up your XML templates

2011-07-17 Thread Ferenczi Viktor
Genshi Compiler 0.1.1 = I'm pleased to announce the first public release of Genshi Compiler! Project home: http://code.google.com/p/genshi-compiler/ Download here: http://code.google.com/p/genshi-compiler/downloads/ PyPI entry: http://pypi.python.org/pypi/genshi_compiler Li

anntools 0.5.1 - Tools for function annotation

2008-06-23 Thread Ferenczi Viktor
I'm pleased to announce the first alpha version of anntools, a utility package for Python 3.0's new function annotation feature. It supports validation, type checking and conversion. It provides cooperation schemes to achieve future compatibility with another annotation based tools. The anntool

Free support for Python developers

2007-07-29 Thread Ferenczi Viktor
I am pleased to announce the availability of python support for English speaking developers. The service is free of charge. More information: http://python.cx.hu/support/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

python-cjson 1.0.3x6 released - fixed segfault

2007-07-12 Thread Ferenczi Viktor
This is an enhanced version of python-cjson, the _fast_ JSON encoder/decoder for python. Bugfix: - Fixed segmentation fault when decoding specially crafted unicode strings. I recommend you to upgrade python-cjson, since a critical bug has been fixed. All existing and new unit tests are passed w

qxjsonrpc 0.0.5 released - heavy refactoring, many improvements

2007-04-07 Thread Ferenczi Viktor
The qxjsonrpc package contains everything to implement JSON-RPC backends for WEB applications using the QooXDoo ( http://qooxdoo.org ) library or simply requiring RPC functionality. Download, example, etc.: http://python.cx.hu/qxjsonrpc Features: - Supports four type of HTTP transport: GET, P

python-cjson 1.0.3x4 released - new feature

2007-04-02 Thread Ferenczi Viktor
This is an enhanced version of python-cjson, the fast JSON encoder/decoder supporting extension functions to encode/decode arbitrary objects. New feature: Optional automatic conversion of dict keys to string. Since JSON specification does not allow non-string keys in objects, it's very useful to

python-cjson 1.0.3x3 released - important bugfix

2007-04-02 Thread Ferenczi Viktor
This is an enhanced version of python-cjson, the fast JSON encoder/decoder supporting extension functions to encode/decode arbitrary objects. Bugfix release: python-cjson-1.0.3x3 Bug #20070401a has been fixed: When a decoder extension function was called after the failure of an internal decode

python-cjson 1.0.3x2 released

2007-03-27 Thread Ferenczi Viktor
This is an enhanced version of python-cjson, the fast JSON encoder/decoder. Qiangning Hong submitted a patch to fix segfault with Python 2.5 on 64 bit platforms. Version python-cjson 1.0.3x2 released to incorporate this patch. It's numbered 1.0.3x, where x stands for eXtension. The main improvem

Interface module for the Maxwell MX-25 501 digital multimeters

2007-03-22 Thread Ferenczi Viktor
Interface module for the Maxwell MX-25 501 digital multimeters has been released. This is a Python module for easy data acquisition from Maxwell MX-25 501 digital multimeters. You can read the currently displayed value with very little effort. Example: from maxwell import Maxwell multimeter=Maxw

Enhanced python-cjson 1.0.3 version: 1.0.3x

2007-03-17 Thread Ferenczi Viktor
Enhanced version of python-cjson 1.0.3 has been released. It's numbered 1.0.3x, where x stands for eXtension. The main improvement is the ability to extend the JSON encoder and decoder with extensions functions to serialize/unserialize objects not in the original JSON specification. This is ach

First version of qooxdoo json-rpc module has been released

2007-03-17 Thread Ferenczi Viktor
First release of JSON-RPC module for qooxdoo has been released. qxjsonrpc is a new JSON-RPC backend for the qooxdoo JavaScript UI framework ( http://www.qooxdoo.org ). This module can be used to build server side backends in python with very little effort. Features: - HTTP transport (GET and POS