/SimpleDaemon

Class and example to make simple Python 3+ daemon

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SimpleDaemon

Purpose:

Easy to use and easy to understand python class to create daemon.

This project provide an abstract class AbstractDaemon and a daemon class example.

These Python files can be found in the simpledaemon folder. It also contains unit tests.

Dependencies :

  • Python 3+

How to use :

Subclass AbstractDaemon to make a daemon.

Please refer to MyDaemon.py to understand in details how to get it work.

Code quality meters

Build Status Codacy Badge

Code Climate Issue Count