Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Githun CI Status PyPI

unicodedata2

unicodedata backport/updates. Currently supports Unicode 18.0.0.

Requires Python 3.9 or newer.

The versions of this package match Unicode versions, so unicodedata2==13.0.0 is data from Unicode 13.0.0.

Pre-compiled wheel packages are available on PyPI and can be installed via pip.

Testing

We run the tests using tox. This can be installed as usual with pip install tox, or with pip install --group dev (pip 25.1 or newer) to pick it up from pyproject.toml.

Tox and CI download the version-matched Unicode normalization data before running tests. Download failures stop the run. Before running pytest directly, run python tests/download_test_data.py once. The downloaded files are not included in source distributions or wheels.

Without any options, tox will run the tests against all of the library's target Python versions. Any missing versions will be skipped.

To run tests against a specific python version you can use the -e option followed by a tox environment name. E.g. -e py39 will run tests against Python 3.9. For more info, check tox's documentation.

Changelog

18.0.0

  • Upgrade to Unicode 18.0.0
  • Backport algorithmic character names from CPython, including Tangut, Jurchen, and Small Seal.
  • Backport CPython's faster canonical ordering, also fixing Unicode normalization on PyPy.
  • Require Python 3.9 or newer; drop Python 3.8 support.
  • Fix historical numeric values in the Unicode 3.2 database.
  • Make Hangul syllable lookup case-insensitive.
  • Return algorithmic Hangul syllable mappings from decomposition().
  • Always return an exact str from normalize(), including for str subclasses.

17.0.0

  • Upgrade to Unicode 17.0.0

16.0.0

  • Upgrade to Unicode 16.0.0

15.0.0

  • Upgrade to Unicode 15.0.0

14.0.0

  • Upgrade to Unicode 14.0.0

13.0.0-2

  • Fix issue with source distribution tarball archive missing CHANGELOG.md file.
  • Use tox as test runner.

13.0.0

  • Upgrade to Unicode 13.0.0

12.1.0

  • Upgrade to Unicode 12.1.0
  • Remove Python 3.4 support as multibuild no longer supports Python 3.4.

12.0.0

  • Upgrade to Unicode 12.0.0

11.0.0

  • Upgrade to Unicode 11.0.0
  • Remove Python 3.3 support as wheel no longer supports Python 3.3.

10.0.0-2

  • Wheel for Python 3.6

10.0.0

  • Upgrade to Unicode 10.0.0
  • Remove Python 2.6 support as wheel no longer supports Python 2.6.

9.0.0-4

  • Re-releasing 9.0.0-3 because PyPI doesn't handle bad internet connections well.

9.0.0-3

  • Add binary packages for all platforms. Patch by Cosimo Lupo (anthrotype).

9.0.0-2

  • Python 3 support
  • Fix incorrect digitification caused by using the underlying Python's Unicode tables.

9.0.0

  • Upgrade to Unicode 9.0.0

8.0.0

  • Upgrade to Unicode 8.0.0

7.0.0-2

  • Compiles under Python 2.6 (and older 2.7). Patch by John Vandenberg. Fixes #2
  • Runs regular unicodedata tests. Adds Travis and AppVeyor CI. Patch by John Vandenberg (jayvdb).

7.0.0

  • Initial release

