Skip to content

Mod Python Servlets - an easy & stripped down web-hosting framework for REST. It differs from django by using the module namespace to resolve URLS instead of regexs, and by including other modules. Django is better, but this was made before it

Notifications You must be signed in to change notification settings

circlecycle/mps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

By James Robey, circlecycle@gmail.com
https://github.com/circlecycle/mps

Mod Python Servelets are an easy and stripped down web-hosting framework for REST application that is akin to django (and even uses django templates, and so requires django.

Features also include basic authetication framework,
a users/groups framework
a hierarchial storage system that maps an n-deep python dictionary onto an n-deep file/dir structure

INSTALL instructions TBD here.

About

Mod Python Servlets - an easy & stripped down web-hosting framework for REST. It differs from django by using the module namespace to resolve URLS instead of regexs, and by including other modules. Django is better, but this was made before it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published