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
Change log
==========
unreleased
----------
2.0.6
-----
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, v1.2.5 (default)
- Drop support for Python 3.8
- Dependency updates
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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "oereb lex geolink formatter html",
"author": "Karsten Deininger",
"author_email": "karsten.deininger@bl.ch",
"download_url": "https://files.pythonhosted.org/packages/2e/20/c2dc48e11161a100a6ead7e4e5ffb97647adfff528693a563417851c1d12/geolink_formatter-2.0.6.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\nChange log\n==========\n\nunreleased\n----------\n\n2.0.6\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, v1.2.5 (default)\n\n- Drop support for Python 3.8\n- Dependency updates\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",
"bugtrack_url": null,
"license": "BSD",
"summary": "OEREBlex geoLink Formatter",
"version": "2.0.6",
"project_urls": {
"Homepage": "https://gitlab.com/gf-bl/python-geolink-formatter"
},
"split_keywords": [
"oereb",
"lex",
"geolink",
"formatter",
"html"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f7eac6307d814f8e1deede001302bd0fae523860893027016dd8d91c11b9a406",
"md5": "588f6202f2209b71f7eec75ea927d8c7",
"sha256": "c4d31a14fcd41110faf22cd2d134f192e1099f473257796955d59bcef2476ce2"
},
"downloads": -1,
"filename": "geolink_formatter-2.0.6-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "588f6202f2209b71f7eec75ea927d8c7",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 19324,
"upload_time": "2024-12-13T12:46:33",
"upload_time_iso_8601": "2024-12-13T12:46:33.919653Z",
"url": "https://files.pythonhosted.org/packages/f7/ea/c6307d814f8e1deede001302bd0fae523860893027016dd8d91c11b9a406/geolink_formatter-2.0.6-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e20c2dc48e11161a100a6ead7e4e5ffb97647adfff528693a563417851c1d12",
"md5": "9872a4ef1219142f5c324bd508734ffb",
"sha256": "94c3481afce73fd2a3a7a11ae6151e00495a55cb198c952f4cbacf9bf1c7759a"
},
"downloads": -1,
"filename": "geolink_formatter-2.0.6.tar.gz",
"has_sig": false,
"md5_digest": "9872a4ef1219142f5c324bd508734ffb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13718,
"upload_time": "2024-12-13T12:46:36",
"upload_time_iso_8601": "2024-12-13T12:46:36.230673Z",
"url": "https://files.pythonhosted.org/packages/2e/20/c2dc48e11161a100a6ead7e4e5ffb97647adfff528693a563417851c1d12/geolink_formatter-2.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 12:46:36",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "gf-bl",
"gitlab_project": "python-geolink-formatter",
"lcname": "geolink-formatter"
}