Skip to content

Commit 68ff758

Browse files
authored
Merge pull request #10 from derollins/add_pypi_badges
Add pypi badges to the README.md file and tidy up.
2 parents d022e0d + 305d601 commit 68ff758

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
# pnanolocz 📦
1+
# pnanolocz
22

3-
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
3+
<div align="center">
4+
5+
[![GitHub release](https://img.shields.io/github/v/release/derollins/Python-Nanolocz-Library?color=green)](https://github.com/derollins/Python-Nanolocz-Library/releases)
6+
[![GitHub release downloads](https://img.shields.io/github/downloads/derollins/Python-Nanolocz-Library/latest/total?color=green)](https://github.com/derollins/Python-Nanolocz-Library/releases)
7+
[![PyPI version](https://img.shields.io/pypi/v/pnanolocz?color=blue)](https://pypi.org/project/pnanolocz/)
8+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pnanolocz)
9+
[![PyPI downloads](https://img.shields.io/pypi/dm/pnanolocz?color=blue)](https://pypi.org/project/pnanolocz/)
410
[![pre-commit](https://github.com/derollins/Python-Nanolocz-Library/actions/workflows/pre-commit.yaml/badge.svg)](https://github.com/derollins/Python-Nanolocz-Library/actions/workflows/pre-commit.yaml)
511
[![Tests](https://github.com/derollins/Python-Nanolocz-Library/actions/workflows/tests.yaml/badge.svg)](https://github.com/derollins/Python-Nanolocz-Library/actions/workflows/tests.yaml)
612
[![codecov](https://codecov.io/gh/derollins/Python-Nanolocz-Library/graph/badge.svg?token=W5NkAxjlmX)](https://codecov.io/gh/derollins/Python-Nanolocz-Library)
13+
[![Code style: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
14+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
15+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
16+
17+
</div>
718

819
*A Python library for AFM image flattening, background leveling, and edge detection, based on the MATLAB NanoLocz platform.*
920
Original NanoLocz MATLAB library is available here: <https://github.com/George-R-Heath/NanoLocz-Matlab-Library>

0 commit comments

Comments
 (0)