[Web-SIG] Reahl 3.0.0 released

Iwan Vosloo iwan at reahl.org
Thu Sep 11 09:14:13 CEST 2014


Hello,

We have released Reahl 3.0.0.

  * Features: http://www.reahl.org
  * Installation: 
http://www.reahl.org/docs/3.0/tutorial/gettingstarted.d.html

This release supports Python 3.  In order to do that, we had to move off 
Elixir
and now use Declarative instead. Elixir is still supported by using a 
mixture of 3.0.0
and 2.1.2 packages if need be. A number of other small changes also 
slipped in.

Please see all the details (and upgrade and migration instructions) at:
http://www.reahl.org/docs/3.0/whatchanged.d.html

Reahl is a web application framework for Python programmers.

With Reahl, programming is done purely in Python, using concepts
familiar from GUI programming - like reusable Widgets and Events.
There's no need for a programmer to know several different languages
(HTML, JavaScript, template languages, etc) or to keep up with the
tricks of these trades. The abstractions presented by Reahl relieve the
programmer from the burden of dealing with the annoying problems of the
web: security, accessibility, progressive enhancement (or graceful
degradation) and browser quirks.

Although a Reahl program benefits from having JavaScript available, it
functions in the absence of JavaScript too. Search engines can crawl a
Reahl program, and its pages can be bookmarked by browsers.


Regards
- Iwan

-- 
Reahl, the Python only web framework: http://www.reahl.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/web-sig/attachments/20140911/bc7067d2/attachment.html>


More information about the Web-SIG mailing list