How long does it take to get from Point A to Point B
- Free software: MIT license
- Documentation: https://gotime.readthedocs.io.
- 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
Package is hosted via warehouse in the PyPi repository.
You are able to install it via pip:
pip install gotime
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"
Not properly implemented.
.. 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!
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.