Skip to main content

An unofficial Python client for the MyGeotab API

Project description

Build Status https://img.shields.io/pypi/v/mygeotab.svg?style=flat https://img.shields.io/pypi/dm/mygeotab.svg?style=flat Documentation Status

An Apache2 Licensed, unofficial Python client for the MyGeotab API.

Also bundled is the “myg” command line tool, which is a sandboxed console for quickly querying and operating on MyGeotab data.

Features

  • Automatic serializing and de-serializing of JSON results

  • Clean, Pythonic API for querying data

  • Cross-platform and compatible with Python 2.7+, 3.3+, and pypy

Usage

>>> import mygeotab
>>> api = mygeotab.API(username='hello@example.com', password='mypass', database='DemoDB')
>>> api.authenticate()
>>> api.get('Device', search=dict(name='%Test Dev%'))
[{'maxSecondsBetweenLogs': 200.0,
  'activeTo': '2050-01-01',
  'minAccidentSpeed': 3.0,
  'ignoreDownloadsUntil': '1986-01-01',
  'name': 'Test Device',
  'idleMinutes': 3.0,
  ......

Installation

To install the MyGeotab library and command line tool:

$ pip install mygeotab

or for the bleeding-edge version:

$ pip install git+https://github.com/geotab/mygeotab-python

Documentation

Read the docs at http://mygeotab-python.readthedocs.org

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mygeotab-0.3.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

mygeotab-0.3-py2.py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page