Metadata-Version: 1.1
Name: treacle
Version: 0.1.2
Summary: treacle is an AGI (Asterisk Gateway Interface) script which handles public holidays and opening hours in different offices with different timezones and different public holidays.
Home-page: https://github.com/Caramel/treacle
Author: Caramel
Author-email: support@caramel.com.au
License: LGPL3+
Description: treacle
        =======
        
        treacle is an AGI (Asterisk Gateway Interface) script which handles
        public holidays and opening hours in different offices with different
        timezones and different public holidays.
        
        This allows conditional call routing in Asterisk, and also allows one
        system to route calls for different time zones and different offices.
        
        This means if you have callers in Adelaide and callers in Melbourne, you
        can give each a different number, and their calls will be routed to
        voicemail after hours in their timezone, and not available on public
        holidays in their timezone.
        
        Complete documentation is available within the Sphinx documentation in the
        ``doc`` folder of this distribution.
        
        * `Treacle on PyPI (releases) <https://pypi.python.org/pypi/treacle>`_
        * `GitHub repository <https://github.com/Caramel/treacle/>`_
        * `On-line Documentation <http://treacle.readthedocs.org/>`_
        
        
        licensing
        ---------
        
        Copyright 2013 - 2014 `Caramel <http://www.caramel.com.au>`_.
        
        This program is free software: you can redistribute it and/or modify it
        under the terms of the GNU Lesser General Public License as published by
        the Free Software Foundation, either version 3 of the License, or (at
        your option) any later version.
        
        This program is distributed in the hope that it will be useful, but
        WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
        General Public License for more details.
        
        You should have received a copy of the GNU Lesser General Public License
        along with this program. If not, see http://www.gnu.org/licenses/.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
