Metadata-Version: 1.1
Name: pep3143daemon
Version: 0.0.3
Summary: Implementation of PEP 3143, a unix daemon
Home-page: https://github.com/schlitzered/pep3143daemon
Author: schlitzer
Author-email: stephan.schultchen@gmail.com
License: MIT
Description: 
        pep3143daemon is a implementation of the PEP 3143, describing a well behaving
        Unix daemon, as documented in Stevens 'Unix Network Programming'
        
        Copyright (c) 2014, Stephan Schultchen.
        
        License: MIT (see LICENSE for details)
        
Keywords: daemon,daemonizedaemonizingfork,pep 3143,3143
Platform: posix
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
