{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/6"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/12"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/6"},{"label":"Networking","url":"https://skillfed.io/packages/category/system-networking"},{"label":"Systems Administration","url":"https://skillfed.io/packages/category/system-systems-administration"},{"label":"Shells","url":"https://skillfed.io/packages/category/system-shells"}],"enrichment":{"capability":"Wraps Python's subprocess module to simplify executing local commands, remote commands over SSH, and concurrent command pools with proper argument escaping and error handling.","skillfed_tags":["subprocess-wrapper","remote-execution","abandoned"],"use_cases":["Running shell commands from Python scripts with automatic error checking and proper argument escaping.","Executing administrative tasks on remote servers via SSH using the same object-oriented interface as local commands.","Running a batch of tasks concurrently across multiple hosts with controlled concurrency levels.","Implementing periodic jobs with dynamic startup delays to avoid thundering herd problems.","Building command-line tools that need to invoke external programs with timeout and locking support."],"what_it_does":"Executor is a subprocess wrapper that provides an object-oriented interface for running commands on UNIX systems. It handles argument escaping, error checking, and status code validation automatically, raising an exception if a command fails unless explicitly told otherwise. Beyond local execution, it supports running commands remotely over SSH and executing groups of commands concurrently in a command pool with configurable concurrency levels.\n\nThe package offers both a Python API and a command-line tool. The CLI supports timeouts, dynamic startup delays (useful for periodic tasks), and interprocess locking to prevent concurrent execution. It is designed to reduce boilerplate around subprocess management and make error handling the default behavior rather than an afterthought.","worth_installing":"No. The package is abandoned (last release 2020-11-19) with no active maintenance or security updates. While it has low install friction and no known vulnerabilities, its age and lack of maintenance make it risky for new projects. For modern subprocess management, consider actively maintained alternatives or Python's built-in subprocess module with additional libraries for specific features you need."},"id":"executor","links":{"html":"https://skillfed.io/packages/executor","md":"https://skillfed.io/packages/executor.md","pypi":"https://pypi.org/project/executor/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-11-19","license_spdx":null,"license_treatment":"permissive","name":"executor","python_support":"supports_current","summary":"Programmer friendly subprocess wrapper"},"popularity":{"monthly_downloads":380032,"position":7106,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"23.2"}
