Metadata-Version: 2.0
Name: polyline
Version: 1.2.1
Summary: A Python implementation of Google's Encoded Polyline Algorithm Format.
Home-page: https://github.com/frederickjansen/polyline
Author: Frederick Jansen
Author-email: frederick.jansen@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: six (>=1.8.0)

polyline
========

.. image:: http://img.shields.io/travis/frederickjansen/polyline.svg?style=flat
    :target: https://travis-ci.org/frederickjansen/polyline

.. image:: http://img.shields.io/pypi/v/polyline.svg?style=flat
    :target: https://pypi.python.org/pypi/polyline/

.. image:: http://img.shields.io/pypi/dm/polyline.svg?style=flat
    :target: https://pypi.python.org/pypi/polyline/

``polyline`` is a Python implementation of Google's Encoded Polyline Algorithm
Format (http://goo.gl/PvXf8Y). It is essentially a port of
https://github.com/mapbox/polyline built with Python 2 and 3 support in mind.

The documentation for ``polyline`` can be found at https://github.com/frederickjansen/polyline/blob/master/docs/index.rst.

License
-------

MIT © `Bruno M. Custódio <mailto:bruno@brunomcustodio.com>`_


