apdaemon 0.2.8

Creator: bradpython12

Last updated:

Add to Cart

Description:

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]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.