mypkgs.hello ============ .. py:module:: mypkgs.hello .. autoapi-nested-parse:: Core processing functions for the hello-world service. This module contains the business logic for generating greetings and saving output files. Functions --------- .. autoapisummary:: mypkgs.hello.write_hello Module Contents --------------- .. py:function:: write_hello(name, output_dir) Create a personalized greeting and write it to a text file. :param name: The name of the person to greet. :type name: str :param output_dir: The directory where the output file 'output_hello.txt' will be saved. :type output_dir: str :returns: The full path to the created output file. :rtype: str