Metadata-Version: 2.1
Name: subprocess-executor
Version: 1.0.1
Summary: Python Subprocess Executor Package
Home-page: https://github.com/dusanmitrovic98/python_subprocess_executor.git
Author: Dušan Mitrović
Author-email: dusanmitrovic@elfak.rs
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
License-File: LICENCE.txt


    This Python package provides a convenient way to execute subprocess commands either 
    consecutively or in parallel, along with logging the output. It includes features 
    for handling concurrent subprocess execution using multiprocessing.

    Features:
    - Execute subprocess commands and capture their output.
    - Log the execution of each command, including any errors.
    - Run multiple subprocess commands consecutively.
    - Run multiple subprocess commands in parallel with adjustable pool size.

    Usage:
    You can use this package to streamline the execution of subprocess commands and 
    efficiently manage their output. It's particularly useful for tasks that involve 
    running multiple external commands in a Python script.

    For usage instructions and more details, please refer to the project's documentation 
    and README.

    GitHub Repository: https://github.com/dusanmitrovic98/python_subprocess_executor.git
    
