smartexecutorlib

Smart executors.

v1.0.0 Python 3.8+

Quick Install via pip
pip install smartexecutorlib

Description

smartexecutorlib v1.0.0

Smart command executor


PyPI Downloads
GitHub release (latest by date)
PyPI - Downloads
GitHub top language
PyPI
GitHub
PyPI - Format


⚠️ Disclaimer

By using this software, you agree to the full disclaimer terms.

Summary: Software provided "AS IS" without warranty. You assume all risks.

Full legal disclaimer: See DISCLAIMER.md


Help:

pip install smartexecutorlib

from smartexecutorlib.executors import SmartExecutor

smart_executor = SmartExecutor()

smart_executor.os.execute('pip list')
smart_executor.sub.execute('pip list')

License

BSD 3-Clause License

Copyright (©) 2026, Alexander Suvorov