From d0942630616b83ef944708d03101a9e743f2293d Mon Sep 17 00:00:00 2001 From: Clemens Rudert Date: Tue, 30 May 2023 16:11:48 +0200 Subject: [PATCH] fix readme --- README.md | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5750325..afa7117 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,13 @@ OEREBlex geoLink Formatter ========================== -|![license](https://img.shields.io/pypi/l/geolink2oereb.svg)|![python version](https://img.shields.io/pypi/pyversions/geolink2oereb.svg)|![format](https://img.shields.io/pypi/format/geolink2oereb.svg)|![status](https://img.shields.io/pypi/status/geolink2oereb.svg)|![build status](https://github.com/openoereb/geolink2oereb/actions/workflows/ci.yml/badge.svg)|coverage report|dependencies|code quality| +|![license](https://img.shields.io/pypi/l/geolink2oereb.svg)|![python version](https://img.shields.io/pypi/pyversions/geolink2oereb.svg)|![format](https://img.shields.io/pypi/format/geolink2oereb.svg)|![status](https://img.shields.io/pypi/status/geolink2oereb.svg)|![build status](https://github.com/openoereb/geolink2oereb/actions/workflows/ci.yml/badge.svg)|![coverage report](https://codecov.io/gh/openoereb/geolink2oereb/branch/master/graph/badge.svg)|![dependencies](https://img.shields.io/librariesio/github/openoereb/geolink2oereb.svg)|![code quality](https://app.codacy.com/project/badge/Grade/2ac4dbc1dd3e4c7f8d9f97c195a07c24)| -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. +This is a small library, meant to be used in combination with OEREBlex. It uses +[geolink_formatter](https://pypi.org/search/?q=geolink_formatter) and +[pyramid_oereb](https://pypi.org/project/pyramid-oereb/) as proven libs to handle +configuration and connection to ÖREBlex. On top, it provides a decent way to transform received ÖREBlex +documents into the OeREBKRMtrsfr structure objects for further handling. -For detailed information, please refer to the online documentation: - -https://openoereb.github.io/geolink2oereb/ - - -.. |build status| image:: https://travis-ci.org/openoereb/geolink2oereb.svg?branch=master - :target: https://travis-ci.org/openoereb/geolink2oereb -.. |coverage report| image:: https://codecov.io/gh/openoereb/geolink2oereb/branch/master/graph/badge.svg - :target: https://codecov.io/gh/openoereb/geolink2oereb -.. |dependencies| image:: https://img.shields.io/librariesio/github/openoereb/geolink2oereb.svg - :target: https://libraries.io/github/openoereb/geolink2oereb -.. |code quality| image:: https://api.codacy.com/project/badge/Grade/d2bb03f17bf3438cb295c0b5ea131ac8 - :target: https://www.codacy.com/app/openoereb/geolink2oereb?utm_source=github.com&utm_medium=referral&utm_content=openoereb/geolink2oereb&utm_campaign=Badge_Grade +For detailed information, please refer to the online +[documentation](https://openoereb.github.io/geolink2oereb/).