Skip to content

theratlesnake/pyblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyblog

Pyblog is a asynchronous web framework that base on aiohttp

Get Started

from pyblog import Route
from pyblog import Application


@Route.get("/")
def index_handler(app):
    app.render("index.html")

app = Application()
app.run()

Updating.....

About

A blog system written in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%