From 31c34213644c600b27fabdcba8e0bd20ee781f1f Mon Sep 17 00:00:00 2001 From: Florian Maas Date: Wed, 17 Jul 2024 14:18:26 +0200 Subject: [PATCH 1/2] badges update badges --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 907d387..18c8ff3 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,30 @@ # chispa -![![image](https://github.com/MrPowers/chispa/workflows/build/badge.svg)](https://github.com/MrPowers/chispa/actions/workflows/ci.yml/badge.svg) -![PyPI - Downloads](https://img.shields.io/pypi/dm/chispa) -[![PyPI version](https://badge.fury.io/py/chispa.svg)](https://badge.fury.io/py/chispa) -chispa provides fast PySpark test helper methods that output descriptive error messages. +[![Release](https://img.shields.io/github/v/release/MrPowers/chispa)](https://pypi.org/project/chispa/) +[![Build status](https://github.com/MrPowers/chispa/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/MrPowers/chispa/actions/workflows/ci.yml) +[![Supported Python versions](https://img.shields.io/pypi/pyversions/chispa)](https://pypi.org/project/chispa/) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/chispa)](https://pypistats.org/packages/chispa) +[![License](https://img.shields.io/github/license/MrPowers/chispa)](https://img.shields.io/github/license/MrPowers/chispa) -This library makes it easy to write high quality PySpark code. + +*chispa* provides fast PySpark test helper methods that output descriptive error messages. This library makes it easy to write high quality PySpark code. Fun fact: "chispa" means Spark in Spanish ;) ## Installation -Install the latest version with `pip install chispa`. +Install the latest version with + +```sh +pip install chispa +``` -If you use Poetry, add this library as a development dependency with `poetry add chispa -G dev`. +Or if you use Poetry add this library as a development dependency with + +```sh +poetry add chispa --group dev +``` ## Column equality From b926c3f97269c9adf758d14b36fd008aa144e5d0 Mon Sep 17 00:00:00 2001 From: Florian Maas Date: Wed, 17 Jul 2024 16:30:48 +0200 Subject: [PATCH 2/2] update badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c8ff3..f5ffdb9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ [![License](https://img.shields.io/github/license/MrPowers/chispa)](https://img.shields.io/github/license/MrPowers/chispa) -*chispa* provides fast PySpark test helper methods that output descriptive error messages. This library makes it easy to write high quality PySpark code. +*chispa* provides fast PySpark test helper methods that output descriptive error messages. + +This library makes it easy to write high quality PySpark code. Fun fact: "chispa" means Spark in Spanish ;)