Skip to content

caufman/geweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geweb is an asyncronous micro web framework based on gevent.

Installation

pip install geweb

Create project

geweb init myproject

Run server

cd myproject
geweb run

App structure

|- myproject
    |- myapp
        |- templates/
            |- tmpl1.html
            |- tmpl2.html
            |- ...
        |- __init__.py
        |- urls.py

About

Geweb is an asyncronous micro web framework based on gevent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.7%
  • HTML 10.3%