Antti Kajander
Antti Kajander
- By default, flow servers started by this plugin are stopped - Setting options.stopStartedServer = false disables this behavior - Pre-started flow server processes are always left alone The rationale...
Prefer [`importlib.metadata`](https://docs.python.org/3/library/importlib.metadata.html) core library which is available on Python >= 3.8 This gets rid of `setuptools` dependency for `stopit` users. Recent `setuptools` versions output a massive deprecation warning about [`pkg_resources`](https://setuptools.pypa.io/en/latest/pkg_resources.html)...