zero-motorcycles


License
BSD-3-Clause
Install
pip install zero-motorcycles==1.0.1

Documentation

Zero Motorcycles

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install zero-motorcycles

Usage

from zero_motorcycles import Zero

zero_client = Zero(username="email", password="password")

# Get units
zero_client.get_units()

# Get last transmit data for a specific unit
zero_client.get_last_transmit(123456)

# Get subscription expiration for a specific unit
zero_client.get_expiration_date(123456)

License

zero-motorcycles is distributed under the terms of the BSD 3-Clause license.