These are the tokens requiring replacment. component The name of the component, usually starting with 'PGWUI_'. Case is significant. Generally, the first letter of each word is capitalized. summary Short description to go into setup.py. Should conform to the Python Packaging Authority Specifications for a summary: https://packaging.python.org/specifications/core-metadata/#summary author_name The name of the author. https://packaging.python.org/specifications/core-metadata/#author author_email The email of the author. https://packaging.python.org/specifications/core-metadata/#author-email short_name The name of the component without the "PGWUI_" prefix, in lower case. Used as the default route (with a "/" prepended) and in variable names, etc.