Refactor: Python packages should be installed as modules, and not use source files #149

Merged
KevinMidboe merged 8 commits from refactor/python-packages into master 2022-10-02 14:05:29 +00:00
KevinMidboe commented 2022-09-25 22:47:12 +00:00 (Migrated from github.com)

Removes source files used to call https://github.com/kevinmidboe/delugeClient & https://github.com/KevinMidboe/torrent_search which were already removed as submodules here: 851af204ab. Updated README to remove submodule references & added how to install pip packages.

Calling or spawning these scripts outside of node and handling their stdout and stderr has been done way more structured and less error-prone.

Disabled/commented out stray functionality for admin verifying requested content & keeping track of added magnets and their files & download status.

Disables functionality related to #87 but should probably close and remove this. Admin & stray functionality should be re-thought and implemented within app and not external python scripts.

Removes source files used to call https://github.com/kevinmidboe/delugeClient & https://github.com/KevinMidboe/torrent_search which were already removed as submodules here: https://github.com/KevinMidboe/seasonedShows/commit/851af204ab4a8514c042d816d87aae80ce05201d. Updated README to remove submodule references & added how to install pip packages. Calling or spawning these scripts outside of node and handling their `stdout` and `stderr` has been done way more structured and less error-prone. Disabled/commented out stray functionality for admin verifying requested content & keeping track of added magnets and their files & download status. Disables functionality related to #87 but should probably close and remove this. Admin & stray functionality should be re-thought and implemented within app and not external python scripts.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KevinMidboe/seasonedShows#149
No description provided.