From 4883f50003f2a59736a6dff8336dee72dab764ce Mon Sep 17 00:00:00 2001 From: Adam Peter Banham Date: Thu, 13 Feb 2025 23:05:21 +1000 Subject: [PATCH] Update readme.md --- readme.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/readme.md b/readme.md index 5734274..38e62e8 100644 --- a/readme.md +++ b/readme.md @@ -1,20 +1,9 @@ -
-
-[![image](https://img.shields.io/pypi/v/pmkoalas.svg)](https://python.org/pypi/pmkoalas) -[![image](https://img.shields.io/pypi/l/pmkoalas.svg)](https://python.org/pypi/pmkoalas) +[![image](https://img.shields.io/pypi/v/pmkoalas.svg)](https://python.org/pypi/pmkoalas) [![image](https://img.shields.io/pypi/l/pmkoalas.svg)](https://python.org/pypi/pmkoalas) +[![Python 3.[9,10,11]](https://github.com/AdamBanham/koalas/actions/workflows/python-version.yml/badge.svg?branch=main)](https://github.com/AdamBanham/koalas/actions/workflows/python-version.yml) [![Python 3.[12,13]](https://github.com/AdamBanham/koalas/actions/workflows/python-version-latest.yml/badge.svg)](https://github.com/AdamBanham/koalas/actions/workflows/python-version-latest.yml) -
-
- -[![Python 3.[9,10,11]](https://github.com/AdamBanham/koalas/actions/workflows/python-version.yml/badge.svg?branch=main)](https://github.com/AdamBanham/koalas/actions/workflows/python-version.yml) -[![Python 3.[12,13]](https://github.com/AdamBanham/koalas/actions/workflows/python-version-latest.yml/badge.svg)](https://github.com/AdamBanham/koalas/actions/workflows/python-version-latest.yml) - -
-
- ---------------------------------- +--- `pmkoalas` provides data structures for process mining research in a well-organized pythonic style. @@ -73,4 +62,4 @@ next time. Don't be afraid to let it go. While many optimisations can be done when asking for more threads and resources of the user's system, such optimisations should always be turned -off by default. \ No newline at end of file +off by default.