gpf_pub_agent_road2.models module#

class gpf_pub_agent_road2.models.PGRoutingInfos(user: str, password: str)#

Bases : object

PGRouting information connection (user/password).

Exemple

pgr_infos = PGRoutingInfos(
    user='postgres',
    password='postgres',
)
__init__(user: str, password: str) None#
password: str#
user: str#