Metadata-Version: 1.0
Name: horae.app
Version: 1.0a1
Summary: Provides the Horae resource planning system as a Grok application
Home-page: UNKNOWN
Author: Simon Kaeser
Author-email: skaeser@gmail.com
License: GPL
Description: Introduction
        ============
        
        The ``horae.app`` package provides the Horae resource planning system as a
        `Grok <http://grok.zope.org/>`_ application. It pulls in all the required
        ``horae.*`` packages and if available activates functionality for the
        optional ones.
        
        Dependencies
        ============
        
        Horae
        -----
        
        * `horae.auth <http://pypi.python.org/pypi/horae.auth>`_
        * `horae.core <http://pypi.python.org/pypi/horae.core>`_
        * `horae.properties <http://pypi.python.org/pypi/horae.properties>`_
        * `horae.search <http://pypi.python.org/pypi/horae.search>`_
        * `horae.ticketing <http://pypi.python.org/pypi/horae.ticketing>`_
        
        Third party
        -----------
        
        * `grok <http://pypi.python.org/pypi/grok>`_
        * `grokui.admin <http://pypi.python.org/pypi/grokui.admin>`_
        * `grokcore.startup <http://pypi.python.org/pypi/grokcore.startup>`_
        * `zope.i18n[compile] <http://pypi.python.org/pypi/zope.i18n>`_
        
        Changelog
        =========
        
        1.0a1 (2012-01-16)
        ------------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