Release files for unicodedata2 18.0.0rc1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for unicodedata2 18.0.0rc1
File Size Uploaded
unicodedata2-18.0.0rc1.tar.gz 700.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for unicodedata2 18.0.0rc1
File
unicodedata2-18.0.0rc1-pp311-pypy311_pp73-win_amd64.whl PyPy 3.11 PyPy 3.11 7.3 Windows x86-64 Details
unicodedata2-18.0.0rc1-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
unicodedata2-18.0.0rc1-pp311-pypy311_pp73-macosx_11_0_arm64.whl PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315t-win_arm64.whl CPython 3.15 CPython 3.15 free-threading Windows ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
unicodedata2-18.0.0rc1-cp315-cp315t-win32.whl CPython 3.15 CPython 3.15 free-threading Windows x86-32 Details
unicodedata2-18.0.0rc1-cp315-cp315t-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp315-cp315t-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315t-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315t-macosx_10_15_universal2.whl CPython 3.15 CPython 3.15 free-threading macOS 10.15+ universal2 (ARM64, x86-64) Details
unicodedata2-18.0.0rc1-cp315-cp315-win_arm64.whl CPython 3.15 CPython 3.15 Windows ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
unicodedata2-18.0.0rc1-cp315-cp315-win32.whl CPython 3.15 CPython 3.15 Windows x86-32 Details
unicodedata2-18.0.0rc1-cp315-cp315-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp315-cp315-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp315-cp315-macosx_10_15_universal2.whl CPython 3.15 CPython 3.15 macOS 10.15+ universal2 (ARM64, x86-64) Details
unicodedata2-18.0.0rc1-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
unicodedata2-18.0.0rc1-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
unicodedata2-18.0.0rc1-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
unicodedata2-18.0.0rc1-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
unicodedata2-18.0.0rc1-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp314-cp314t-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64) Details
unicodedata2-18.0.0rc1-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
unicodedata2-18.0.0rc1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
unicodedata2-18.0.0rc1-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
unicodedata2-18.0.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
unicodedata2-18.0.0rc1-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp314-cp314-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64) Details
unicodedata2-18.0.0rc1-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
unicodedata2-18.0.0rc1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
unicodedata2-18.0.0rc1-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
unicodedata2-18.0.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
unicodedata2-18.0.0rc1-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
unicodedata2-18.0.0rc1-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
unicodedata2-18.0.0rc1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
unicodedata2-18.0.0rc1-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
unicodedata2-18.0.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
unicodedata2-18.0.0rc1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
unicodedata2-18.0.0rc1-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
unicodedata2-18.0.0rc1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
unicodedata2-18.0.0rc1-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
unicodedata2-18.0.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
unicodedata2-18.0.0rc1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
unicodedata2-18.0.0rc1-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
unicodedata2-18.0.0rc1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
unicodedata2-18.0.0rc1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
unicodedata2-18.0.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
unicodedata2-18.0.0rc1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
unicodedata2-18.0.0rc1-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
unicodedata2-18.0.0rc1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
unicodedata2-18.0.0rc1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
unicodedata2-18.0.0rc1-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
unicodedata2-18.0.0rc1-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
unicodedata2-18.0.0rc1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
unicodedata2-18.0.0rc1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
unicodedata2-18.0.0rc1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
unicodedata2-18.0.0rc1-cp39-cp39-macosx_10_9_universal2.whl CPython 3.9 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 50.2 MB

Release files / unicodedata2-18.0.0rc1.tar.gz

