Metadata-Version: 1.1
Name: helper
Version: 2.4.1
Summary: Development library for quickly writing configurable applications and daemons
Home-page: https://helper.readthedocs.org
Author: Gavin M. Roy
Author-email: gavinmroy@gmail.com
License: Copyright (c) 2012-2013, Gavin M. Roy
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

 * Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 * Neither the name of the helper nor the names of its contributors may be used
   to endorse or promote products derived from this software without specific
   prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Description: Helper
        ======
        Helper is a development library for quickly writing configurable applications and daemons.
        
        |PyPI version| |Downloads| |Build Status|
        
        Platforms Supported
        -------------------
        Python 2.6, 2.7, 3.2 and 3.3 on Unix (POSIX) and Windows (in process) platforms.
        
        Dependencies
        ------------
        *General*
        
         - pyyaml
         - argparse (Python 2.6 only)
         - logutils (Python 2.6 only)
        
        *Testing*
        
         - mock
         - unittest2 (Python 2.6 only)
        
        Documentation
        -------------
        Documentation is available at http://helper.readthedocs.org
        
        Installation
        ------------
        helper is available as a package from pypi.python.org for development purposes.
        Normally, helper would be installed as a dependency from another application or
        package.
        
        History
        -------
        - 2.4.1 - 2013-03-14 - Fix fchmod literal call in Python 3
        - 2.4.0 - Better startup exception reporting, improved pidfile ownership
                  handling, new run_helper command
        - 2.3.0 - umask fix
        - 2.2.2 - Minor setup.py fix for README.rst
        - 2.2.2 - Minor MANIFEST.in fix for README.rst
        - 2.2.1 - Minor setup.py fix for version number.
        - 2.2.0 - Add new attribute to describe operating system and environment to
                  Controller and helper.unix, helper.windows.
        - 2.1.1 - Bugfix for dealing with stale pids
        - 2.1.0 - Bugfixes: Use pidfile from configuration if specified, don't show
                  warning about not having a logger in helper.unix if no logger is
                  defined, config obj default/value assignment methodology
        - 2.0.2 - Fix a bug where wake_interval default was not used if wake_interval
                  was not provided in the config. Make logging config an overlay of the
                  default logging config.
        - 2.0.1 - setup.py bugfix
        - 2.0.0 - clihelper renamed to helper with major refactoring, Windows support
                  still a work in progress.
        
        .. |PyPI version| image:: https://badge.fury.io/py/helper.png
           :target: http://badge.fury.io/py/helper
        .. |Downloads| image:: https://pypip.in/d/helper/badge.png
           :target: https://crate.io/packages/helper
        .. |Build Status| image:: https://travis-ci.org/gmr/helper.png?branch=master
           :target: https://travis-ci.org/gmr/helper
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
