578 B
578 B
PyWPR - Python Web Page Render
.pyp - Python Page btw
Get Started
- remove www/*
- run main.py
Syntax
integration
<py!>
# Here is Python Code
</py!>
<p?>"Text to print"</p?>
<!--- also supports functions-->
<p?>foo()</p?>
queries
# *.pyp?query
pyp.GET['query']
#or
pyp.GET.get('query','default_value')
echos
e(str|int|float) # you can add ignoreType=True
# or
print(object)
TODO
todo- indetation fix for multile
<p?> - redirections
- cookies
- files upload