Metadata-Version: 1.1
Name: mother
Version: 0.1.0
Summary: Mother - Web Applications Framework
Home-page: http://devedge.bour.cc/wiki/Mother/
Author: Guillaume Bour
Author-email: guillaume@bour.cc
License: GNU Affero General Public License v3
Description: Mother is a framework made for fasten and easier web-applications developement:
        		. url rewriting
        		. multiprotocol (HTML, json, xml??)
        		. autoexposing tentacles objects
        		. arguments validation
        		. contents modifiers (py object to json, uppercase, etc)
        		. simple programmation
        		. work with apps 
        		. users/groups/acl managements
        		. dashboard (add/remove/disable apps)
        		. create/manage user/groups
        		. manage acls
        		. http/https
        		. authentication framework
        		. plugins (a app can be hooked)
        	
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: User Interfaces
Requires: TwistedCore (>=10.1)
Requires: TwistedWeb (>= 10.1)
Requires: SimpleParse (>= 2.1.0)
Requires: Mako (>= 0.4.0)
Requires: python_cjson
Requires: odict
Requires: tentacles
