Helps starting & stopping programs
Project description
ProcManager
An command line to start and stop long-running processes.
Usage
Run some program (python -m http.server
) and keep track of it under the name httpd:
procmgr start -n httpd python -m http.server
To list currently running processes:
procmgr list
To remove track of no-longer running processes:
procmgr clean
To stop a running process:
procmgr stop <name>
if not specified, name defaults to the process name (first argument of start)
To watch the output of some process:
procmgr watch <name>
Installation
pip install procmanager
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
procmanager-1.0.6.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file procmanager-1.0.6.tar.gz
.
File metadata
- Download URL: procmanager-1.0.6.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.5 Linux/5.18.15-zen1-2-zen
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 516ffd10607071936999eeaa57c2c643351104b0e6248b58d7c6102651ed2d11 |
|
MD5 | b6be839dd548d5bd386d622181d019e6 |
|
BLAKE2b-256 | 63a62ae3305447d494808850f9692fc60a1d00eb0919fb5cae6ebcc72efa270e |
File details
Details for the file procmanager-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: procmanager-1.0.6-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.5 Linux/5.18.15-zen1-2-zen
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7817a30295484a459a178a7cc1c2222b3323e02a85057a8294510f3d3ccc8ed4 |
|
MD5 | 0b39e67593bd48a27a29625afaa7d595 |
|
BLAKE2b-256 | 803090e3f8f1cd5c06cfcfd9702b2f3ab0c8e4404ec3b125cfd876cb6eae39d6 |