relatorio 0.8.1

2018-10-02 Thread Cédric Krier via Python-announce-list
We are glade to announce the release 0.8.1 of relatorio. Relatorio is a templating library which provides a way to easily output several kinds of files (odt, ods, png, svg, …). It is a bug-fix release which includes: Add support for Python 3.7 Escape invalid XML characters Enforce cl

python-sql 1.0.0 release

2018-10-02 Thread Cédric Krier via Python-announce-list
We are proud to announce the release of the version 1.0.0 of python-sql. python-sql is a library to write SQL queries in a pythonic way. In addition to bug-fixes, this release contains those improvements: Add Flavor filter_ to fallback to case expression Allow to use expression in AtTime

Release 0.8.0

2017-12-11 Thread Cédric Krier
Hi, I'm glade to announce the publication of the 0.8.0 release of Relatorio. It is a minor release that adds new features: * Add support for Python 3.6 * Remove soft-page-break and bug fixes: * Do not guess_type on styled cell content * Remove type attributes when guessing type

Release 0.8.0

2017-12-04 Thread Cédric Krier
Hi, I'm glade to announce the publication of the 0.8.0 release of Relatorio. It is a minor release that adds new features: * Add support for Python 3.6 * Remove soft-page-break and bug fixes: * Do not guess_type on styled cell content * Remove type attributes when guessing type

febelfin-coda 0.1.0 released

2017-09-23 Thread Cédric Krier
Hi, I'm glade to announce the first release of febelfin-coda. febelfin-coda is a parser for the CODA files [1] from the financial organization Febelfin. The library has no dependency, works on Python 2 & 3 and is under BSD license. febelfin-coda is available on PyPI: https://pypi.python.org/pypi

Relatorio 0.7.0

2017-08-02 Thread Cédric Krier
Hi, I'm glade to announce the availability of the 0.7.0 release of Relatorio. It is a minor release that adds new features: * Add support for Flat OpenDocument * Add more guess types: 'boolean', 'date', 'time' and 'void' * Replace hard-coded extensions by mimetypes guess But also som

First release of python-escpos-xml

2016-03-01 Thread Cédric Krier
I'm pleased to announce the initial release of python-escpos-xml [1]. escpos-xml is a library to parse XML defined receipt and print it on ESC/POS Printer using python-escpos [2] library. The XML syntax is quite similar to HTML and it can be generated by template engines. [1] https://pypi.pyth

Tryton 3.8 released

2015-11-03 Thread Cédric Krier
We are proud to announce the 3.8 release of Tryton. Tryton is a three-tier high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and

python-sql 0.8 released

2015-09-19 Thread Cédric Krier
Hi, I'm glade to announce the new release of python-sql. python-sql is a library to write SQL queries in a pythonic way. In addition to bugfixes, this release contains those improvements: * Add no_as Flavor for server that doesn't support 'AS' keyword * Add rownum limit style * Add

relatorio 0.6.2 released

2015-09-19 Thread Cédric Krier
Hi, I'm glade to announce the new release of relatorio. Relatorio is a templating library which provides a way to easily output all kind of different files (odt, ods, png, svg, ...) from python objects. It is a minor release that fixes some issues and adds two improvements: * New Genshi direc

python-sql 0.5

2015-01-30 Thread Cédric Krier
Hi, I'm glade to announce the new release of python-sql. python-sql is a library to write SQL queries in a pythonic way. In addition to bugfixes, this release contains those improvements: * Add schema * Add Common Table Expression * Escape Mod operator '%' with format paramstyle

relatorio 0.6.1 released

2014-09-09 Thread Cédric Krier
Hi, I'm glade to announce the new release of relatorio. It is a minor release that fixes one issue and adds two improvements: * Explicitly close ZipFile * Avoid zip content in traceback * Improve Python 3 support relatorio is available on PyPI: https://pypi.python.org/pypi/rela

python-sql 0.2 released

2013-09-18 Thread Cédric Krier
Hi, I'm glade to announce the new release of python-sql. python-sql is a library to write SQL queries in a pythonic way. In addition to bugfixes, this release contains those improvements: * Fix usage mixture between Div operator and function * Add array support in operators python-sql is

Tryton 2.6 released

2012-10-26 Thread Cédric Krier
tryton.cfg, a static file. * It is possible to use tuple as Reference value. It is usefull to construct dynamic domain on such field in PYSON. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/

relatorio 0.5.6 released

2012-02-24 Thread Cédric Krier
Relatorio is a templating library which provides a way to easily output all kind of different files (odt, ods, png, svg, ...) from python objects. A new minor release of relatorio has been published that fixes some issues and adds some improvements: * Add expression cache to prevent multiple ev