The Reahl web framework.
Project description
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.
Reahl consists of many different eggs that are not all needed all of the time. This package does not contain much itself, but is an entry point for installing a set of Reahl eggs:
Install Reahl by installing with extras, eg: pip install “reahl[declarative,sqlite,dev,doc]” to install everything needed to run Reahl on sqlite, the dev tools and documentation.
See http://www.reahl.org/docs/current/tutorial/gettingstarted-install.d.html for installation instructions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.