Skip to main content

A collection of core functions for tool script writing

Project description

cjnfuncs - A framework and collection of utility functions for script writing

cjnfuncs is comprised of several modules (follow links to respective documentation)

NOTE: These link point to the github repo since relative links to other .md files do not work on PyPI.

module Description/Purpose
core Set up the base environment
configman Feature-rich configuration file toolset
timevalue Handle time values with units, such as '5m' (5 minutes), and schedule future operations
mungePath Ease-of-use pathlib extension for constructing and manipulating file paths
rwt / run_with_timeout Execute any function with an enforced timeout
deployfiles Push bundled setup files within a package to the proper user/system locations
resourcelock Inter-process resource lock mechanism
SMTP Send notification and email messages

Developed and tested on Python 3.9.21 and supported on all higher Python versions. Developed on Linux. Supported on Windows, except for the resourcelock module (posix-ipc module dependency).

In this documentation, "tool script" refers to a Python project that imports and uses cjnfuncs. Some may be simple scripts, and others may themselves be installed packages.


Installation and usage

pip install cjnfuncs

A package template using cjnfuncs is available at https://github.com/cjnaz/tool_template, which is the basis of PyPI posted tools such as:

Project repo: https://github.com/cjnaz/cjnfuncs


Key changes since the prior major public release (version 3.0)

3.2 changes

  • persistent_config - Layered on top of config_item, this new class provides a clean and simple tool for carrying runtime data across tool script restarts and system reboots.

  • Shared memory block handling - Extending resourcelock's features, read/write access is provided to the shared memory block associated with a user-defined lock.

3.1 changes

  • Several issues with Windows support were fixed.

  • configman.config_item() now supports a safe_mode switch, which will speed up Windows usage of loadconfig() at some risk. See the note on config_item().

  • Named child loggers are now implemented on several cjnfuncs modules. By default, logging from cjnfuncs modules is disabled (internal logging events are usually at the INFO or DEBUG level, while the default logging level is set to WARNING). For example, logging from configman may be enabled by logging.getLogger('cjnfuncs.configman').setLevel(logging.INFO), or using core.set_logging_level(logging.INFO, 'cjnfuncs.configman').

  • Changed mungePath set_attributes from default True to default False to avoid long processing time on Windows by default.

  • deployfiles can now create an empty target directory.

3.1.1 changes

  • get_next_dt now supports a days or weeks offset for the days arg
  • Added separate child logger cjnfuncs.resourcelock_islocked so that is_locked() may be called in a loop without flooding the log while cjnfuncs.resourcelock is set to debug

Revision history

  • 3.2 - 260506 - New features: persistent_config and shared memory block handling
  • 3.1.1 260207 - separate resourcelock_islocked logger, get_next_dt days/weeks offset
  • 3.1 251109 Support for and use of child loggers, deployfiles create empty dir, Windows fixes, config_item() safe_mode switch, mungePath set_attributes from default False
  • 3.0.1 251005 - Allow '.' in config section names
  • 3.0 250705 - Added run_with_timeout, set / restore_logging_level, periodic_logging, get_next_dt. Functional change to mungePath.
  • 2.5 250206 - Added multi-line and quoted string support to configman
  • 2.4.1 241118 - resource_lock only init lock_info if not existing
  • 2.4 241105 - Twilio support in snd_notif, resource_lock trace/debug features, check_path_exists exception fix
  • 2.3 240821 - Added mungePath ./ support. Resolved check_path_exists() memory leak. Added same_process_ok to resourcelock.getlock() Added prereload_callback to config_item.loadconfig()
  • 2.2 240119 - Added SMTP DKIM support. Set SMTP server connect timeout to EmailRetryWait.
  • 2.1 240104 - Partitioned to separate modules. Added modify_configfile. Added native support for float, list, tuple, and dict in loadconfig(). Added getcfg() type checking. Documentation touch for logging formats in config file. Improved snd_notif failure logging. Added email/notif send retries. Added resourcelock module.
  • 2.0.1 230222 - deploy_files() fix for files from package
  • 2.0 230208 - Refactored and converted to installed package. Renamed funcs3 to cjnfuncs.
  • ...
  • 0.1 180524 - New. First github posting

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

cjnfuncs-3.2.tar.gz (49.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cjnfuncs-3.2-py3-none-any.whl (52.2 kB view details)

Uploaded Python 3

File details

Details for the file cjnfuncs-3.2.tar.gz.

File metadata

  • Download URL: cjnfuncs-3.2.tar.gz
  • Upload date:
  • Size: 49.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for cjnfuncs-3.2.tar.gz
Algorithm Hash digest
SHA256 16fecdaf8016ca20de5f405a16d7ed2f7ec0146b29d9cb30b73527c379421ae6
MD5 7a8a3f7f4a6ee5676da1a8ed6f34ad0e
BLAKE2b-256 1b278c294125eb952928f0dc012434293bb426f1b9e41b551e116f37f0d473b2

See more details on using hashes here.

File details

Details for the file cjnfuncs-3.2-py3-none-any.whl.

File metadata

  • Download URL: cjnfuncs-3.2-py3-none-any.whl
  • Upload date:
  • Size: 52.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for cjnfuncs-3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4b2eab9fe6797db61e92fd82e90385ff17dd21b028349757757aacf587cda8e0
MD5 2654a8bfc9eb5b4e25a0fa85a6613fdf
BLAKE2b-256 81bf6863ab8b88dea86bddb8adfa2d949a3b5547a09233d001e24755343d4aad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page