Skip to content

Commit 6fe27ab

Browse files
authored
Merge pull request #58 from akhundMurad/docs/readme-fix
2 parents 584fe99 + 2adacef commit 6fe27ab

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# TypeID Python
22

3-
<a href="https://github.com/akhundMurad/typeid-python/actions?query=setup%3ACI%2FCD+event%3Apush+branch%3Amain" target="_blank">
4-
<img src="https://github.com/akhundMurad/typeid-python/actions/workflows/setup.yml/badge.svg?event=push&branch=main" alt="Test">
5-
</a>
6-
<a href="https://pepy.tech/project/typeid-python" target="_blank">
7-
<img src="https://static.pepy.tech/personalized-badge/typeid-python?period=total&units=international_system&left_color=black&right_color=red&left_text=downloads" alt="Downloads">
8-
</a>
9-
<a href="https://pypi.org/project/typeid-python" target="_blank">
10-
<img src="https://img.shields.io/pypi/v/typeid-python?color=red&labelColor=black" alt="Package version">
11-
</a>
12-
<a href="https://pypi.org/project/typeid-python" target="_blank">
13-
<img src="https://img.shields.io/pypi/pyversions/typeid-python.svg?color=red&labelColor=black" alt="Supported Python versions">
14-
</a>
15-
16-
## TypeID for Python
3+
[![Run Tests](https://github.com/akhundMurad/typeid-python/actions/workflows/test.yml/badge.svg)](https://github.com/akhundMurad/typeid-python/actions/workflows/test.yml)
4+
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/typeid-python?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/typeid-python)
5+
[![PyPI - Version](https://img.shields.io/pypi/v/typeid-python?color=green)](https://pypi.org/project/typeid-python/)
6+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/typeid-python?color=green)](https://pypi.org/project/typeid-python/)
7+
178

189
A **high-performance Python implementation of [TypeIDs](https://github.com/jetpack-io/typeid)** — type-safe,
1910
sortable identifiers based on **UUIDv7**.

0 commit comments

Comments
 (0)