Skip to content

Commit adb2be3

Browse files
authored
Enhance README with project badges
Added badges for version, downloads, Python versions, license, wheel, and status to README.
1 parent 25939eb commit adb2be3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# PostalKit
22

3+
4+
[![PyPI version](https://img.shields.io/pypi/v/postalkit.svg?style=flat-square)](https://pypi.org/project/postalkit/)
5+
6+
7+
[![Downloads](https://static.pepy.tech/badge/postalkit)](https://pepy.tech/projects/postalkit)
8+
9+
[![Downloads](https://img.shields.io/endpoint?url=https://pepy.tech/badge/postalkit)](https://pepy.tech/projects/postalkit)
10+
11+
[![Python Versions](https://img.shields.io/pypi/pyversions/postalkit.svg?style=flat-square)](https://pypi.org/project/postalkit/)
12+
13+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
14+
15+
[![Wheel](https://img.shields.io/pypi/wheel/postalkit?style=flat-square)](https://pypi.org/project/postalkit/)
16+
17+
[![Status](https://img.shields.io/pypi/status/postalkit?style=flat-square)](https://pypi.org/project/postalkit/)
18+
19+
320
**Zero-setup, one-command install Python package for libpostal. Designed as a strict 1:1 C-FFI wrapper.**
421

522
Parsing international street addresses shouldn't require a Ph.D. in C compilation. `postalkit` provides the ultimate zero-friction environment to run the amazing [libpostal](https://github.com/openvenues/libpostal) C library natively in Python, without abstracting away its raw power.

0 commit comments

Comments
 (0)