Metadata-Version: 1.1
Name: geocoder
Version: 0.8.0
Summary: A complete Python Geocoding module made easy.
Home-page: https://github.com/DenisCarriere/geocoder
Author: Denis Carriere
Author-email: carriere.denis@gmail.com
License: Copyright 2014 Denis Carriere

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
Download-URL: https://github.com/DenisCarriere/geocoder/tarball/master
Description: `Geocoder`_ |version| |build|
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        A complete Python Geocoding module made easy.
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Every task is made easy with tons of ``help`` & ``debug`` commands!
        
        .. code:: python
        
            >>> import geocoder # pip install geocoder
            >>> g = geocoder.google('<address>')
            >>> g.lat, g.lng
            45.413140 -75.656703
        
        .. figure:: https://pbs.twimg.com/media/Bqi8kThCUAAboo0.png
           :alt: Providers
        
        QuickStart
        ----------
        
        A place to get you started on how to use this module and set up your
        work station.
        
        **Install from PyPi**
        
        .. code:: bash
        
            $ pip install geocoder
        
        Visit the `Wiki`_
        ~~~~~~~~~~~~~~~~~
        
        Please look at the following pages on the wiki for more information
        about a certain topic.
        
        Providers
        ~~~~~~~~~
        
        Here is a list of providers that are available for use with **FREE** or
        limited restrictions.
        
        -  `OSM`_
        
        -  `Bing`_
        
        -  `Nokia`_
        
        -  `Yahoo`_
        
        -  `Google`_
        
        -  `ArcGIS`_
        
        -  `TomTom`_
        
        -  `Geonames`_
        
        -  `MapQuest`_
        
        -  `Geocoder.ca`_
        
        Extras
        ~~~~~~
        
        The fun extra stuff I added to enjoy some cool features the web has to
        offer.
        
        -  `Reverse Geocoding`_
        
        -  `IP Address`_
        
        -  `Elevation (Meters)`_
        
        -  `Time Zone`_
        
        -  `CanadaPost`_
        
        Topic not available?
        ~~~~~~~~~~~~~~~~~~~~
        
        If you cannot find a topic you are looking for, please feel free to ask
        me `@DenisCarriere`_ or post them on the `Github Issues Page`_.
        
        Support
        -------
        
        This project is free & open source, it would help greatly for you guys
        reading this to contribute, here are some of the ways that you can help
        make this Python Geocoder better.
        
        Feedback
        ~~~~~~~~
        
        Please feel free to give any feedback on this module. If you find any
        bugs or any enhancements to recommend please send some of your
        comments/suggestions to the `Github Issues Page`_.
        
        Twitter
        ~~~~~~~
        
        Speak up on Twitter `@Addxy`_ and tell us how you use this Python Geocoder. New updates will be pushed to Twitter Hashtags `#geocoder`_.
        
        Thanks to
        ~~~~~~~~~
        
        A big thanks to all the people that help contribute:
        
        `@flebel`_ `@patrickyan`_
        
        .. _@patrickyan: https://github.com/patrickyan
        .. _@flebel: https://github.com/flebel
        .. _@Addxy: https://twitter.com/search?q=%40Addxy
        .. _@DenisCarriere: https://github.com/DenisCarriere/
        .. _Geocoder: https://github.com/DenisCarriere/geocoder
        .. _Wiki: https://github.com/DenisCarriere/geocoder/wiki/
        .. _OSM: https://github.com/DenisCarriere/geocoder/wiki/OSM
        .. _Bing: https://github.com/DenisCarriere/geocoder/wiki/Bing
        .. _Yahoo: https://github.com/DenisCarriere/geocoder/wiki/Yahoo
        .. _Nokia: https://github.com/DenisCarriere/geocoder/wiki/Nokia
        .. _ArcGIS: https://github.com/DenisCarriere/geocoder/wiki/ArcGIS
        .. _Google: https://github.com/DenisCarriere/geocoder/wiki/Google
        .. _TomTom: https://github.com/DenisCarriere/geocoder/wiki/TomTom
        .. _Geonames: https://github.com/DenisCarriere/geocoder/wiki/Geonames
        .. _MapQuest: https://github.com/DenisCarriere/geocoder/wiki/MapQuest
        .. _Geocoder.ca: https://github.com/DenisCarriere/geocoder/wiki/Geocoder.ca
        .. _Reverse Geocoding: https://github.com/DenisCarriere/geocoder/wiki/Reverse
        .. _IP Address: https://github.com/DenisCarriere/geocoder/wiki/IP%20Address
        .. _Elevation (Meters): https://github.com/DenisCarriere/geocoder/wiki/Elevation
        .. _Time Zone: https://github.com/DenisCarriere/geocoder/wiki/TimeZone
        .. _CanadaPost: https://github.com/DenisCarriere/geocoder/wiki/CanadaPost
        .. _Github Issues Page: https://github.com/DenisCarriere/geocoder/issues
        .. _#geocoder: https://twitter.com/search?q=%23geocoder
        
        .. |version| image:: https://badge.fury.io/py/geocoder.png
           :target: http://badge.fury.io/py/geocoder
        .. |build| image:: https://travis-ci.org/DenisCarriere/geocoder.png?branch=master
           :target: https://travis-ci.org/DenisCarriere/geocoder
Keywords: geocoder google bing mapquest nokia osm lat lng location addxy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
