* Python packages should be installed as modules, and not use source files
* Use child_process spawn to call command and return data
* Consistent error rejection & resolve around spawn calls.
* Updated README to remove submodule ref & added how to install pip pcks.
* Resovled linting issue
* Removed python-shell package
* Disable stray functionality, unused & has dep to python-shell
* Uncommented/disabled python-shell dependency in strayRepository.
* All file imports change from commonjs to es-module
* Improved plex error responses back from api
* Converted viewHistory to es module
* Es-module requires file extension, updated all imports
* Fix esmodule not having __dirname defined in scope
* Replace dynamic-require with fs readFileSync
* Short message service module function is exported as default
* Resolved lint issues & ignore import/extension rule until typescript
* All tests file imports changed from commonjs to es-module
* Import json fixtures with new helper