Python 3 script and daemon toolkit
Project description
Introduction
This package contains collection of usefull tools and utilities and framework for creating console applications, scripts and system services (daemons) in Python 3. It provides easily extendable and customizable base implementations of generic application, script or daemon and which take care of many common issues and tasks like configuration loading and merging, command line argument parsing, logging setup, etc.
The extensive documentation and tutorials is still under development, however usage examples and demonstration applications are provided right in the source code of appropriate module. Just execute the module with Python3 interpretter to see the demonstration:
python3 path/to/application.py --help
Framework features
Currently the framework package contains following features:
- pyzenkit.jsonconf
Module for handling JSON based configuration files and directories.
- pyzenkit.daemonizer
Module for taking care of all process daemonization tasks.
- pyzenkit.baseapp
Module for writing generic console applications.
- pyzenkit.zenscript
Module for writing generic console scripts with built-in support for repeated executions (for example by cron-like service).
- pyzenkit.zendaemon
Module for writing generic system services (daemons).
Copyright
Changelog
Version 0.65
Released 2022-11-01
Allowed adding previous versions files using Gitlab CI/CD.
Version 0.64
Released 2022-06-28
Allowed parsing of unknown arguments.
Version 0.63
Released 2022-06-22
Started using the latest version of pydgets.
Version 0.62
Released 2022-06-22
Added a config file for GitLab CI/CD.
Updated the repository information.
Updated packages versions.
Version 0.61
Released 2022-01-20
Fixed formatting error introduced in 0.60.
Version 0.60
Released 2022-01-20
Masked PID in PID file name and runlog file name.
Version 0.59
Released 2021-01-11
Made runlog file names more unique by adding PID.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file pyzenkit-0.65.tar.gz
.
File metadata
- Download URL: pyzenkit-0.65.tar.gz
- Upload date:
- Size: 53.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 681326a3496fe23764accb4a5104a550921b307eb86d343cd83923fce117f6cf |
|
MD5 | e11bc10b79a5877c88cf027a5a29d61a |
|
BLAKE2b-256 | 676693a15062c3cbd287aa82f11e1db7d02e3d702b18603d4111d70551be0a9a |
File details
Details for the file pyzenkit-0.65-py3-none-any.whl
.
File metadata
- Download URL: pyzenkit-0.65-py3-none-any.whl
- Upload date:
- Size: 62.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2a352fcc003a8178867aca597d40ce8d98d7325c7d4090b63d620f44e147cc8 |
|
MD5 | 1342b35078599901e8a18bdd5ef47ece |
|
BLAKE2b-256 | 210f2f44137e793f86672d71c6cf356678bf0a1f8532977df3ff2f96d0e76e38 |