python-terminusgps documentation

python-terminusgps is a package [1] of subpackages that streamlines the use of web APIs for Terminus GPS developers.

Terminus GPS is an IoT hardware/software GPS monitoring company.

Installation

Use pip to install from PyPI.

pip install python-terminusgps

All subpackages are nested within terminusgps:

from terminusgps.aws.secrets import get_secret # Retrieves a secret from AWS
from terminusgps.wialon.session import WialonSession # Creates Wialon API sessions