Skip to content

Latest commit

 

History

History
104 lines (70 loc) · 2.71 KB

README.rst

File metadata and controls

104 lines (70 loc) · 2.71 KB

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.