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
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.
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
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
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
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
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
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
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:/
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
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
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
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
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
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
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
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
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
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
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
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)
-
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
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
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
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
-
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
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
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
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
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/
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
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.
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
33 matches
Mail list logo