Skip to main content

Python bindings to Rust's UUID library.

Project description

https://travis-ci.com/thedrow/fastuuid.svg?branch=master

FastUUID is a library which provides CPython bindings to Rust’s UUID library.

The provided API is exactly as Python’s builtin UUID class.

It is supported on Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, & 3.13.

Why?

It is much faster than Python’s pure-python implementation and it is stricter when parsing hexadecimal representation of UUIDs.

If you need to generate a lot of random UUIDs we also provide the uuid4_bulk() function which releases the GIL for the entire duration of the generation. This allows other threads to run while the library generates UUIDs.

Benchmarks

processor

machine

python compiler

python implementation

python implementation version

python version

python build

release

system

cpu

x86_64

x86_64

GCC 5.5.0

CPython

3.7.2

3.7.2

default

4.15.0-50-generic

Linux

Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz

name

min

max

mean

stddev

median

iqr

outliers

ops

rounds

iterations

tests/test_benchmarks.py::test_parse_bytes_fastuuid

8.770148269832134e-07

3.0054012313485146e-05

9.848993185755912e-07

6.654121944953314e-07

9.530049283057451e-07

2.6979250833392143e-08

515;8080

1015332.2082162144

149366

1

tests/test_benchmarks.py::test_parse_bytes_uuid

9.00006853044033e-07

2.4181994376704097e-05

1.0102117337399724e-06

6.361040394445994e-07

9.739887900650501e-07

3.899913281202316e-08

1130;10702

989891.4916557473

198020

1

tests/test_benchmarks.py::test_parse_bytes_le_fastuuid

9.00996383279562e-07

2.4662993382662535e-05

1.0116569599011118e-06

5.687526428398989e-07

9.840005077421665e-07

2.200249582529068e-08

703;9368

988477.3590622543

163052

1

tests/test_benchmarks.py::test_parse_bytes_le_uuid

1.348991645500064e-06

3.5200006095692515e-05

1.5184524591452776e-06

9.295692916442362e-07

1.448992406949401e-06

3.897002898156643e-08

1620;12511

658565.2346092485

170271

1

tests/test_benchmarks.py::test_parse_fields_fastuuid

9.819923434406519e-07

3.2625976018607616e-05

1.217285795660234e-06

1.0234898538816672e-06

1.087988493964076e-06

6.702612154185772e-08

3199;12487

821499.7690477591

143844

1

tests/test_benchmarks.py::test_parse_fields_uuid

1.1137977708131076e-06

0.000147809402551502

1.2054474234359692e-06

5.093104655522965e-07

1.144595444202423e-06

6.060581654310231e-08

2304;5896

829567.4954861335

167983

5

tests/test_benchmarks.py::test_parse_hex_fastuuid

9.870273061096668e-07

2.906599547713995e-05

1.11212962918218e-06

6.906885628642859e-07

1.0759977158159018e-06

3.0995579436421394e-08

577;8272

899175.7559191765

143288

1

tests/test_benchmarks.py::test_parse_hex_uuid

1.3360113371163607e-06

2.6262016035616398e-05

1.4448148991822913e-06

7.064083638385458e-07

1.3989920262247324e-06

2.9016518965363503e-08

679;4802

692130.1826039868

82156

1

tests/test_benchmarks.py::test_parse_int_uuid

5.448004230856896e-07

4.164349229540676e-06

6.099919819231937e-07

2.0401652680352933e-07

5.548994522541762e-07

4.430039552971725e-08

3607;3925

1639365.8107557097

87951

20

tests/test_benchmarks.py::test_parse_int_fastuuid

8.950009942054749e-07

4.946498665958643e-05

1.0105578493921953e-06

6.873330198387691e-07

9.739887900650501e-07

2.1012965589761734e-08

529;12534

989552.4542226401

176088

1

tests/test_benchmarks.py::test_fast_uuidv3

5.410998710431158e-07

3.5570512409321965e-06

5.971385425220447e-07

1.672736409563351e-07

5.526497261598707e-07

2.949964255094524e-08

4865;6332

1674653.248434526

83508

20

tests/test_benchmarks.py::test_uuidv3

3.6269775591790676e-06

4.193797940388322e-05

3.933511159797234e-06

1.4521217506191846e-06

3.782013664022088e-06

6.00120984017849e-08

548;4193

254225.79455743768

53582

1

tests/test_benchmarks.py::test_fast_uuidv4

1.47343598655425e-07

2.069187758024782e-06

1.6777362874701377e-07

7.169360028617447e-08

1.5453133528353646e-07

8.188180800061673e-09

6101;11550

5960412.297619802

198413

32

tests/test_benchmarks.py::test_uuidv4

2.275977749377489e-06

5.939402035437524e-05

2.5699563458422217e-06

1.316784132061215e-06

2.38200300373137e-06

1.309963408857584e-07

2068;5815

389111.667837409

85610

1

tests/test_benchmarks.py::test_fast_uuidv4_bulk_threads

0.0009843519947025925

0.007268004992511123

0.0014418828965801719

0.0007545185495019851

0.0012059269938617945

0.0003288870066171512

42;54

693.5375975204223

549

1

tests/test_benchmarks.py::test_fast_uuidv4_threads

0.0030693279986735433

0.008087011985480785

0.004009611603774935

0.000715605913448762

0.0038650799833703786

0.0006588477554032579

53;19

249.40071478707026

273

1

tests/test_benchmarks.py::test_uuidv4_threads

0.030999513022834435

0.06895541000994854

0.040025271589084616

0.009975862168373506

0.036475206492468715

0.008713199000339955

3;2

24.98421522947798

22

1

tests/test_benchmarks.py::test_fast_uuidv5

5.316498572938144e-07

4.090600123163313e-06

5.890041556925782e-07

1.8620985914996815e-07

5.419497028924525e-07

2.9799412004649576e-08

3998;6415

1697780.8905680121

88921

20

tests/test_benchmarks.py::test_uuidv5

3.7190038710832596e-06

5.8079982409253716e-05

4.403547300216035e-06

2.439066121654033e-06

3.910012310370803e-06

2.169981598854065e-07

2283;4139

227089.64655629804

57383

1

Run them yourself to verify.

PRs are welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastuuid-0.11.0.tar.gz (19.2 kB view details)

Uploaded Source

Built Distributions

fastuuid-0.11.0-cp313-none-win_amd64.whl (157.2 kB view details)

Uploaded CPython 3.13 Windows x86-64

fastuuid-0.11.0-cp313-cp313-manylinux_2_34_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.34+ x86-64

