Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > ANN: Snakelets 1.5 (simple-to-use web app server with dynamic pages)

Reply
Thread Tools

ANN: Snakelets 1.5 (simple-to-use web app server with dynamic pages)

 
 
Irmen de Jong
Guest
Posts: n/a
 
      10-22-2003
I'm happy to say that Snakelets 1.5 is now available.

You can download it from http://snakelets.sourceforge.net
(go to the SF project site, and then the file section).

Changes since 1.4:

- global URL prefix added
- @inherit and @pagemethod for Ypages, incl. test/example
- redirects/include with POST requests work
- better page output encoding handling (escaping)
- fixed specially encoded (UTF- form submits, added test/example
- query args are parsed better

Snakelets is a simple Python web application server.
This project provides a threaded web server, Ypages (HTML+Python
language, similar to Java's JSPs) and Snakelets: code-centric page
request handlers (similar to Java's Servlets).

Before you all rightfully scream "not another Python web server and HTML-
language" let me say that Snakelet's focus is on understanding the way
dynamic web sites are created (the code is very compact and easy to
understand), and make this process as easy as possible.
Snakelets is not meant to be a true platform to develop applications on
(altough bugs and stability issues will be addressed ofcourse,
and that is seems to be fast and stable as it is

The download includes a few example web applications:
- mp3 indexer and streamer
- user login/account demo app
- online shop
- powerful server/webapp management tool to manage itself

To start, just start the 'serv.py' script.

Snakelets is released under the open-source MIT Software license.

--Irmen de Jong


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANN: Snakelets 1.6 (simple-to-use web app server with dynamic pages) Irmen de Jong Python 0 11-01-2003 07:55 PM
ANN: Snakelets 1.5 (simple-to-use web app server with dynamic pages) Irmen de Jong Python 0 10-22-2003 10:00 PM
ANN: Snakelets 1.4 (simple-to-use web app server with dynamic pages) Irmen de Jong Python 1 10-09-2003 10:32 PM
ANN: Snakelets 1.3 (simple-to-use web app server with dynamic pages) Irmen de Jong Python 1 08-25-2003 09:19 PM
ANN: Snakelets 1.2 (simple-to-use web app server with dynamic pages) Irmen de Jong Python 0 08-08-2003 06:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57