Metadata-Version: 1.0
Name: schooltool
Version: 0.11.4
Summary: A common information systems platform for school administration.
Home-page: http://www.schooltool.org
Author: SchoolTool development team
Author-email: schooltool-dev@schooltool.org
License: GPL
Description: 
        SchoolTool is an open source school management information system.  It is
        a distributed client/server system.  The SchoolTool server presents two
        interfaces to clients:
        
        - a traditional web application interface, usable with an ordinary browser.
        
        - HTTP-based programming interface suitable for fat clients, adhering to
        the Representational State Transfer (REST) architectural style (see
        http://rest.blueoxen.net/).
        
        The web application interface is the primary one.  The RESTive interface is
        there for potential interoperability with other systems and fat clients to
        perform data entry that is inconvenient to do via the web application
        interface.
        
        Any modern web browser is suitable for the web application interface.  The
        interface degrades gracefully, so a browser that does not support CSS or
        Javascript will be usable, although perhaps not very nice or convenient.
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Zope
Classifier: Topic :: Education
Classifier: Topic :: Office/Business :: Scheduling