fastuuid-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (257.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

fastuuid-0.11.0-cp313-cp313-macosx_11_0_arm64.whl (245.8 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

fastuuid-0.11.0-cp312-none-win_amd64.whl (157.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

fastuuid-0.11.0-cp312-cp312-manylinux_2_34_x86_64.whl (276.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.34+ x86-64

fastuuid-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (257.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

fastuuid-0.11.0-cp312-cp312-macosx_11_0_arm64.whl (245.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

fastuuid-0.11.0-cp311-none-win_amd64.whl (156.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

fastuuid-0.11.0-cp311-cp311-manylinux_2_34_x86_64.whl (276.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.34+ x86-64

fastuuid-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (257.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

fastuuid-0.11.0-cp311-cp311-macosx_11_0_arm64.whl (245.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

fastuuid-0.11.0-cp310-none-win_amd64.whl (156.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

fastuuid-0.11.0-cp310-cp310-manylinux_2_34_x86_64.whl (276.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.34+ x86-64

fastuuid-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (257.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

fastuuid-0.11.0-cp310-cp310-macosx_11_0_arm64.whl (245.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

fastuuid-0.11.0-cp39-none-win_amd64.whl (157.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

fastuuid-0.11.0-cp39-cp39-manylinux_2_34_x86_64.whl (277.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.34+ x86-64

fastuuid-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

fastuuid-0.11.0-cp39-cp39-macosx_11_0_arm64.whl (246.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

fastuuid-0.11.0-cp38-none-win_amd64.whl (157.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

fastuuid-0.11.0-cp38-cp38-manylinux_2_34_x86_64.whl (277.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.34+ x86-64

fastuuid-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

fastuuid-0.11.0-cp38-cp38-macosx_11_0_arm64.whl (246.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

fastuuid-0.11.0-cp37-none-win_amd64.whl (157.6 kB view details)

Uploaded CPython 3.7 Windows x86-64

fastuuid-0.11.0-cp37-cp37m-manylinux_2_34_x86_64.whl (277.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.34+ x86-64

fastuuid-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

File details

Details for the file fastuuid-0.11.0.tar.gz.

File metadata

  • Download URL: fastuuid-0.11.0.tar.gz
  • Upload date:
  • Size: 19.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for fastuuid-0.11.0.tar.gz
Algorithm Hash digest
SHA256 9752e480516f81008ef04f1a54c8d24894eb66c099b6dca7edd8ca356bf0096b
MD5 50def3226080c1344c462038c1f25cb3
BLAKE2b-256 bc0695d51ac6b02a16e529ad7a9a04d03ccc3ef674424acc75fcf105917a606e

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp313-none-win_amd64.whl.

File metadata

  • Download URL: fastuuid-0.11.0-cp313-none-win_amd64.whl
  • Upload date:
  • Size: 157.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for fastuuid-0.11.0-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 899d61be8324a9de7fead981cb11026289700d112492691a75b6f296256b6d67
MD5 e64eebb50e0c40aa450f0314e517f8bc
BLAKE2b-256 ac8e5c0d9c8c309947eb0aedb7e9d9b1ca97751328e0ae902a9d61de81fd9d24

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6325f19e9201f11685e5efb60f9d926e3da41b8cb5af138d4c3bef1f580c56b0
MD5 b1c7e8ab1b49a41bd5434b1281b2bcfe
BLAKE2b-256 3bfb7fd5028501471f7f8308666111a6f4c7b514b273456efdd9a22ba794d13b

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1ba68193ed9c11e4a11acee8e53c3c80d6beedea4408db7080ced5fe9e643ba
MD5 42a07e4bd4583d0e0dbadf7038bd89f8
BLAKE2b-256 7062cbf62437efb431bc072563267a5ae84b1e964d140b7318f38b3cc1326bd6

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e58ceebd12b69fd9beec510bfa91433c0f37bb8bbe3df887c12648abd869a0d1
MD5 6a3dbdd13584e03db42972a3f1d7d690
BLAKE2b-256 d6c22d388a96bef4b87faaf1dd4a3d3027c64f5e0ffb55e4c1187b7653d38aef

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: fastuuid-0.11.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 157.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for fastuuid-0.11.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 c86e8d06fbb1d90a0634c01d5c924d5309607d612e827f8ae3c9ef03f5a58420
MD5 c086b852b21ff8b44dbc077aeb23b808
BLAKE2b-256 2a5b30c582555d0aea3cf15c322796a28403bdea6eeb127a2c4ffa9d8f3f27e0

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1133a9ba176ee1eb308611eabc9ffb75e0460c55f0e41e39ea732ba6366cb1ca
MD5 b630fa5e95b931371477f82b6d41d150
BLAKE2b-256 57ec80b79156a658145c5d5ae5a320499576705be1b89f11dd5f64b52cbb26a8

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9909b2fd931a2f139b830aa63d6f7ffd963ea1504c899e2a4aca1b677ab7f6c7
MD5 fee764d324c8d131ecafc32a9e152e7d
BLAKE2b-256 d1e18843058cb56f52a73bab264b4882231a9d1ef5914493310c9558d747b103

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a50feb84734710f516198d9447b7ecfaa10c269399e5de66e68ea17d199c28c3
MD5 9b6d22bba5d1d1eba48317ce86ede6c4
BLAKE2b-256 5a1194186283b59e31154dd24aceb5aaea48f5f325d57af67337c06b85d9d059

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: fastuuid-0.11.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 156.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for fastuuid-0.11.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 19de7d299421608d7cd62d6adcf0f6acd60cc497bc25758d6680c573fe0dd95f
MD5 b607f1d82008e8cab8661360a364c3bb
BLAKE2b-256 39f973292c04e3778b43296feb1a0584b59350813ecf01bdb32d6cc9e8e79202

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 55c5d738d8fc2a5e6eaae518de45fc0279f9e96960c3c097e503ca6ce5160615
MD5 f66958fd42dd92032586ae5b7fda470b
BLAKE2b-256 cdcf9cc6dcbd1fb107a451a1777d69dd592d9abd6a5af3ce7decf68f92157e89

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 299973a9bddea59ee25ba8c640e2f8b3dc5fa41decf079d0555e1d022cefc6ab
MD5 a78cbeb03cb1dce0f1f9b95befba4a6e
BLAKE2b-256 45420946b6ab8abaa73247b4fa09a7ed77b9375ba022c2b3d7f7daad0b1b4656

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd36c21b57333127171269479a188a2cc0a2235144afe3d2abe81c70fe510174
MD5 a79bb9276bca93bc68eabf878e0a6d51
BLAKE2b-256 62db867577c291f0dac3a263918574a0ba1f9c732363e3451dc109137fd7f651

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: fastuuid-0.11.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 156.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.11

File hashes

Hashes for fastuuid-0.11.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 41488ba2518ae00b713b68d996cf10bda5da7c26a8fde909ae6cf793171ba0bd
MD5 54440dd2534d0a5dc5a84c300f31649a
BLAKE2b-256 2c9e94f30fdb259a581da957b2ecfd26fca7a9b6688831c80bd089e54892ef36

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0a9aef16d8fa454b6a9563e072e82bd35f699ddab3ceebe476886ccbb2c3e212
MD5 274f6e3615670b09b2e3407bcc6a9d3f
BLAKE2b-256 d6daf291f469eefcd3a969b84555a8c7a052c6501507bd34ae847c96295ed135

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd88f44ad4857d202edf9d87a397313136999747208e01d8952b92a3ee383b9c
MD5 8e00f6cf9b982e339dae48f8bbb278f5
BLAKE2b-256 0174fd86de6aca30b7cc55c7c1df462e54bbcae1b570468e46569be972a33cd1

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 053fb1571e42cbc81228aaec7cc912ba8d439a5f7c46cf380d649984c0b3514d
MD5 bfa8ffb9656e1fd52efe69954245ab1b
BLAKE2b-256 c7208d3cd443eb494c03016acbc13524058c8774a5bc1ee902696f6fcdb6b3c0

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp39-none-win_amd64.whl.

File metadata

  • Download URL: fastuuid-0.11.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 157.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.13

File hashes

Hashes for fastuuid-0.11.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 cf17f9cfbef0100e4e9421e0b26956f71e87656df6082d7e81072692afa0ac98
MD5 a3ce408b9e30d4b2bfc986b9844a1553
BLAKE2b-256 503bed58fa607153e286e159a2fce692098a2f8292912835218db41e462f546e

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp39-cp39-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 865c6df9b6bf44e7744b3f467b7d78e6af8023ac94aa74eb6953fa4e016a3a2e
MD5 85187c50f2fa3dee8639e5961a17ba27
BLAKE2b-256 57f5cb85591365b854367f2fee8d5176096f246b925bc8ddf76c0d6bf17a409f

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cfd7de655629249ab13f246d9c382e9a2e7cf3cba52c8fd037d60e9c8c5c6cf
MD5 cdfc1f24caa47b38485b14cbf1f0b4f2
BLAKE2b-256 3cab0f29da8e6f62c767203c7de7c6a0273d6eaa79dcb4fdaeef636cb7eab50e

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f30339af237a3cda6fd167b3f3d29d51b4eaaf7cbaf49e8d3e4b865ccf76b48
MD5 b602719ec48cacefe82033251d954d27
BLAKE2b-256 e22196132c066a39114dd61c38bcd51d75a92657ca2f92ae419ce1edb65be758

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: fastuuid-0.11.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 157.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.10

File hashes

Hashes for fastuuid-0.11.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 0406067b766066d3dcd9b39b33f37b062cd1475b62988b092238043ed6b5177f
MD5 91d2cd109552adf2f602fef68c8104e1
BLAKE2b-256 466033d45d280e3e61e129803768da57508792ee0a711d5992cce77221bf6be7

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp38-cp38-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp38-cp38-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 686271ab665dc45ca7f9ceb887e8b26d796b4e17d21a3b4cfeae7e85925a2cc7
MD5 3900ea11620da8279eb9b25407045183
BLAKE2b-256 d203203f2e50fc741871db2fa036cda9fc79f8ba51241809b3822af0151db3c4

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d62a108bd431acfaf890215a2b8396c8adbd69bec7177cb7c8c7fccf9d650c9
MD5 31ef5a76df3cd05fab6953dbe1204466
BLAKE2b-256 98bb817dc94f0681f6e31b12453f93c8e472eade2e549571146df45d4f403ec6

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a691a404d8a93d5506caf5b602ab39ca582ef7c01394895a2293a58135f98d88
MD5 8d916a9ae17182526de5fa9dc5f9bb29
BLAKE2b-256 8eb08616b769b981a5af66edca64b75256fb2952f4aa212f24c385c0953d68a8

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: fastuuid-0.11.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 157.6 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for fastuuid-0.11.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 dcea79b5e74ba49e13fa409f77fda4068baaa4234db65145eee8cdd83b285a22
MD5 7467a79deeb2d2be9f6036ac87abfa99
BLAKE2b-256 a1930452afc62edb1487215b33a78d2e3c06d77e4676c232d6b27022ded526fe

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp37-cp37m-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp37-cp37m-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3ffe406b4b181c9effd79d814b5b866ad19c7a84fe5b4c247f9cf83a45c15a1e
MD5 f87670f2f43102211705bce24d981ba2
BLAKE2b-256 35191a57377821137d753b9dab6505cd09dc37a3bb525670e167b5452f91d36b

See more details on using hashes here.

File details

Details for the file fastuuid-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastuuid-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1a8bd9a86169c3056879bfecf3926b6f0b2fd7f97ced342df8abb5bcc755245
MD5 74e454dc3134aa7428b64f6a2f55bd60
BLAKE2b-256 53fdb8fff8b6e464b50c1fb432dcba85f84dd22c7422669dd429de583eeae416

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page