mage package

Module contents

mage.auto_page = False

Iterators should iterate through all data, fetching more from the server as needed

Type

bool

mage.connect(envfile_path=None)

Connects to the MAGE server. The connection details may be passed in as an argument. Additional locations checked for the information include: ~/.env and ./.env

Parameters

envfile_path (str, optional) – Location of file that contains the connection parameters.

Returns

True on success, False on failure

Return type

bool

mage.logger = <Logger mage (INFO)>

The MAGE Logger

Type

logging.Logger