Skip to content
/ rivr Public
forked from rivrproject/rivr

rivr is a microweb framework inspired by djng

License

Notifications You must be signed in to change notification settings

Derecho/rivr

 
 

Repository files navigation

rivr is a microweb framework inspired by djng, the reason I decided to create rivr and not use djng was that djng still depended on Django. I wanted rivr for places where I don't have Django. It is a lightweight framework which can be included along side another python application. rivr does not have a database layer, you are free to use whatever you choose.

What rivr includes:

  • Django like template engine
  • Domain router (Like django's URL router, but you can have a regex search over the whole domain, useful for subdomains).
  • A debugging middleware
  • Basic HTTP authentication

About

rivr is a microweb framework inspired by djng

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%