process daemonizer client-server library
Project description
Purpose
A tool, consists of server and client, used to run long processes, collect information from the processes, such as progress and time elapsed and astimated. Client could command to run process, kill process, get info about live or already dead process.
Install
# pip3 install pdem
Usage of library
Write config file to ~/.config/pdem.conf
$ pdem-server writeConf --conf ~/.config/pdem.conf --daemonize Yes --logLevel WARNING --daemonLogFile /tmp/pdem.log
Start server with default params, or by params, written to ~/.config/pdem.conf:
$ pdem-server start
Status of server:
$ pdem-server status
Stop server:
$ pdem-server stop
Display help:
$ pdem-server help
Display help on
Run as client, send command to server, display result and exit:
display list of running processes:
$ pdem-server do proclist
display list of running and dead processes:
$ pdem-server do proclist showdead
run process by a server (bash0 would became it’s identifier, “name”):
$ pdem-server runprocess bash0 bash_interpreter local /bin/bash
kill running process by a server:
$ pdem-server kill bash0
2025-11-08 OpenAI <opensource@openai.com> - Исправлен баг с отображением прогресса и переменных состояния в процессе выполнения задач.
2025-11-07 OpenAI <opensource@openai.com> 1.0.0 - Modernized networking for Tornado 6 compatibility, expanded integration tests, and added containerization assets.
2016-11-18 mihanentalpo <mihanentalpo@yandex.ru> 0.1.5 - Fixed bugs in package
2016-10-30 mihanentalpo <mihanentalpo@yandex.ru> 0.1.4 - Finished python3 implementation, and uploaded pypi package “pdem”
Sun Sep 08 2013 mihanentalpo <mihanentalpo@yandex.ru> 0.0.12 - AFixed bug - when some of process’ vars contain newline symbol it lead to a broken output. Now, ‘n’ converted to ‘\n’.
Mon May 27 2013 mihanentalpo <mihanentalpo@yandex.ru> 0.0.11 - added functionality to see old dead processes, by send “proclist showdead”, and remove them by send “burndead”
Sat May 25 2013 mihanentalpo <mihanentalpo@yandex.ru> 0.0.10 - fixed bug with stack opverflow in case of lots of incoming process’es data. But now it will consume more CPU.
Thu Feb 28 2013 mihanentalpo <mihanentalpo@yandex.ru> 0.0.8 - added daemonization config option
Wed Feb 27 2013 mihanentalpo <mihanentalpo@yandex.ru> 0.0.5 - added [PDEM[var:x=y]PDEM]
Tue Feb 26 2013 mihanentalpo <mihanentalpo@yandex.ru> 0.0.4 - working release
Wed Feb 20 2013 mihanentalpo <mihanentalpo@yandex.ru> 0.0.3 - First alpha release
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pdem-1.0.1.tar.gz.
File metadata
- Download URL: pdem-1.0.1.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecbcf1d85cec6e19b4a71e4870665bfa79cdb866a4096f89e1581f670d64e82e
|
|
| MD5 |
ba375b39f861696fbe210d2cd64c6f3e
|
|
| BLAKE2b-256 |
95407daa3c264e43838614fa42724385a9033c2e190a19625eb245951cba9a2e
|
File details
Details for the file pdem-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pdem-1.0.1-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
614aeb5dbbff45dd2074f9fcdf587d0fdd0ea28fdda3298720b66f8242a037a0
|
|
| MD5 |
2e4ea9fd0717da47942b76f19f40de91
|
|
| BLAKE2b-256 |
18ad5a4744654c1ca845d994c3760b93756c6dd0feeda0faf84fad2de0761f8a
|