Metadata-Version: 2.1
Name: openlr
Version: 1.0.0
Summary: OpenLR Python Implementation
Home-page: https://github.com/tomtom-international/openlr-python
Author: Can Güney Aksakalli
Author-email: cangueney.aksakalli@tomtom.com
License: Apache 2.0
Description: # OpenLR Python
        
        [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)
        [![Travis (.org)](https://img.shields.io/travis/tomtom-international/openlr-python)](https://travis-ci.org/tomtom-international/openlr-python)
        [![Coverage Status](https://img.shields.io/codecov/c/github/tomtom-international/openlr-python/master.svg)](https://codecov.io/github/tomtom-international/openlr-python?branch=master)
        [![pip downloads](https://img.shields.io/pypi/dm/openlr)](https://pypi.org/project/openlr)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/openlr)](https://pypi.org/project/openlr)
        [![PyPI](https://img.shields.io/pypi/v/openlr)](https://pypi.org/project/openlr)
        
        Zero dependency Python implementation for
        [OpenLR™](https://www.openlr-association.com) XML and binary physical formats according to
        [the White Paper](https://www.openlr-association.com/fileadmin/user_upload/openlr-whitepaper_v1.5.pdf)
        and [the reference implementation](https://github.com/tomtom-international/openlr).
        
        ## Installation
        
        You need a Python version >= 2.7.
        
        ```
        pip install openlr
        python -m openlr CwGkNSK5WhtzAv9+/5kbAw==
        ```
        
        ## License
        
        Released under [the Apache License 2.0](LICENSE).
        Copyright (c) 2016-2020 TomTom NV.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
