module documentation

This script uploads a plugin package to the plugin repository. Authors: A. Pasotti, V. Picavet git sha : $TemplateVCSFormat
Function hide​_password Returns the http url with password part replaced with '*'.
Function main Main entry point.
Constant ENDPOINT Undocumented
Constant PORT Undocumented
Constant PROTOCOL Undocumented
Constant SERVER Undocumented
Constant VERBOSE Undocumented
def hide_password(url, start=6):

Returns the http url with password part replaced with '*'.

:param url: URL to upload the plugin to. :type url: str

:param start: Position of start of password. :type start: int

def main(parameters, arguments):

Main entry point.

:param parameters: Command line parameters. :param arguments: Command line arguments.

ENDPOINT: str =

Undocumented

Value
'/plugins/RPC2/'
PORT: str =

Undocumented

Value
'443'
PROTOCOL: str =

Undocumented

Value
'https'
SERVER: str =

Undocumented

Value
'plugins.qgis.org'
VERBOSE: bool =

Undocumented

Value
False