otld.append.append.TANFAppend

class otld.append.append.TANFAppend

Bases: object

Parses command line arguments, finds files, and calls TANFData.append

__init__()

Parse command line arguments and options

Methods

__init__()

Parse command line arguments and options

append()

Instantiate TANFData object and call append method

get_files()

Find caseload or financial files in a provided directory

get_sheets()

Load sheet dictionary

parse_args(args)

Command line argument parser.

setup()

Run other setup functions as needed

append()

Instantiate TANFData object and call append method

get_files()

Find caseload or financial files in a provided directory

get_sheets()

Load sheet dictionary

Performs several checks to ensure that the correct number of sheets are specified

parse_args(args: list[str]) Namespace

Command line argument parser.

Args:

args (list): List of command line arguments

setup()

Run other setup functions as needed