gotime

How long does it take to get from Point A to Point B


Keywords
gotime
License
MIT
Install
pip install gotime==0.1.4

Documentation

GoTime

PyPI - Python Version

PyPI - Status

PyPI - Downloads

Maintainability Documentation Status Updates

How long does it take to get from Point A to Point B

Features

  • Determine the time it takes to go from one address to a second address
  • Works with a number of services included: Google Maps, Bing Maps, MapQuest
  • Can be used as a command line call or via Python imports

Installation

Package is hosted via warehouse in the PyPi repository.

You are able to install it via pip:

pip install gotime

Usage

Command Line

After setting up your virtual environment, you can call by running:

gotime --start="86 Brattle St., Cambridge, MA 02138" \
       --end="77 Massachusetts Ave., Cambridge, MA 02139"

Import

Not properly implemented.

Credits

A huge shoutout to mkazin for the project idea and the initial code. Though most of the original code has been destroyed, the idea lives on.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.