Metadata-Version: 1.1
Name: chaperone
Version: 0.2.30
Summary: Simple system init daemon for Docker-like environments
Home-page: http://github.com/garywiz/chaperone
Author: Gary Wisniewski
Author-email: garyw@blueseastech.com
License: BSD 3
Description: Chaperone is a lean, full-featured top-level system manager, similar to init, systemd, and others,
        but designed for lean container environments like Docker.  It is a single, small program which provides
        process clean-up, rudimentary logging, and service management without the overhead of additional
        complex configuration.
        
        ================   ======================================================
        Documentation      http://garywiz.github.io/chaperone
        chaperone Source   http://github.com/garywiz/chaperone
        pypi link          http://pypi.python.org/pypi/chaperone
        ================   ======================================================
        
Keywords: docker init systemd syslog
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Boot :: Init