Download URL unicodedata2-18.0.0rc1.tar.gz
Size 700.2 kB
Tags Source
SHA-256 checksum
How to use checksums
4c63c8f83b02573d3a074a065119bb26371ec4919917d95592decfc406c23282
BLAKE2b-256 checksum
How to use checksums
ba77748aa7f9e1f6aa1bfdf841b8e90fe6743799c836915c2017b87066b23905
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-pp311-pypy311_pp73-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-pp311-pypy311_pp73-win_amd64.whl
Size 493.7 kB
Tags PyPy 3.11 PyPy 3.11 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
f6aef0be27f1786ecb7cd00f0fbd9d7d5fa8115ad125931460919fd4b4fed1d9
BLAKE2b-256 checksum
How to use checksums
480960b95ba4b60329fad2dee44b52b2f07b2aa8f83cddfa36957fc0a6a897b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 501.3 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
ee678e434b14fb48c11562ef932cca38fe00285d8f706892a1f73ece53d46df0
BLAKE2b-256 checksum
How to use checksums
cce718f08c597472045aa2575393cb572112f1218295e7a3eb8850fe6d66159d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 500.8 kB
Tags Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
ff2a105ba3435c9d751953e2ced61f18a977ae456ae63e22b684bc8d6eb71a6f
BLAKE2b-256 checksum
How to use checksums
32eb545ed399c5bb621d67a723fd9fcfc5f74af8a5676e6fb7e89bbaefa7ded3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-pp311-pypy311_pp73-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Size 504.2 kB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
73aa34c26006391f66faaa34b26a55d5e95c71ab52e9d0e9fa61c91da55898be
BLAKE2b-256 checksum
How to use checksums
ee75e65fcdeaf5017f7edc4db6fd461035c0e4419063973ddfa231bab326bad9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-win_arm64.whl
Size 587.4 kB
Tags CPython 3.15 CPython 3.15 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
f8fa2a3e9eb40b54111ae1aad8918091458ddc412ceb6fda656a5ae90770816b
BLAKE2b-256 checksum
How to use checksums
924ca3088611b3170654fe78cd31e0cba7c2e2ab6c443b62d23421128300d181
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-win_amd64.whl
Size 586.6 kB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
4071430ba541fb1dfd7ab71b05bb7e92973ab8b11fa36f7c598c832c147000af
BLAKE2b-256 checksum
How to use checksums
a78324e247a9d7fc2dc28df53b5e6ee8f71bc4ef7e88a0e4ae4821fc47c28368
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-win32.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-win32.whl
Size 586.8 kB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
717db933e1910c9ec7513f786c86875419fa3eaf73fb00d4833c78071b221f35
BLAKE2b-256 checksum
How to use checksums
053514cf25c15c5c8274be2e0f5f617f52555dde12fda75dd62b5563be8baff8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-musllinux_1_2_x86_64.whl
Size 547.7 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
355832ae7a5f89acf202e44398c92c655683fd197bd19f98dcc9bbe5c5ff8523
BLAKE2b-256 checksum
How to use checksums
ea0a3983ed0be4209efb4eda894b82a5ba5e280c1eed35ec5fbec5044f49065d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-musllinux_1_2_aarch64.whl
Size 548.6 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6032890f65536b13e2f417f6216dfca41d06e038ed59c701bbbd63290e3f9814
BLAKE2b-256 checksum
How to use checksums
048753b7c3e1f2620e06a947d24ba790a4c7bc73a232823337175a147040043f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 546.7 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
36eca8aaa67ac283c48c154573e3b8a7edd2c044441450a7d1f1266c09398ade
BLAKE2b-256 checksum
How to use checksums
108241e84e4a2e92f47ab5104f8e15cf0ee863dab7df8e6d8a9ab210dbc7b8f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 550.4 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0c5caf06fab6b77b6a5b93d6b46e07928d56e39c0c2011803c6dd1253c4e2bfa
BLAKE2b-256 checksum
How to use checksums
f7e104db8bc0f488d0a96a43eecd10da2ef1a09e6baa64841ef235cd87836c93
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-macosx_11_0_arm64.whl
Size 505.7 kB
Tags CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4c703ade02cc9d7a9e06a2d49fccc8cc5591af25f75d5302593a3cef899c0fd4
BLAKE2b-256 checksum
How to use checksums
e4a899f372e0429114adb681251d329f2a921ebe4571a730930c6a6f313aaaff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315t-macosx_10_15_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315t-macosx_10_15_universal2.whl
Size 994.1 kB
Tags CPython 3.15 CPython 3.15 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
c13b6ae8100089630aeacd389813a14544f58a6506a7918f54026e5ca899c204
BLAKE2b-256 checksum
How to use checksums
125a6716f01959f823a2dfc909aaea3b9d0823824d28b665260c409b90229600
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-win_arm64.whl
Size 587.2 kB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
8049a7d5579271f845943545504f3a8f3867558a4091b61503132ea3a085cca5
BLAKE2b-256 checksum
How to use checksums
d4fb39e7f19aba206690deb7814c4b202fa52d7f6252a2f0abb076a22d84f87e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-win_amd64.whl
Size 586.4 kB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
aab0509442ea681061e51c4f80031b5b3fc0a715c49d4f40002afdbe4bd24c3e
BLAKE2b-256 checksum
How to use checksums
3dd23e9d3746eeba448b9269308b6b377bf3d0fbdb42311e5e7be6c329966f44
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-win32.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-win32.whl
Size 586.7 kB
Tags CPython 3.15 Windows x86-32
SHA-256 checksum
How to use checksums
9231f80a2fa2c0a076b02f5a133f195c93f82fcab17a3cbc092a45faa34607c1
BLAKE2b-256 checksum
How to use checksums
6573af34270171e55c8f3b47d02e9d41cc38b8997057b069d9c9c73f98cb9a22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-musllinux_1_2_x86_64.whl
Size 546.0 kB
Tags CPython 3.15 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e6c3db956aa0ab66c11587fe4bd45c5151ba730b00edc33ddcb6a2fc3ed616ce
BLAKE2b-256 checksum
How to use checksums
ba83a3fa80031473ea91f10c4b72d0b93d9573a9411ac1134b5dc157ea1233e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-musllinux_1_2_aarch64.whl
Size 546.5 kB
Tags CPython 3.15 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
85fb8eb07f5745881e77291684e70bbd65632b14fbc617b4cc436bcb3315a640
BLAKE2b-256 checksum
How to use checksums
a076ca44765d173af97f9c3cad6cf0c564c2ac9e0fdc18c038137dff595cccbd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 544.8 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
246c082c2fe7c63b9308875cd7801a156e008db9e035e3fdca71baf832e0989d
BLAKE2b-256 checksum
How to use checksums
a005a4ae1133ab131e7252336ca7dd968adef694486f9ce4a0d7a4b20bb888f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 548.0 kB
Tags CPython 3.15 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
916de34870e80d7ba8c13e9360a35f44c22ada58218ebe143b6d0c8225dacbf9
BLAKE2b-256 checksum
How to use checksums
a6de7ffc640202138c005d6305c4baa170d23d0237eaacc764817278517f8a35
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-macosx_11_0_arm64.whl
Size 505.5 kB
Tags CPython 3.15 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
efd3c4a728ea8ffca7d4d63a86aa11560a0c15719ddcb23b41f971feca05548b
BLAKE2b-256 checksum
How to use checksums
8946b738a9cd136d824d774d6cbdca18c1b70843a795c51c718afe320632ad5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp315-cp315-macosx_10_15_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp315-cp315-macosx_10_15_universal2.whl
Size 993.7 kB
Tags CPython 3.15 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
a879ea4575ec4195bc08d68cde39bd31a4057f2b1b41505f0905a374dc51b61b
BLAKE2b-256 checksum
How to use checksums
4823788b7fea5694734d4f5f402c4d89e9a72d51f11ef41de4e064abdc5716ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-win_arm64.whl
Size 587.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
03dbd7bf55b909ccad662304ec5e30769750153b98df4061c49faa18ecf909e6
BLAKE2b-256 checksum
How to use checksums
53cc7b63ca82cdbde63171c8fe82fa96f02aa7f27cdabab804419a3eb09a57ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-win_amd64.whl
Size 586.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
7204ebd3cb2a74a5527c9456fb6fa08115a13ca5b4918488c7574f47793018f1
BLAKE2b-256 checksum
How to use checksums
6bc5ad93faf6b8e8798c95a793ef0b6737b9fd1d460af0b396504b5bd645f5c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-win32.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-win32.whl
Size 586.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
3337df601adb572ef266c4947e8af90d82b2ab94ef76977092b0bc378905794e
BLAKE2b-256 checksum
How to use checksums
cc0456c0913a254c855c445b4fae86ab87f549ede66556c606a18e73e97648e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 547.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d41674cf51eb1a4a3787cb5fc861eb164e79fc621ddc82b871f74b054a0f70e3
BLAKE2b-256 checksum
How to use checksums
ade890a6ba8b95b469f0ed7d03ab921e06d27750ed78ba729daae86320928248
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 545.7 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
0aa325c8647bc91790393513e6fcc41be2f056b5243f0242bb41b937e2e8b461
BLAKE2b-256 checksum
How to use checksums
8070f6fee9ea4905c9e93b521e6bdcf85ee4e9cd5aa6eb5b365130b432a6a1fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 545.9 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
af3b31755f91bb94fca779d2f4541438d3079a501e90ef7f5a2aca4183e53f7f
BLAKE2b-256 checksum
How to use checksums
3633c2180f2d7175fea496543d31bce2f0bd155b53466f2a7f2fe1a44bf32023
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 547.4 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
dedf67dbcbe597bde049b8addbf70d19559207ee6f33fedcccc1519db20ae473
BLAKE2b-256 checksum
How to use checksums
179c3cd12df1a018674cdccf340f865a4cf69de8eda95982a41504076db8f0af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-macosx_11_0_arm64.whl
Size 505.6 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
71be1cf3fad1ce7ba40a1f43b5272bd1e4374359fbc561b4f0e6e06b05551265
BLAKE2b-256 checksum
How to use checksums
735ac675f407804e2734d4742cdb4d41313108bb1425f7779293a055bf9946a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314t-macosx_10_15_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314t-macosx_10_15_universal2.whl
Size 994.0 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
b9fb19e109081073f7707fef9338a81a4005b880552122d8575d762af06d1a57
BLAKE2b-256 checksum
How to use checksums
a1f756df762504a4ea6329926f7020136e8d86d02545ce1b51d4c56c1583b3c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-win_arm64.whl
Size 587.2 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
67f1efde5a40dd09322912f0179b50c1dae5fee267014d5fd48f04f8466da6a2
BLAKE2b-256 checksum
How to use checksums
e77716083f52f3068e023c08a0c8feacc92d4a0c681e18f9d0a0b6b13ff0d2aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-win_amd64.whl
Size 586.5 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
7235af3405f18aa762dc50a327f4c78a3a889a9e766eeb01a640ab3b16eacc61
BLAKE2b-256 checksum
How to use checksums
4d54822d7ad7aac08b5f0ab43317d60719505a81adbb7b158e8e244902cc7a6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-win32.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-win32.whl
Size 586.7 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
c2e6ec6ffbf79414030a256d44584a0bbd20863eb15491bb9e0070a5048ae9ed
BLAKE2b-256 checksum
How to use checksums
c4e71f3622ab3732e2134d4758bc048a388217113ce98d472183f8b5504f0642
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 545.4 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
52a4bc857d05ab9305ccb34f7f5002afa8c34a9b437377e69912847d60f4d892
BLAKE2b-256 checksum
How to use checksums
1250a83684220424397102d1c6e08edf3a27be047beb61acc1adef543d1db47b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Size 543.4 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
740a11dd6a360b3a48ff0472abfcfb99ca432150bcca242f8679340839928611
BLAKE2b-256 checksum
How to use checksums
607bccd045bbc074ae943f2bd24248fddf88123d27d5ae480fbde7a66e9c8315
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 544.1 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8b3ec3024bd81dff0579c75d7c942420540b86a3fb0c2382ca0ecd35fc99afae
BLAKE2b-256 checksum
How to use checksums
c2c35954cd760e567ad1e910bb1a484e3c569da62bb65ead38c9754d07533bcf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 544.7 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6728f6c19e33d347bb6d748cca7277a06a65f88092d1d0ab3278c7caae444a95
BLAKE2b-256 checksum
How to use checksums
2c304feec101e8e6369d5510bb15d5ccdd6e0bae42d315b505f912619c881d1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-macosx_11_0_arm64.whl
Size 505.4 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3f3dcc3cad676754b73491b71e8c17b56faed2d3ebbc4b61e54b86609cc9b786
BLAKE2b-256 checksum
How to use checksums
b8805dbc7707623b6d09828fa435c64ccbb377821ca2dafb54a648466ca93a3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp314-cp314-macosx_10_15_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp314-cp314-macosx_10_15_universal2.whl
Size 993.6 kB
Tags CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
7be9ca5a42db6f7cfeed877c59514194f92cde8ee9cff0d459540d6368fa09ed
BLAKE2b-256 checksum
How to use checksums
752dcc689d0c7ecaf9ed84dade682c27ae648152732eb2add38de1c107e73a03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-win_arm64.whl
Size 495.2 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
2dbe91e0c1eea4210114c451d6a540248110c1f1b2f895534eea46684f8ef1f8
BLAKE2b-256 checksum
How to use checksums
a6b1a8e98c76f0607c9264163221e14ff9c284ce7db39d7ec1aeb48f68206f85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-win_amd64.whl
Size 493.4 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
c69a097c64333d1bdff670453c1756d9284b33db8d0cdcce28405ff42aa37e0c
BLAKE2b-256 checksum
How to use checksums
62d020ed804abe144f180ac589c4e8c8e2de5d65a5d80e597101b73a3da0e26d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-win32.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-win32.whl
Size 493.1 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
d7c3dcd80ba430fb8d5ba931579e94406a5dd50c896779e7e0300891787bff2d
BLAKE2b-256 checksum
How to use checksums
a221179ff96aa9330520b4e7c7dbc6008686d807daa06f1d979b01bbee8783d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 545.4 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9f7ec3d484ea889c1f8bdfcb1a77b9440d0e3fcda7050c59c0483e809c99bec9
BLAKE2b-256 checksum
How to use checksums
817787202ca0ee67624fe7b3d56db8c9f510e840e28aa11f258a40162419bffe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Size 543.3 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
597981acc0d909da21ef27bc4e88a63e4ad431ee1c9454e68ca659e11bb47490
BLAKE2b-256 checksum
How to use checksums
0a0ef7695c6615f9498dbc9b919f418fa6da5a57ea8a58561c7cba1de90a78ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 544.1 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8ffeef424cdacf08c27ef20ad8c414965f9cc11dd806062b17a95a34a8475137
BLAKE2b-256 checksum
How to use checksums
7550605bb0d9382d364850de1c6c0bc3dba766e4cf31f5189cec5d589e8dde7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 544.7 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
54b3055f66f98ac4ba2353bb6add04243755a02c98acfa62991273315ac0f4eb
BLAKE2b-256 checksum
How to use checksums
b1c72c918f1469aa0196cdd78da50cf524d5d8b76499bf37ff01e7f42106192e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-macosx_11_0_arm64.whl
Size 505.4 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e101c479b6f4e3f29ea44ac74538f87b4ffaab5daa50f058b506a4f68f6b4cd2
BLAKE2b-256 checksum
How to use checksums
03a2383509cefdf2d2558fe60a3a87ab56b0e345723cf82dedc37c151c6e4a88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp313-cp313-macosx_10_13_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp313-cp313-macosx_10_13_universal2.whl
Size 993.4 kB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
a6e27e46deeb7d37b23a46e93cb4ba3347574c6ba5929ed5212e890f0a26c18b
BLAKE2b-256 checksum
How to use checksums
034aa4558dda26e4d98374922193da1fd3c1f3ae7fc7a0586e8dc26e183bca1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-win_arm64.whl
Size 495.2 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
3e54284421e345a97bf0290ac982ed4ce3617816593ea15c489cb0b6923e0bee
BLAKE2b-256 checksum
How to use checksums
2de7f637210f28f35525dbc5f04ba55447a9f034408b4ee88447aba5b6640042
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-win_amd64.whl
Size 493.4 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
3717044b5b4b87cc0e016f9b26e57f0ebde17c4d99283c1471023794102912bd
BLAKE2b-256 checksum
How to use checksums
a9e570bc096831375099dfcc9a75b43bdeed1a8771ba8fce68c0747b39e78d6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-win32.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-win32.whl
Size 493.2 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
80187919387e7de67529fe2e043967b926e448d3f84b16afde9f132ef98a5777
BLAKE2b-256 checksum
How to use checksums
60b55606f4d381ae4f71d78de9873d412db788d05e0117ddabafc401ab5e7291
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 545.4 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e263db8a3c789d266cf8ec61bc0f17101e2367e30afcddbce51920dab6466b65
BLAKE2b-256 checksum
How to use checksums
79f5d92b35c19b86aca445b8244b0af14a64abe17da69e611320100272fecacd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Size 543.3 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6cd5d54baba7a149e0f99fd63616a59e0646508a89435ba07015be1c1d10eaf7
BLAKE2b-256 checksum
How to use checksums
d33d3166b71df4c1e058671feff91f6e2bf2b7a8baa14f44b2e2370f10e4335c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 544.1 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9d9e629073d167a10e7b06e0a61cd444c07545dae96b6bd30dc6635eace64a2a
BLAKE2b-256 checksum
How to use checksums
dbf74cfbd736c15038833e0e1dad9a9563fbdb8061356b1c9048e1c3d86e2b9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 544.8 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
614ca9fb6ef8f0ca2e09e463d7f11f207e0e6963ef533c7e63be052ac95ada20
BLAKE2b-256 checksum
How to use checksums
0eb3276e67e8911369b9b55374b1785617421e11dc134327e0da945b8e7d788c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-macosx_11_0_arm64.whl
Size 505.4 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f651d13080a895f13aa7b712bdc5c5322c77ec6639ed652a8f93251b572608ed
BLAKE2b-256 checksum
How to use checksums
f57d00624ce6e34de98417d6e722276ecd7e9d4f2ec0f34b3141bc8898dafd4c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp312-cp312-macosx_10_13_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp312-cp312-macosx_10_13_universal2.whl
Size 993.4 kB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
40bc0a728d3eef6e972bc9dce3c79ea104c38447ec52dbcd9ddde4371a66ab11
BLAKE2b-256 checksum
How to use checksums
5756ab4800f0faf8116bfa5c752a3741cf350cdceb7990c090e91de5e1c85cc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-win_arm64.whl
Size 495.2 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
0957753fc0da3d618073a14b8c7cc535296de53b56a6f1b3379e0e4491cc29de
BLAKE2b-256 checksum
How to use checksums
339305717e870076af6d44db5ed38f5144bd5e4a91ef40d4120fe30e64b30c72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-win_amd64.whl
Size 493.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
64b711f7ca681336e0191c2f14c681d99a091caad61f2bb99b4b58069fa8da25
BLAKE2b-256 checksum
How to use checksums
24a2a85ff20ac6bd4810bc8679b35d6b116311000d12e4d519483f1c13d8d91e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-win32.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-win32.whl
Size 493.1 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
8b65ece01b5d791a7a8e762620681729b9fcf6ac6e5581d8f419cbdd949414b3
BLAKE2b-256 checksum
How to use checksums
0b6439790347a841856f10e4567f5aa949590bb910f15c685e9c34997f356be1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 545.2 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8fb6e97302065968783be3f05254de335fb68b04e912b47eb59486f8ef97c503
BLAKE2b-256 checksum
How to use checksums
0a7197e8ba33e01cb9b8802a50470466373b7681c6ddb51ea9e67723f8dd31d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Size 543.0 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
cc39c558b789693ee584bb51450d0b4dc3b10af6227254068ea403aed112d408
BLAKE2b-256 checksum
How to use checksums
390956ca96bc5cdf33354de1dc05ac625af84e9644f1c84a48baad09fb1835e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 543.7 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
33c937b8873e33cee43aad93f7f53bf8bd941519eb9db9ea95f14a2669e14321
BLAKE2b-256 checksum
How to use checksums
174a5e13f41a9fa47a2ca8fbff0f3e1ba31cd2f3080534bd42d2a24a42a3a796
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 544.4 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4030431d653268b76bfbb1e548ee4b12630fae840cf52d2c07efb23eaba1529d
BLAKE2b-256 checksum
How to use checksums
83f75de9cef9036801284a29c6e79bcb0f14443a0e148c10bf90b63b63ef4594
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Size 505.4 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4f5b6e7d819ae9317d8559cbb778eff036331c26bddecc228cd2777427c8f501
BLAKE2b-256 checksum
How to use checksums
32d49422f655fe70f7cd51d512caabbcfcf71d8edff58a11490c820f3e848d88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp311-cp311-macosx_10_9_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp311-cp311-macosx_10_9_universal2.whl
Size 993.3 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
ecc36883ff9d9fe81658120cea88290c8591cabedc38a1efb076897fda237eea
BLAKE2b-256 checksum
How to use checksums
6eb9352c554da360b58431c04861f5c24dd98d5e601f6b889b138804855927fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-win_arm64.whl
Size 495.0 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
c84995be0c56aee69353486d9a40fd959846c60fddb164b442faa0acce9c51e6
BLAKE2b-256 checksum
How to use checksums
75412edc04989192f848cf9d39921b845329b194ba9442b42bfc4538bff651f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-win_amd64.whl
Size 493.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
8f5df29d0847957aacfb2693d1679e911aed2055414d815550758ce55e18a9ed
BLAKE2b-256 checksum
How to use checksums
fa3757c8cf98880ef4067d3a4c7bb152fd3b2acca7397db0c5936f1f35d91b59
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-win32.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-win32.whl
Size 493.1 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
745dd87f00d8bf37233f5a3ec3c0904f973c77e9ebdbb8e1662a033c6a7401e6
BLAKE2b-256 checksum
How to use checksums
04411a741150722243e9429b14d838c3c69ccb07870982296b84a2fa22978676
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 542.9 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
dbe5eab7b0bbf503fb35f2196de3ab36d844b6db05457518667ce0bffece67a1
BLAKE2b-256 checksum
How to use checksums
768509de5cb3d6aff8b305059d6466df408525734cb6c692af81c216e87cc244
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Size 540.7 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
64f45b74f99442ffd540bdf29fd16c425d5cabe2d6801b672a2210dffcdddb10
BLAKE2b-256 checksum
How to use checksums
8cd192ee8db8c700364978200a186ddba0190399ec64bae3d75e8613e13519ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 541.4 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
93f25b150446076451f2d40a9567827f7060f820c4e50af109da0c565212e659
BLAKE2b-256 checksum
How to use checksums
8e988c2469b9bcb36d9498e47f60bc9c7e4f4784d47442ea193c4f52874651cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 541.9 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
690844a3191e55ad18b0da9ac04eec0305739e9078c797e7c8ef002eef8bb9d1
BLAKE2b-256 checksum
How to use checksums
39ebfb25cf00a605637b56e67a9b7c398c04bfe8be7acc5dc270928c4653cb91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Size 505.3 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1eb56822cd02fbe84304d5bb6d0d73435497210f77d62351dcc852b3bc3d86d8
BLAKE2b-256 checksum
How to use checksums
e1df93db39b50fb0300b46f1511480146f01ccb7ae662a55945599e9a4f1521f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp310-cp310-macosx_10_9_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp310-cp310-macosx_10_9_universal2.whl
Size 993.2 kB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
da7c467b4f30c8a3f5399dd320b0b8a8672f6af2dd3ed1afd087e48ca3cd091b
BLAKE2b-256 checksum
How to use checksums
7d720d831b8d9a98a01658b0e3b799b1f4084b6504f98b84e744f80e34e0fc4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-win_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-win_arm64.whl
Size 495.0 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
211f8914aabe97f269597965e774b3a9a2d8d3b1c2682e1709774bdcf91f2ed2
BLAKE2b-256 checksum
How to use checksums
69bb0c29471bd41504100b49b421ecc640ea7b67ece5f07e57c1b5d949bf1acd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-win_amd64.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-win_amd64.whl
Size 493.4 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
45ba1704939f96d3220abeb6599efa429abfcb62490c48dead68c02382dcdc2d
BLAKE2b-256 checksum
How to use checksums
f9bfc0a20aa235f54127911775b055e7c78f96bea4bedba19552ac3180a41d45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-win32.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-win32.whl
Size 493.1 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
7b384ea1efe7f96b57aaf175cfd7ca76d4fe07a397404235b742052aa86d2c35
BLAKE2b-256 checksum
How to use checksums
eceb4d99b13ad3259151f8fe3ca41b7845ecdd745db7e68455826ce08905fb34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-musllinux_1_2_x86_64.whl
Size 542.8 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
93dbcc1075b3067848fc9ee3ec6e9b995956d0fed3dfea0d4760e60d529be9a6
BLAKE2b-256 checksum
How to use checksums
162be04b93b315d757374724e48b87bcbd9b93a9d9b87d6f06c0195e9cb66eb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-musllinux_1_2_aarch64.whl
Size 540.5 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6b58dbe5e98d411d6c593b1c1efd98346b79e7582af15282267141c8ce7e074f
BLAKE2b-256 checksum
How to use checksums
97e0f71d5ac7125cf4d33df1625f6e12c2e74210ee07c4710e58bba8eda4aa98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 541.2 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4c91e3ce4d596bdc76303bf47e5cc99b5f1ca5d2794e2c49799dfd8d7791fe50
BLAKE2b-256 checksum
How to use checksums
897790502263221eb9d0727034cb9d9a62b676d35c213caf66319778bf98065e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 541.8 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f0b12866388d89abfa2e1e8a2df86a223353cabee23ac04891c4691225a0f94a
BLAKE2b-256 checksum
How to use checksums
79c44468b490fe2690bb340371b1428d6a0841a3eac52479a833d9a0fff3dc93
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Size 505.3 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2fdbe6fa1d9d2426c494c2c9fdb9f6dcde0e90763a7a4158ba968a5b926cf423
BLAKE2b-256 checksum
How to use checksums
09ec3bbef70924f6d4933f4e803b301fa746161e9348cffd2c1201f333ab8b02
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / unicodedata2-18.0.0rc1-cp39-cp39-macosx_10_9_universal2.whl

Download URL unicodedata2-18.0.0rc1-cp39-cp39-macosx_10_9_universal2.whl
Size 993.2 kB
Tags CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
a9b56e8f5967b2fa475e8c17cfcfaa5efc8fc70522a495a59c0e84f2f489a84a
BLAKE2b-256 checksum
How to use checksums
fa79d4e240d5cb5519eafaa83ae7e7059e0ecf53440433024f347a9f652e2bee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page