PyHP - The Python Hypertext Processor
 
 
Developed by
 
Axant snc
 
 
OS3 srl
 
 
 
Make a donation!  

PyHP 1.0.0 - beta has been released!

The new beta has been released. This version adds a lot of new features and bugfixes:
  • The new pyhp.env dictionary exports information about the environment the PyHP interpreter is running in.
  • Now headers support multiple values for the same key in input / output.
  • Database ResultSet is now iterable.
  • Exposed pyhp.status to return status codes different from 200 and 500.
  • Exposed pyhp.content_type to serve something different from text/xhtml
  • Added SessionTimeout and SessionName configuration options to define Session timeout in seconds and Session cookie name
  • Lots of bugfixes. PyHP should now be more stable.

PyHP is an Apache module which embeds the Python language inside web pages.
It is inspired by the PHP module to permit quick and easy dynamic web pages creation with Python.

The web developer using PyHP will find inside his/her pages a new Python object called pyhp which is full of all the functionalities needed to develop advanced web sites.
Here there is a quick list of what's been implemented so far: