Last updated:
0 purchases
apdaemon 0.2.8
apdaemon: Python Process Daemon Tool.====================================Install-------via pip :: pip3 install apdaemonexample:: from apdaemon.daemon import daemon @daemon(service="maind") def main(): import time while True: print("hello world") time.sleep(3) if __name__ == '__main__': main() run command: python3 daemon.py [start[default]|status|stop|restart]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.