Metadata-Version: 2.1
Name: gotime
Version: 0.1.4
Summary: How long does it take to get from Point A to Point B
Home-page: https://github.com/mgeiger/gotime
Author: Matthew J. Geiger
Author-email: matthew.j.geiger@gmail.com
License: MIT license
Keywords: gotime
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Click (>=6.0)

======
GoTime
======


.. image:: https://img.shields.io/pypi/v/gotime.svg
        :target: https://pypi.python.org/pypi/gotime
.. image:: https://img.shields.io/pypi/pyversions/gotime
        :alt: PyPI - Python Version
.. image:: https://img.shields.io/pypi/status/gotime
        :alt: PyPI - Status
.. image:: https://img.shields.io/pypi/dm/gotime
        :alt: PyPI - Downloads

.. image:: https://img.shields.io/travis/mgeiger/gotime.svg
        :target: https://travis-ci.org/mgeiger/gotime
.. image:: https://api.codeclimate.com/v1/badges/4ce6aa8b7e540fd923a2/maintainability
        :target: https://codeclimate.com/github/mgeiger/gotime/maintainability
        :alt: Maintainability
.. image:: https://readthedocs.org/projects/gotime/badge/?version=latest
        :target: https://gotime.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status
.. image:: https://pyup.io/repos/github/mgeiger/gotime/shield.svg
        :target: https://pyup.io/repos/github/mgeiger/gotime/
        :alt: Updates


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


* Free software: MIT license
* Documentation: https://gotime.readthedocs.io.


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.

.. _mkazin: https://github.com/mkazin

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.01 (2018-04-21)
------------------

* First release on PyPI.


