gcubed
The gcubed package provides a full implementation of the G-Cubed model.
An introduction to the G-Cubed Python implementation is available online.
Support for G-Cubed is available from McKibbin Software Group.
©1993-2023 McKibbin Software Group Pty Ltd. All rights reserved.
Reports warnings in the logs and tries to indicate any G-Cubed related cause of the warning.
The current time and date as a string with a format that is
%Y-%m-%d_%H-%M-%S
This is useful for result reporting and debugging purposes when naming output files.
The natural logarithm of x.
This is a convenience function that is provided for consistency with the G-Cubed model.
Parameters
x : float The value for which the natural logarithm is required.
Returns
float The natural logarithm of x.
Overview
Get a summary of a file path
Arguments
file_path
: The file path to summarise.
ancestors
: The number of ancestor folders to include in the summary, 3 by default.