ANN: Karrigell-2.1.9 released

2005-09-10 Thread Pierre Quentel
Hello Python folks, A new version of Karrigell (http://karrigell.sourceforge.net) has been released It's a Pythonic web framework, with an almost flat learning curve : - all you need to know is Python and HTML - as in Python, the simple tasks are very easy to program (the Hello world script i

ANN: Karrigell-2.2 beta released

2005-10-31 Thread Pierre Quentel
A new version of Karrigell has just been released : http://karrigell.sourceforge.net Karrigell is a full-featured Pythonic web framework, with an almost flat learning curve. You can start to program in just three steps : download the package ; unzip it ; run the script Karrigell.py. That's all.

ANN: Karrigell-2.2 beta released

2005-11-06 Thread Pierre Quentel
A new beta version of release 2.2 is available on sourceforge (http://karrigell.sourceforge.net). It fixes the bugs that have been mentioned : - management of global scripts - incorrect options in the default configuration file - bug in mod_py, it didn't manage the line separator on

ANN: Karrigell-2.2 final released

2005-11-22 Thread Pierre Quentel
The definitive 2.2 version of Karrigell, a Python web framework, has been released at http://karrigell.sourceforge.net The main changes in this version are the support of Virtual Hosts and the inclusion of the Cheetah templating system This final release fixes 2 bugs, one in the asynchronous HT

[ANN] Karrigell-2.2.3 released

2006-04-01 Thread Pierre Quentel
The new version of the web framework Karrigell has been released a few days ago Its main feature is the support of Unicode Karrigell is provided with an integrated web server and a Python database (KirbyBase) so that you can start programming simple applications without anything else. For more

Karrigell version 2.2.5 - licence changes to BSD

2006-05-17 Thread Pierre Quentel
A new version of the web framework Karrigell (http://www.karrigell.com) has been released The main changes in this version are : - the Open Source licence changes from GPL to BSD - logging management (written by Radavan Garabik) : new options loggingFile and loggingParameters - new options in conf

ANN: buzhug, a new pure-Python database engine

2006-05-27 Thread Pierre Quentel
buzhug is a new, fast, pure-Python database engine, using a pythonic syntax (no SQL). It is published at http://buzhug.sourceforge.net under the BSD licence Here is an overview of the interface : from buzhug import Base my_cds = Base('my_cds') my_cds.create(('artist',str),('title',st

ANN : buzhug 0.4

2006-06-20 Thread Pierre Quentel
buzhug is a new, fast, pure-Python database engine, using a pythonic syntax (no SQL). It is published at http://buzhug.sourceforge.net under the BSD licence Here is an overview of the interface : from buzhug import Base my_cds = Base('my_cds') my_cds.create(('artist',str),('title',st

ANN : Karrigell 2.3

2006-06-24 Thread Pierre Quentel
Karrigell (http://karrigell.sourceforge.net) is a flexible Python web framework, with a clear and intuitive syntax. It is independant from any database, ORM or templating engine, and lets the programmer choose between a variety of coding styles The main change in version 2.3 is that buzhug (http:/

ANN : Karrigell 2.3.1 released - CGI support

2006-09-03 Thread Pierre Quentel
Karrigell is a simple and flexible Python web framework The main new feature in this version is the support of CGI scripts, running much faster than plain CGI behind Apache (20 times from a quick benchmark with ab) A small blog engine has also been developed Home page : http://karrigell.sourcefo

[ANN] buzhug-0.5 released

2006-09-18 Thread Pierre Quentel
Buzhug is a fast, portable, pure-Python database engine, with a Pythonic syntax (no SQL) This release introduces a client-server mode, for applications that need thread- or process- safety An optional parameter "mode" is added to the method create(), in case the base already exists the result can

[ANN] Karrigell-2.3.2 released - MySQL admin application

2006-11-01 Thread Pierre Quentel
Hi all, The new version of the web framework Karrigell has just been released It features InstantSite, an online application that manages MySQL databases. Users can create and drop databases, create or drop tables, add and remove fields with their types and options. A click is enough to generate

[ANN] PyDbLite 1.9

2007-01-03 Thread Pierre Quentel
PyDbLite is a small, fast, pure-Python, in-memory database management program The database object supports the iterator protocol, so that requests can be expressed with list comprehensions or generator expressions instead of SQL. The equivalent of : cursor.execute("SELECT name FROM table WHER

ANN : Karrigell 2.3.3

2007-01-18 Thread Pierre Quentel
Karrigell is a flexible Python web framework, with a clear and intuitive syntax. It is independant from any database, ORM or templating engine, and lets the programmer choose between a variety of coding styles The main change in this version is a SQLite database management program, similar to the

[ANN] buzhug-0.7 (pure-Python database engine)

2007-02-25 Thread Pierre Quentel
Hello, A new version of buzhug has just been published : http://buzhug.sourceforge.net buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive The data is stored and accessed on disk (it is not an in-memory database) ; the implementation h

ANN : Karrigell-2.3.4

2007-03-18 Thread Pierre Quentel
Hi all, A new version of the Karrigell web framework has just been released It is mainly a bug fix release, with a few improvements for "smart url" management and for the calendar demo Home page : http://karrigell.sourceforge.net Regards, Pierre -- http://mail.python.org/mailman/listinfo/pyth

ANN : Karrigell-2.3.5

2007-05-27 Thread Pierre Quentel
Karrigell is a flexible Python web framework, with a clear and intuitive syntax. It is independant from any database, ORM or templating engine, and lets the programmer choose between a variety of coding styles The main new features in version 2.3.5 are : - a first version of the integration of Ka

[ANN] buzhug 0.9 released

2007-09-30 Thread Pierre Quentel
Hello, A new version of buzhug has just been published : http://buzhug.sourceforge.net buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive The data is stored and accessed on disk (it is not an in-memory database) ; the implementation h

[ANN] Karrigell 2.3.6 (ADMIN : PLEASE IGNORE PREVIOUS MESSAGE WITH SAME TITLE)

2007-10-15 Thread Pierre Quentel
Hi, Karrigell is a flexible Python web framework, with a clear and intuitive syntax. It is independant from any database, ORM or templating engine, and lets the programmer choose between a variety of coding styles Besides fixing some bugs, version 2.3.6 introduces the built-in function Login() an

buzhug 1.0 released

2007-12-15 Thread Pierre Quentel
Hi all, buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive The data is stored and accessed on disk (it is not an in-memory database) ; the implementation has been designed to make all operations, and especially selection, as fast as po

ANN : Karrigell-2.4.0 released

2008-04-27 Thread Pierre Quentel
Hi all, A new version of the web framework Karrigell is released The main changes are : - an integrated framework for user management : function Login(role) in a script restricts access to the users who have the specified role ; function Role() returns user's role (admin, editor, visitor, etc) -

buzhug 1.4

2009-01-18 Thread Pierre Quentel
Hi there, buzhug (http://buzhug.sourceforge.net) is a fast, pure-Python database engine, with a syntax based on list comprehensions for queries instead of SQL The new version 1.4 adds the boolean type for fields, and the capacity to define a default value for each field on base creation For bug

buzhug-1.5 released

2009-03-01 Thread Pierre Quentel
Hi there, buzhug is the fastest pure-Python database engine, with a clear and intuitive syntax (no SQL) The new release 1.5 brings the following improvements : - introduce a thread-safe version - introduce a new syntax for record selection : record = db(key1=value2[,key2=value2...]) - all

Karrigell-3.0 released

2009-06-20 Thread Pierre Quentel
Hi there, I am glad to announce the version 3.0 of the Python web framework Karrigell Karrigell has been around since 2002 and after numerous versions, until 2.4.0 last year, it needed a complete rewriting. Some modules had been written long ago, using out-of-date patterns ; the global architectu

[ANN] Karrigell-3.0.3 released

2009-12-13 Thread Pierre Quentel
Hi, A new release of the Python web framework Karrigell has been published. The main changes are : - improvements to the module HTMLTags (HTML generator) : minor bug fixes ; new syntax to build the DOM tree top-down, using the <= operator ; methods for SELECT tags, checkboxes and radio buttons -

[ANN] Karrigell-3.0.4 released

2010-02-28 Thread Pierre Quentel
Hi, A new version of the web framework Karrigell has been released. The main changes are : - more robust session management in multi-threaded and multi-process environments - Unicode management in HTMLTags - Unicode management and error reports in Karrigell Templates - more of MySQL : can be u

Karrigell 3.1 released

2010-05-15 Thread Pierre Quentel
Hi, A new release of the web framework Karrigell has been released recently Its main fetaure is WSGI compliance Home page : http://karrigell.sourceforge.net Downloads : http://sourceforge.net/projects/karrigell/files/ Group : http://groups.google.com/group/karrigell?lnk= Cheers, Pierre -- http

[ANN] PyDbLite 2.5, a pure-Python db engine + Pythonic interface to SQLite and MySQL

2010-06-07 Thread Pierre Quentel
Hi all, Version 2.5 of PyDbLite has just been released PyDbLite is * a fast, pure-Python, untyped, in-memory database engine, compatible with Python 2.3 and above, using Python syntax to manage data, instead of SQL * a pythonic interface to SQLite and MySQL, using the same syntax as the p

Karrigell-3.1.1 published

2010-09-12 Thread Pierre Quentel
Hi all, A new version of the web framework Karrigell has been published The main change is a bug fix for session management, which occured when the maximum number of sessions was reached Home page : http://karrigell.sourceforge.net Downlaods : http://sourceforge.net/project/showfiles.php?group_i

Karrigell-4.1 : first version of the web framework for Python 3.2

2011-03-28 Thread Pierre Quentel
Hi, Karrigell is a web framework, that was only available for Python 2.x so far (http://www.karrigell.fr) With the cgi module now usable for Python 3 since version 3.2, a first release of Karrigell for Python 3.2 is published and can be downloaded from the project page : http://code.google.com/p/

ANN : Karrigell-4.3.6 released

2011-10-31 Thread Pierre Quentel
Hi, A new version of the Karrigell web framework for Python 3.2+ has just been released on http://code.google.com/p/karrigell/ One of the oldest Python web frameworks (the first version was released back in 2002), it now has 2 main versions, one for Python 2 and another one for Python 3. The Pyth

Brython 2.0 released

2014-02-16 Thread pierre . quentel
Hi, Brython (Browser Python) is an implementation of Python 3 in the browser, with an interface to the DOM elements and events. Its goal is to be able to write client-side programs in Python as easily as in Javascript, inside ... Launched late 2012, Brython is supported by a growing community.

Brython 2.0 (Python in the browser)

2014-02-16 Thread pierre . quentel
Hi, Brython (Browser Python) is an implementation of Python 3 in the browser. Its goal is to be able to write client-side programs in Python instead of Javascript, with code inside tags