__main__

Functions

main()


remoteappmanager.cli.remoteapprest.__main__.main()[source]

Classes

Credentials(url, username, cookies) Data class to hold the credentials extracted from the credential file.
RemoteAppRestContext The click context passed around.


class remoteappmanager.cli.remoteapprest.__main__.Credentials(url, username, cookies)[source]

Bases: object

Data class to hold the credentials extracted from the credential file.

classmethod from_file(credentials_file)[source]

Extracts the authorization info from the credentials file. Returns a tuple with url, username, and a dict of credentials cookies

write(credentials_file)[source]

Stores the credentials in a credentials file.

class remoteappmanager.cli.remoteapprest.__main__.RemoteAppRestContext[source]

Bases: object

The click context passed around.

credentials = None
credentials_file = None