Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.11 KB

api.rst

File metadata and controls

40 lines (26 loc) · 1.11 KB

gs.profile.status.send Internals

gs.profile.status.send

The gs.profile.status.send does not have a public API, other than what is provided by the script itself. However, the internals are documented below.

The script

The sendprofile script is provided by the module .script. The main function takes the name of the default configuration file a single argument, which is normally supplied by buildout when it generates the sendprofile script from the entry point.

The list of people

gs.profile.status.send.script.PROFILE_URI

gs.profile.status.send.script.get_userIds

Sending the notification

gs.profile.status.send.script.SEND_STATUS_URI

gs.profile.status.send.script.send_status

The script proper

gs.profile.status.send.script.main

gs.profile.status.send.script.show_progress

gs.profile.status.send.script.show_done