What's New?
This page, and the software referenced here is somewhat stale.
However, many of the concepts are very much alive. For current development, see the Jaguar for Python wiki.
Webware for Python
I have done some work with Webware for Python.
Projects
- URLDecode -- a strategy for decoding request URLs
- SessionSQLStore -- a SessionStore backed by a SQL database
- catalina -- applying the catalina architecture to webware.
- Unix sockets -- a patch to add support for AF_UNIX sockets to connect with AppServer.
- Some very rough images
- Some very rough code
- A WEP proposing a dependency management service
- Load balancing support for mod_webkit
- ServiceKit -- Monitor.py on steroids. Easily run multiple servers from a shared codebase.
- PropertyUtils -- a pythonic version of java.util.Properties. Includes command-line parsing, scoped searches, and string interpolation.