Skip to content

Commit 3f78c55

Browse files
committed
update docs and classifiers
1 parent 24c0fd2 commit 3f78c55

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010

1111
---
1212

13-
Python UUID implementation using Rust's UUID library.
14-
This will make `uuid4` function around 10x faster.
15-
16-
This package can be a drop-in replacement to the standard library UUID.
13+
Fast, drop-in replacement for Python's uuid module, powered by Rust.
1714

1815
Avaialble UUID versions:
1916

docs/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44

55
[![Package version](https://badge.fury.io/py/uuid-utils.svg)](https://pypi.org/project/uuid-utils/)
66
[![Supported Python versions](https://img.shields.io/pypi/pyversions/uuid-utils.svg?color=%2334D058)](https://pypi.org/project/uuid-utils)
7+
[![CodSpeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/aminalaee/uuid-utils?utm_source=badge)
78

89
</div>
910

1011
---
1112

12-
Python UUID implementation using Rust's UUID library.
13-
This will make `uuid4` function around 10x faster.
14-
15-
This package can be a drop-in replacement to the standard library UUID.
13+
Fast, drop-in replacement for Python's uuid module, powered by Rust.
1614

1715
Avaialble UUID versions:
1816

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ build-backend = "maturin"
55
[project]
66
name = "uuid_utils"
77
readme = "README.md"
8-
description = "Drop-in replacement for Python UUID with bindings in Rust"
9-
authors = [{ name = "Amin Alaee", email = "me@aminalaee.dev" }]
8+
description = "Fast, drop-in replacement for Python's uuid module, powered by Rust."
9+
authors = [{ name = "Amin Alaee", email = "mohammadamin.alaee@gmail.com" }]
1010
keywords = ["rust", "uuid"]
1111
requires-python = ">=3.9"
1212
classifiers = [
13-
"Development Status :: 3 - Alpha",
13+
"Development Status :: 4 - Beta",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3",
1616
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)