Threaded console command
With this package you can run your console commands in threads. This process can be used to run a command multiple times.
Usage as executable
# tcommand <count threads> <command ...>
# example:
tcommand 2 ls -la
Usage as package
import ThreadedCommand as tc
tc.run(['ls', '-la'], 2)
Output:
Enter ctrl+c to stop...
Command: ['ls']
Status: 2/2 active threads
Release files for ThreadedCommand 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ThreadedCommand-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / ThreadedCommand-0.2-py3-none-any.whl
| Download URL | ThreadedCommand-0.2-py3-none-any.whl |
|---|---|
| Size | 3.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
363d27701bbe0718b1c05697ae1a67e6bc4f784b3860e86f464bc1c9d946959e
|
|
BLAKE2b-256 checksum How to use checksums |
481d5a5f278c762dc738955b9be0b3d24aa75dcf8474e5bb9e8d29c4b8681ff1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|