Metadata-Version: 1.1
Name: service
Version: 0.5.2
Summary: Easy Implementation of Background Services
Home-page: https://github.com/torfsen/service
Author: Florian Brucker
Author-email: mail@florianbrucker.de
License: MIT
Description: This package makes it easy to write Unix services, i.e. background
        processes ("daemons") that are controlled by a foreground application
        (e.g. a console script).
Keywords: service,daemon
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
