aioshell 1.0
Latest release
Released:
Run single-threaded concurrent shell and ssh commands withfew keystrokes.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPLv3)
- Author: Carlos Eduardo Moreira dos Santos
- Tags shell , ssh , async , asyncio , asynchronous
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
Run single-threaded concurrent shell and SSH commands with few keystrokes.
from aioshell import Executor, Shell
exe = Executor()
exe.add(Shell('date >/tmp/aioshell; sleep 1'))
exe.add(Shell('sleep 1; date >>/tmp/aioshell'))
exe.finish()
# Check /tmp/aioshell file to see that only 1 sec has passed.
For more details, please, Read the Docs.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPLv3)
- Author: Carlos Eduardo Moreira dos Santos
- Tags shell , ssh , async , asyncio , asynchronous
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic