Skip to content

Commit

Permalink
Merge branch 'dev' into feature/formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Oct 31, 2024
2 parents 4adcccb + 50dc391 commit 5e463e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# py-tabulator: Tabulator for Python

[![Release](https://img.shields.io/github/v/release/eodaGmbH/py-tabulator)](https://img.shields.io/github/v/release/eodaGmbH/py-tabulator)
[![Release](https://img.shields.io/github/v/release/eoda-dev/py-tabulator)](https://img.shields.io/github/v/release/eoda-dev/py-tabulator)
[![pypi](https://img.shields.io/pypi/v/pytabulator.svg)](https://pypi.python.org/pypi/pytabulator)
[![Build status](https://img.shields.io/github/actions/workflow/status/eodaGmbH/py-tabulator/pytest.yml?branch=main)](https://img.shields.io/github/actions/workflow/status/eodaGmbH/py-tabulator/pytest.yml?branch=main)
[![License](https://img.shields.io/github/license/eodaGmbH/py-tabulator)](https://img.shields.io/github/license/eodaGmbH/py-tabulator)
[![License](https://img.shields.io/github/license/eodaGmbH/py-maplibregl)](https://img.shields.io/github/license/eodaGmbH/py-maplibregl)
[![Build status](https://img.shields.io/github/actions/workflow/status/eoda-dev/py-tabulator/pytest.yml?branch=main)](https://img.shields.io/github/actions/workflow/status/eoda-dev/py-tabulator/pytest.yml?branch=main)
[![License](https://img.shields.io/github/license/eoda-dev/py-tabulator)](https://img.shields.io/github/license/eoda-dev/py-tabulator)
[![License](https://img.shields.io/github/license/eoda-dev/py-maplibregl)](https://img.shields.io/github/license/eoda-dev/py-maplibregl)
[![Tabulator](https://img.shields.io/badge/Tabulator-v6.2.1-blue.svg)](https://github.com/olifolkerd/tabulator/releases/tag/6.2.1)

[Shiny for Python](https://shiny.posit.co/py/) bindings for [Tabulator JS](https://tabulator.info/)
Expand All @@ -26,9 +26,9 @@
* Download data
* Freeze data

To learn more about pytabulator, see the documentation at https://eodagmbh.github.io/py-tabulator/.
To learn more about pytabulator, see the documentation at https://eoda-dev.github.io/py-tabulator/.

Bindings for R are available at https://github.com/eodaGmbH/rtabulator.
Bindings for R are available at https://github.com/eoda-dev/rtabulator.

## Installation

Expand All @@ -41,7 +41,7 @@ pip install pytabulator
You can install the development version of pytabulator like so:

```bash
pip install git+https://github.com/eodaGmbH/py-tabulator
pip install git+https://github.com/eoda-dev/py-tabulator
```

## Basic usage
Expand Down

0 comments on commit 5e463e0

Please sign in to comment.