File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 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
1815Avaialble UUID versions:
1916
Original file line number Diff line number Diff line change 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
1715Avaialble UUID versions:
1816
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ build-backend = "maturin"
55[project ]
66name = " uuid_utils"
77readme = " 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 " }]
1010keywords = [" rust" , " uuid" ]
1111requires-python = " >=3.9"
1212classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments