Skip to content

Commit bcb12ae

Browse files
committed
reformatted badge section in README.md for improved readability
1 parent 671ba27 commit bcb12ae

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@
66
# Gators: A Lightning-Fast Data Preprocessing And Feature Engineering Python Library
77

88

9-
[![PyPI version](https://img.shields.io/pypi/v/gators)](https://pypi.org/project/gators/)
10-
[![Python versions](https://img.shields.io/pypi/pyversions/gators)](https://pypi.org/project/gators/)
11-
[![License](https://img.shields.io/github/license/paypal/gators)](https://github.com/paypal/gators/blob/main/LICENSE)
12-
[![Coverage](https://img.shields.io/codecov/c/github/paypal/gators)](https://codecov.io/gh/paypal/gators)
13-
[![Documentation](https://img.shields.io/badge/docs-online-blue)](https://paypal.github.io/gators/)
14-
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
15-
[![imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
16-
[![Downloads](https://static.pepy.tech/badge/gators)](https://pepy.tech/project/gators)
17-
[![Downloads/Month](https://static.pepy.tech/badge/gators/month)](https://pepy.tech/project/gators)
18-
[![GitHub Stars](https://img.shields.io/github/stars/paypal/gators?style=social)](https://github.com/paypal/gators)
19-
[![GitHub Forks](https://img.shields.io/github/forks/paypal/gators?style=social)](https://github.com/paypal/gators)
20-
[![Contributors](https://img.shields.io/github/contributors/paypal/gators)](https://github.com/paypal/gators/graphs/contributors)
21-
[![Last Commit](https://img.shields.io/github/last-commit/paypal/gators)](https://github.com/paypal/gators/commits/main)
9+
| | |
10+
|:--|:-:|
11+
| PyPI version | [![PyPI version](https://img.shields.io/pypi/v/gators)](https://pypi.org/project/gators/) |
12+
| Python versions | [![Python versions](https://img.shields.io/pypi/pyversions/gators)](https://pypi.org/project/gators/) |
13+
| License | [![License](https://img.shields.io/github/license/paypal/gators)](https://github.com/paypal/gators/blob/main/LICENSE) |
14+
| Coverage | [![Coverage](https://img.shields.io/codecov/c/github/paypal/gators)](https://codecov.io/gh/paypal/gators) |
15+
| Documentation | [![Documentation](https://img.shields.io/badge/docs-online-blue)](https://paypal.github.io/gators/) |
16+
| Code style | [![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |
17+
| Imports | [![imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) |
18+
| Downloads | [![Downloads](https://static.pepy.tech/badge/gators)](https://pepy.tech/project/gators) |
19+
| Downloads/Month | [![Downloads/Month](https://static.pepy.tech/badge/gators/month)](https://pepy.tech/project/gators) |
20+
| GitHub Stars | [![GitHub Stars](https://img.shields.io/github/stars/paypal/gators?style=social)](https://github.com/paypal/gators) |
21+
| GitHub Forks | [![GitHub Forks](https://img.shields.io/github/forks/paypal/gators?style=social)](https://github.com/paypal/gators) |
22+
| Contributors | [![Contributors](https://img.shields.io/github/contributors/paypal/gators)](https://github.com/paypal/gators/graphs/contributors) |
23+
| Last Commit | [![Last Commit](https://img.shields.io/github/last-commit/paypal/gators)](https://github.com/paypal/gators/commits/main) |
2224

2325

2426
📚 **[Full Documentation](https://paypal.github.io/gators/)**

0 commit comments

Comments
 (0)