Skip to content
/ fsweb Public
forked from asmcos/fsweb

A fast simple web framework base on python.

Notifications You must be signed in to change notification settings

guoyu07/fsweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fsweb is a fast simple Python web framework . Fsweb base on SimpleHTTPServer + uliweb template. It looks like PHP, ASP.

usage:

python HTTPServer

browser: http://127.0.0.1:8000

Test:

example/*.pyhtml
$more example/1.pyhtml 

{{name='fsweb'}}
{{url='http://github.com/asmcos/%s'%name}}

<a href={{=url}}> {{=name}} </a>

Use subdir as root dir.

python HTTPServer 8000 -d example

About

A fast simple web framework base on python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • HTML 1.2%