Skip to content

Commit 5243103

Browse files
authored
chore: bagdes (#45)
* pypi version * A few more badges * Paths ignore
1 parent 19ce871 commit 5243103

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ name: Build, test, and publish to PyPI
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- master
8-
tags:
9-
- '*'
105
paths-ignore:
116
- 'docs/**'
127
- 'benchmark/**'
138
- 'mkdocs.yml'
149
- 'README.md'
10+
branches:
11+
- main
12+
- master
13+
tags:
14+
- '*'
15+
1516
pull_request:
1617
workflow_dispatch:
1718

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# polars-bio - Next-gen Python DataFrame operations for genomics!
2+
![PyPI - Version](https://img.shields.io/pypi/v/polars-bio)
3+
![GitHub License](https://img.shields.io/github/license/biodatageeks/polars-bio)
4+
![PyPI - Downloads](https://img.shields.io/pypi/dm/polars-bio)
5+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/biodatageeks/polars-bio)
6+
27
![CI](https://github.com/biodatageeks/polars-bio/actions/workflows/publish_to_pypi.yml/badge.svg?branch=master)
38
![Docs](https://github.com/biodatageeks/polars-bio/actions/workflows/publish_documentation.yml/badge.svg?branch=master)
49
![logo](docs/assets/logo-large.png)
510

611

12+
713
[polars-bio](https://pypi.org/project/polars-bio/) is a Python library for genomics built on top of [polars](https://pola.rs/), [Apache Arrow](https://arrow.apache.org/) and [Apache DataFusion](https://datafusion.apache.org/).
814
It provides a DataFrame API for genomics data and is designed to be blazing fast, memory efficient and easy to use.
915

0 commit comments

Comments
 (0)