Skip to content
/ gotime Public

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

License

Notifications You must be signed in to change notification settings

mgeiger/gotime

Repository files navigation

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.

CI Setup

.. mermaid::
    :alt: The image alternate text for HTML output
    :align: center
    :caption: Caption Text underneath the generated image

    sequenceDiagram
      participant Alice
      participant Bob
      Alice->John: Hello John, how are you?
      loop Healthcheck
          John->John: Fight against hypochondria
      end
      Note right of John: Rational thoughts <br/>prevail...
      John-->Alice: Great!
      John->Bob: How about you?



      Bob-->John: Jolly good!


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.

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •