geolink-formatter


Namegeolink-formatter JSON
Version 2.0.5 PyPI version JSON
download
home_pagehttps://gitlab.com/gf-bl/python-geolink-formatter
SummaryOEREBlex geoLink Formatter
upload_time2024-01-15 07:54:06
maintainer
docs_urlNone
authorKarsten Deininger
requires_python
licenseBSD
keywords oereb lex geolink formatter html
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            OEREBlex geoLink Formatter
==========================

|license| |python version| |format| |status| |build status| |coverage report| |dependencies| |code quality|

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://openoereb.github.io/geolink_formatter/

.. |license| image:: https://img.shields.io/pypi/l/geolink_formatter.svg
   :target: https://pypi.org/project/geolink_formatter/
.. |python version| image:: https://img.shields.io/pypi/pyversions/geolink_formatter.svg
   :target: https://pypi.org/project/geolink_formatter/
.. |format| image:: https://img.shields.io/pypi/format/geolink_formatter.svg
   :target: https://pypi.org/project/geolink_formatter/
.. |status| image:: https://img.shields.io/pypi/status/geolink_formatter.svg
   :target: https://pypi.org/project/geolink_formatter/
.. |build status| image:: https://travis-ci.org/openoereb/geolink_formatter.svg?branch=master
   :target: https://travis-ci.org/openoereb/geolink_formatter
.. |coverage report| image:: https://codecov.io/gh/openoereb/geolink_formatter/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/openoereb/geolink_formatter
.. |dependencies| image:: https://img.shields.io/librariesio/github/openoereb/geolink_formatter.svg
   :target: https://libraries.io/github/openoereb/geolink_formatter
.. |code quality| image:: https://api.codacy.com/project/badge/Grade/d2bb03f17bf3438cb295c0b5ea131ac8
   :target: https://www.codacy.com/app/openoereb/geolink_formatter?utm_source=github.com&utm_medium=referral&utm_content=openoereb/geolink_formatter&utm_campaign=Badge_Grade


Changelog
=========

2.0.5
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4 (default)

- Fix html rendering of documents with abrogation date
- Dependency updates

2.0.4
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default), v1.2.3

- Drop support for Python 3.7

2.0.3
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)

- Remove tox
- Remove versioning for documentation (sphinxcontrib-versioning)
- Use lxml for xml parsing (instead of defusedxml)

2.0.2
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)

- Add support for prepublinks
- Utilize xsd 1.1 for xml file validation

2.0.1
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)

- Add support for GEO-Link API version 1.2.2 (new attribute "index")
- Dependency updates

2.0.0
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1 (default)

- Add support for GEO-Link API version 1.2.1 (new attribute "municipality")
- Drop support for Python 2
- Dependency updates

1.5.4
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)

- Use GitHub Actions instead of Travis
- Dependency updates

1.5.3
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)

- Fix decoding error for schema version 1.2.0

1.5.2
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)

- Parse schema only if validation is enabled
- Dependency updates

1.5.1
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)

- Add missing enumeration values for federal level in schema


1.5.0
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)

- Add support for GEO-Link API version 1.2.0
- New document attribute 'language'
- New doctype 'notice'
- Files now have descriptions as well as titles, using the description for
  display where possible


1.4.0
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)

- Add test for arbitrary URL parameters
- Add enumeration value "Bezirk" for attribute "federal_level"
- If available, show abrogation date instead of files in HTML output
- Add additional attributes in schema (approval_date, publication_date and cycle)


1.3.2
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)

- Move repository to GitHub openoereb
- Use defusedxml for XML parsing
- Drop support for Python 3.4


1.3.1
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)

- Add support for GEO-Link API version 1.1.1


1.3.0
-----

Supported GEO-Link API versions: v1.0.0, v1.1.0 (default)

- Add support for multiple GEO-Link API versions


1.2.0
-----

Supported GEO-Link API versions: 20171108 (v1.1.0)

- Use new GEO-Link API


1.1.2
-----

Supported GEO-Link API version: 20170214 (v1.0.0)

- All attributes are optional, as defined in the schema


1.1.1
-----

Supported GEO-Link API version: 20170214 (v1.0.0)

- Allow documents with empty file list


1.1.0
-----

Supported GEO-Link API version: 20170214 (v1.0.0)

- Add support for Python 3


1.0.0
-----

Supported GEO-Link API version: 20170214 (v1.0.0)

- Initial version



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/gf-bl/python-geolink-formatter",
    "name": "geolink-formatter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "oereb lex geolink formatter html",
    "author": "Karsten Deininger",
    "author_email": "karsten.deininger@bl.ch",
    "download_url": "https://files.pythonhosted.org/packages/d9/2b/72215cad0676d58b556896c2881e2185f8054b517cc25807868826ed5143/geolink_formatter-2.0.5.tar.gz",
    "platform": null,
    "description": "OEREBlex geoLink Formatter\n==========================\n\n|license| |python version| |format| |status| |build status| |coverage report| |dependencies| |code quality|\n\nThis is a small library, meant to be used in combination with OEREBlex. It is capable of parsing a received\ngeoLink response (XML) and converting it to multiple formats, such as HTML, which can be styled for\npresentation.\n\nFor detailed information, please refer to the online documentation:\n\nhttps://openoereb.github.io/geolink_formatter/\n\n.. |license| image:: https://img.shields.io/pypi/l/geolink_formatter.svg\n   :target: https://pypi.org/project/geolink_formatter/\n.. |python version| image:: https://img.shields.io/pypi/pyversions/geolink_formatter.svg\n   :target: https://pypi.org/project/geolink_formatter/\n.. |format| image:: https://img.shields.io/pypi/format/geolink_formatter.svg\n   :target: https://pypi.org/project/geolink_formatter/\n.. |status| image:: https://img.shields.io/pypi/status/geolink_formatter.svg\n   :target: https://pypi.org/project/geolink_formatter/\n.. |build status| image:: https://travis-ci.org/openoereb/geolink_formatter.svg?branch=master\n   :target: https://travis-ci.org/openoereb/geolink_formatter\n.. |coverage report| image:: https://codecov.io/gh/openoereb/geolink_formatter/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/openoereb/geolink_formatter\n.. |dependencies| image:: https://img.shields.io/librariesio/github/openoereb/geolink_formatter.svg\n   :target: https://libraries.io/github/openoereb/geolink_formatter\n.. |code quality| image:: https://api.codacy.com/project/badge/Grade/d2bb03f17bf3438cb295c0b5ea131ac8\n   :target: https://www.codacy.com/app/openoereb/geolink_formatter?utm_source=github.com&utm_medium=referral&utm_content=openoereb/geolink_formatter&utm_campaign=Badge_Grade\n\n\nChangelog\n=========\n\n2.0.5\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4 (default)\n\n- Fix html rendering of documents with abrogation date\n- Dependency updates\n\n2.0.4\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default), v1.2.3\n\n- Drop support for Python 3.7\n\n2.0.3\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)\n\n- Remove tox\n- Remove versioning for documentation (sphinxcontrib-versioning)\n- Use lxml for xml parsing (instead of defusedxml)\n\n2.0.2\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)\n\n- Add support for prepublinks\n- Utilize xsd 1.1 for xml file validation\n\n2.0.1\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1, v1.2.2 (default)\n\n- Add support for GEO-Link API version 1.2.2 (new attribute \"index\")\n- Dependency updates\n\n2.0.0\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0, v1.2.1 (default)\n\n- Add support for GEO-Link API version 1.2.1 (new attribute \"municipality\")\n- Drop support for Python 2\n- Dependency updates\n\n1.5.4\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)\n\n- Use GitHub Actions instead of Travis\n- Dependency updates\n\n1.5.3\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)\n\n- Fix decoding error for schema version 1.2.0\n\n1.5.2\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)\n\n- Parse schema only if validation is enabled\n- Dependency updates\n\n1.5.1\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)\n\n- Add missing enumeration values for federal level in schema\n\n\n1.5.0\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1, v1.2.0 (default)\n\n- Add support for GEO-Link API version 1.2.0\n- New document attribute 'language'\n- New doctype 'notice'\n- Files now have descriptions as well as titles, using the description for\n  display where possible\n\n\n1.4.0\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)\n\n- Add test for arbitrary URL parameters\n- Add enumeration value \"Bezirk\" for attribute \"federal_level\"\n- If available, show abrogation date instead of files in HTML output\n- Add additional attributes in schema (approval_date, publication_date and cycle)\n\n\n1.3.2\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)\n\n- Move repository to GitHub openoereb\n- Use defusedxml for XML parsing\n- Drop support for Python 3.4\n\n\n1.3.1\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0, v1.1.1 (default)\n\n- Add support for GEO-Link API version 1.1.1\n\n\n1.3.0\n-----\n\nSupported GEO-Link API versions: v1.0.0, v1.1.0 (default)\n\n- Add support for multiple GEO-Link API versions\n\n\n1.2.0\n-----\n\nSupported GEO-Link API versions: 20171108 (v1.1.0)\n\n- Use new GEO-Link API\n\n\n1.1.2\n-----\n\nSupported GEO-Link API version: 20170214 (v1.0.0)\n\n- All attributes are optional, as defined in the schema\n\n\n1.1.1\n-----\n\nSupported GEO-Link API version: 20170214 (v1.0.0)\n\n- Allow documents with empty file list\n\n\n1.1.0\n-----\n\nSupported GEO-Link API version: 20170214 (v1.0.0)\n\n- Add support for Python 3\n\n\n1.0.0\n-----\n\nSupported GEO-Link API version: 20170214 (v1.0.0)\n\n- Initial version\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "OEREBlex geoLink Formatter",
    "version": "2.0.5",
    "project_urls": {
        "Homepage": "https://gitlab.com/gf-bl/python-geolink-formatter"
    },
    "split_keywords": [
        "oereb",
        "lex",
        "geolink",
        "formatter",
        "html"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2776a11909c0063bdff3303dc70daadd2beff114a89a96e0b01efc31afe7ba2",
                "md5": "74ede85307553008763e3a0c26164977",
                "sha256": "55f8af3a79cf2f537dda040724273b8fa16fb36de7521bc8cbe3e563616b7a5f"
            },
            "downloads": -1,
            "filename": "geolink_formatter-2.0.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74ede85307553008763e3a0c26164977",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 17407,
            "upload_time": "2024-01-15T07:54:04",
            "upload_time_iso_8601": "2024-01-15T07:54:04.878600Z",
            "url": "https://files.pythonhosted.org/packages/e2/77/6a11909c0063bdff3303dc70daadd2beff114a89a96e0b01efc31afe7ba2/geolink_formatter-2.0.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d92b72215cad0676d58b556896c2881e2185f8054b517cc25807868826ed5143",
                "md5": "8f839583a92f326b3472a5181f0c555a",
                "sha256": "c9d39f2fd85885de68b5b95a5c7028371359d31f13540f0cd60d5fc5769bda90"
            },
            "downloads": -1,
            "filename": "geolink_formatter-2.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8f839583a92f326b3472a5181f0c555a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12444,
            "upload_time": "2024-01-15T07:54:06",
            "upload_time_iso_8601": "2024-01-15T07:54:06.609287Z",
            "url": "https://files.pythonhosted.org/packages/d9/2b/72215cad0676d58b556896c2881e2185f8054b517cc25807868826ed5143/geolink_formatter-2.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-15 07:54:06",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "gf-bl",
    "gitlab_project": "python-geolink-formatter",
    "lcname": "geolink-formatter"
}
        
Elapsed time: 0.17807s