From bf29fb5923812a994d0983a18a106f60451bd456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gr=C3=BCndger?= Date: Sat, 19 Apr 2025 09:27:02 +0200 Subject: [PATCH] Updated readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ed1ab2..b0dc1fe 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ # python-ogn-client -[![Build Status](https://travis-ci.org/glidernet/python-ogn-client.svg?branch=master)](https://travis-ci.org/glidernet/python-ogn-client) +[![build](https://github.com/Meisterschueler/python-ogn-client/actions/workflows/ci.yaml/badge.svg)](https://github.com/Meisterschueler/python-ogn-client/actions/workflows/ci.yaml) [![PyPi Version](https://img.shields.io/pypi/v/ogn-client.svg)](https://pypi.python.org/pypi/ogn-client) -[![Coverage Status](https://coveralls.io/repos/github/glidernet/python-ogn-client/badge.svg?branch=master)](https://coveralls.io/github/glidernet/python-ogn-client?branch=master) A python3 module for the [Open Glider Network](http://wiki.glidernet.org/). It can be used to connect to the OGN-APRS-Servers and to parse APRS-/OGN-Messages. -A full featured gateway with build-in database is provided by [ogn-python](https://github.com/glidernet/ogn-python). - ## Installation