Metadata-Version: 2.4
Name: smartexecutorlib
Version: 1.0.0
Summary: Smart executors.
Home-page: https://github.com/smartlegionlab/smartexecutorlib/
Author: Alexander Suvorov
Author-email: smartlegiondev@gmail.com
License: BSD 3-Clause License
Project-URL: Documentation, https://github.com/smartlegionlab/smartexecutorlib/blob/master/README.md
Project-URL: Release notes, https://github.com/smartlegionlab/smartexecutorlib/releases
Keywords: executor,executors,command executor,smartlegionlab
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# smartexecutorlib <sup>v1.0.0</sup>

Smart command executor

---

[![PyPI Downloads](https://static.pepy.tech/badge/smartexecutorlib)](https://pepy.tech/projects/smartexecutorlib)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/smartexecutorlib)](https://github.com/smartlegionlab/smartexecutorlib/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/smartexecutorlib?label=pypi%20downloads)](https://pypi.org/project/smartexecutorlib/)
![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/smartexecutorlib)
[![PyPI](https://img.shields.io/pypi/v/smartexecutorlib)](https://pypi.org/project/smartexecutorlib)
[![GitHub](https://img.shields.io/github/license/smartlegionlab/smartexecutorlib)](https://github.com/smartlegionlab/smartexecutorlib/blob/master/LICENSE)
[![PyPI - Format](https://img.shields.io/pypi/format/smartexecutorlib)](https://pypi.org/project/smartexecutorlib)

---

## ⚠️ 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](https://github.com/smartlegionlab/smartexecutorlib/blob/master/DISCLAIMER.md)

---

## Help:

`pip install smartexecutorlib`

```python
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](https://github.com/smartlegionlab/smartexecutorlib/blob/master/LICENSE)**

Copyright (©) 2026, [Alexander Suvorov](https://github.com/smartlegionlab)

---


