Skip to content

leoswaldo/pyDaemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

pyDaemon

pyDaemon is a project in which you will find the Daemon class, this class makes your code to run as a service in Linux starting it as a process in the system (running in background, no matter if you close the shell). With your script extending the Daemon class you will be able to: Start, Stop and Restart the service.

The Daemon class is based on A simple unix/linux daemon in Python by Sander Marechal , my contributions are next: I made it work in python3 , added PEP8 Standards, commented code and modified/add/delete code.

Status

Ready to be used

Usage

Extend your class from Daemon, and override the run method

Example

See Examples dir

Tech

Python3

License

"Para el pueblo" Yes that means MIT :)

Contributors Welcome

If you want to contribute to this project feel free to put in contact with me ([email protected]) and lets discuss your ideas :)

About

Done:Version 1.0:Python3:Daemon class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages