Metadata-Version: 1.1
Name: nori
Version: 1.0
Summary: A library for wrapping scripts, especially ones run from cron.
Home-page: http://www.obsessivecompulsivesoftware.com/
Author: Daniel Malament
Author-email: daniel.j.malament@gmail.com
License: UNKNOWN
Description: This is the nori library for wrapping scripts.  It provides tools
        such as powerful lockfile checking, logging, command-line
        processing, and config setting validation, and is particularly
        helpful for scripts that need to be run from cron with minimal
        intervention and maximal stability (although it can also be helpful
        in other cases.)
        
Keywords: cron,logging,monitoring,wrapper
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Database
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
