python-terminusgps documentation¶
python-terminusgps is a Python package [1] that streamlines the use of web APIs for Terminus GPS developers.
Terminus GPS is an IoT software/hardware GPS monitoring company.
Commonly written and repeated Python code used in Terminus GPS Django projects is accessible from the terminusgps
package, e.g. HtmxTemplateResponseMixin
for HTMX-enabled Django views and validate_e164_phone_number
for validating Django model/form fields.
Installation¶
Use pip to install from PyPI.
pip install python-terminusgps