Python Hypertext Preprocessor - a naive implementation of an idea I had a while back....
 
 
Go to file
Jan Danielzick 1779e464e8 add files from prior development 2022-04-05 02:25:06 +02:00
LICENSE.md add preliminary license 2022-04-05 02:23:01 +02:00
README.md Update 'README.md' 2022-04-05 02:09:39 +02:00
example.pyh add files from prior development 2022-04-05 02:25:06 +02:00
pyhi.sh add files from prior development 2022-04-05 02:25:06 +02:00
pyhp.py add files from prior development 2022-04-05 02:25:06 +02:00

README.md

PyHP

Python Hypertext Preprocessor - a naive implementation of an idea I had a while back.... This allows embedding python code in Hypertext in a similar way to PHP.

An example file outlining the format is provided.

How to use:

Put pyhi.sh and pyhp.py somewhere where your web server can execute them, then configure said web server to execute .pyh files using pyhi.sh.