Metadata-Version: 1.1
Name: geolink-formatter
Version: 1.2.0
Summary: Python geoLink Formatter
Home-page: https://gitlab.com/gf-bl/python-geolink-formatter
Author: Karsten Deininger
Author-email: karsten.deininger@bl.ch
License: BSD
Description-Content-Type: UNKNOWN
Description: Python geoLink Formatter
        ========================
        
        |license| |build status| |coverage report| |python version| |format|
        |status|
        
        This is a small library, meant to be used in combination with OEREBlex. It is capable of parsing a received
        geoLink response (XML) and converting it to multiple formats, such as HTML, which can be styled for
        presentation.
        
        For detailed information, please refer to the online documentation:
        
        https://gf-bl.gitlab.io/python-geolink-formatter/
        
        .. |license| image:: https://img.shields.io/pypi/l/geolink_formatter.svg
           :target: https://pypi.python.org/pypi/geolink_formatter
        .. |build status| image:: https://gitlab.com/gf-bl/python-geolink-formatter/badges/master/build.svg
           :target: https://gitlab.com/gf-bl/python-geolink-formatter/commits/master
        .. |coverage report| image:: https://gitlab.com/gf-bl/python-geolink-formatter/badges/master/coverage.svg
           :target: https://gitlab.com/gf-bl/python-geolink-formatter/commits/master
        .. |python version| image:: https://img.shields.io/pypi/pyversions/geolink_formatter.svg
           :target: https://pypi.python.org/pypi/geolink_formatter
        .. |format| image:: https://img.shields.io/pypi/format/geolink_formatter.svg
           :target: https://pypi.python.org/pypi/geolink_formatter
        .. |status| image:: https://img.shields.io/pypi/status/geolink_formatter.svg
           :target: https://pypi.python.org/pypi/geolink_formatter
        
        
        Changelog
        ---------
        
        
        1.2.0
        *****
        
        Supported geoLink schema version: 20171108
        
        - Use new geoLink schema
        
        
        1.1.2
        *****
        
        Supported geoLink schema version: 20170214
        
        - All attributes are optional, as defined in the schema
        
        
        1.1.1
        *****
        
        Supported geoLink schema version: 20170214
        
        - Allow documents with empty file list
        
        
        1.1.0
        *****
        
        Supported geoLink schema version: 20170214
        
        - Add support for Python 3
        
        
        1.0.0
        *****
        
        Supported geoLink schema version: 20170214
        
        - Initial version
        
Keywords: oereb lex geolink formatter html
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
