Semi-ATE / spyder-remote

Plugin for spyder (>=5) that adds remote capabilities to spyder.
https://semi-ate.github.io/spyder-remote/
MIT License
4 stars 4 forks source link

spyder-remote-server daemon (3) #4

Closed nerohmot closed 4 years ago

nerohmot commented 4 years ago

Tasks/Steps/Elements

The server-side is first implemented as a normal process, and then turned into a daemon.

Our first concern is that it runs on Linux, so one could use the stevens.py template, but for future compatibility to macOS and Windows, maybe there are better ways (read: libraries).

Task:

Versions checklist

goanpeca commented 4 years ago

Time: 1-3 days ?

nerohmot commented 4 years ago

deaemoniker : https://daemoniker.readthedocs.io/en/latest/ python-daemon : https://pypi.org/project/python-daemon/ ... system-d stuff ?