Metadata-Version: 1.1
Name: gotime
Version: 0.1.2
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
Description: ======
        GoTime
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/gotime.svg
                :target: https://pypi.python.org/pypi/gotime
        
        .. image:: https://img.shields.io/travis/mgeiger/gotime.svg
                :target: https://travis-ci.org/mgeiger/gotime
        
        .. 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
        
        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.
        
        .. _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.
        
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.7
