Skip to main content

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.0

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.0
File Size Uploaded
unicodedata2-18.0.0.tar.gz 700.2 kB Details

Built distributions (wheels)

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

Download URL unicodedata2-18.0.0.tar.gz
Size 700.2 kB
Tags Source
SHA-256 checksum
How to use checksums
a9536291a5204caf6423ca7c56131d44f2aafc2fada35ff3a5eac82f7f8c62a7
BLAKE2b-256 checksum
How to use checksums
cec3d46197354c75d61afba45f8371160736ccfde5f50aa660687292c3823909
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.0-pp311-pypy311_pp73-win_amd64.whl

Download URL unicodedata2-18.0.0-pp311-pypy311_pp73-win_amd64.whl
Size 493.6 kB
Tags PyPy 3.11 PyPy 3.11 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
d24bc83f03c29b5319af786d5ac2c8cef41299b01eb5c49bc0df257faa94438d
BLAKE2b-256 checksum
How to use checksums
6e294baae05d7d879334c894875e03a2ca5d63483e6fd77c5e8573b51c5fc7a6
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.0-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 501.2 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
0f91c067a83585400744b083d734296845e13409e2c34727811c7a2ebfb40270
BLAKE2b-256 checksum
How to use checksums
2b50d29b6cb7d9420630acd77de60f0f803734124ca52f97582cb99da6513945
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.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 500.7 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
456ab62c2fbf3cfad9e56f6f7c0aa14caf5f95e26ffeb2f91413d7e86b120c2b
BLAKE2b-256 checksum
How to use checksums
5277ebca3093f95e250ccf03d299a2e998e06f4f97f3963e4c9996ccb83684fc
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.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Size 504.1 kB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
06b3f8529e8aaffcc2549b20472a98873479aaffd7081a54aee110e946b831ed
BLAKE2b-256 checksum
How to use checksums
5924135dc0fd437cc135ac851f3a839dfbc73c2ea3b5cd34236ea5b7a281683e
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.0-cp315-cp315t-win_arm64.whl

Download URL unicodedata2-18.0.0-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
220770b2c583ac93bf280f5dd616f5b5fcc5fa7462d52b7f7b5d643e888a8351
BLAKE2b-256 checksum
How to use checksums
eed26a1d8356ddb7aac2b2199bfda5a163cf193ddf99a29c8144def8402a0d70
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.0-cp315-cp315t-win_amd64.whl

Download URL unicodedata2-18.0.0-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
22ff9763d4a4ac846f091830f27aa2627d9de05a9705c52efea9d918ee8391fd
BLAKE2b-256 checksum
How to use checksums
ed2050926aeae6f60caf1ebf22fc7bec2a6c52abd2004070f357e7522e28974a
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.0-cp315-cp315t-win32.whl

Download URL unicodedata2-18.0.0-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
9d079a2f4ed1fd2a70d14357455bca7236089c2d78b0c8568da403386dca5474
BLAKE2b-256 checksum
How to use checksums
94619e72c91cfca92248fc29656eb9e20c369e6abb1306ca655f07c17654e21a
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.0-cp315-cp315t-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-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
5b9ccaed979a288e00a680171e86ebb8fac0d80dae139f4b09d8706993b02c38
BLAKE2b-256 checksum
How to use checksums
c46588d824b78c1a65c915497d3d4b462d6e6b7143ce01012d52aacc1c454285
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.0-cp315-cp315t-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-cp315-cp315t-musllinux_1_2_aarch64.whl
Size 548.5 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7dbd6971a1888d51ffeef0b9275991630d3fbaf1bb40909d86b69ea36e69a88b
BLAKE2b-256 checksum
How to use checksums
5a2fdba45598c7bddf0701a38a12cef015834040ce807c158cecb22d7a7ca8e5
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.0-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-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
0172793235054a62bfb781fbaf7bdda000caf7cdcd14fd3a5c44d3d00fa04857
BLAKE2b-256 checksum
How to use checksums
de59931812a1cbc37d91ae2307e5fc37787adb04c705e7dfd7bb0faa1efa8470
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.0-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-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
9dd64a5f8c8c80c567be374e45002e33271ce8a509713b4295b8ae9299ca8db3
BLAKE2b-256 checksum
How to use checksums
05142f873c20f91e10deb8f6244fb45f2d2222f3a9f1171b75358bde255f056b
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.0-cp315-cp315t-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-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
52b6f58312e4f7f1b4b1d7c8410893873ef17ad3282dd40f988e803aebcb94a4
BLAKE2b-256 checksum
How to use checksums
f5059ecaae1036d0584fe9e58871b5d65787313a8c9e3ed43f5f0237839af5cf
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.0-cp315-cp315t-macosx_10_15_universal2.whl

Download URL unicodedata2-18.0.0-cp315-cp315t-macosx_10_15_universal2.whl
Size 994.0 kB
Tags CPython 3.15 CPython 3.15 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
be6dc277c1b17baa45bb63a4470c24930b6454d9b1a406109c3d9c92da0bf29c
BLAKE2b-256 checksum
How to use checksums
6fd8e31bac2d655571aab933528a897dac457878a9c6be9576d12f2fb6b3d420
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.0-cp315-cp315-win_arm64.whl

Download URL unicodedata2-18.0.0-cp315-cp315-win_arm64.whl
Size 587.2 kB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
f0b3f0180c1d93b455c73212c002b672a5f1e69cfa27e3456b5b1b1e0d29e4df
BLAKE2b-256 checksum
How to use checksums
5d90084041f9f01dc0cfa74a717039b27e41303883cd71b30e7bc43ca5dd0f00
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.0-cp315-cp315-win_amd64.whl

Download URL unicodedata2-18.0.0-cp315-cp315-win_amd64.whl
Size 586.4 kB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
9755b252a797bb1645558d860061cc9dc14a0318d159f7658cd0c0316dad8ed3
BLAKE2b-256 checksum
How to use checksums
c3d66a983f0f2ca79dc58a21748eec26dbf9abc8053bac3ee0ffd7be40fc520b
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.0-cp315-cp315-win32.whl

Download URL unicodedata2-18.0.0-cp315-cp315-win32.whl
Size 586.7 kB
Tags CPython 3.15 Windows x86-32
SHA-256 checksum
How to use checksums
3e057c0569262fa1394a33c0307cddde24e723db6b52a52e2bbf25e1b3a83046
BLAKE2b-256 checksum
How to use checksums
fa8a6190568a25df12d2f935ab05a9648a838c15fc650e78e8d6818e8befa522
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.0-cp315-cp315-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-cp315-cp315-musllinux_1_2_x86_64.whl
Size 545.9 kB
Tags CPython 3.15 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ad82fb9e9e548fcc5a387ff7c9dfb4cc97497c374bf516eaeb97e0f318cee64b
BLAKE2b-256 checksum
How to use checksums
1d03c60e68235c9d883d862d5486d630ef1226dc4623238dca7a952b78b866f4
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.0-cp315-cp315-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-cp315-cp315-musllinux_1_2_aarch64.whl
Size 546.4 kB
Tags CPython 3.15 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
1e7d9c3500de9b7dd4a4b7643f31b7ac54ae11bfe873dafe463b00d366c38ef6
BLAKE2b-256 checksum
How to use checksums
c897a54392559c8a5549219261a2cc60343e79b53c4246363b43879ff51e48b1
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.0-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 544.7 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7d03c418255ec42b07e1164e02709cb720a70c9d2ab79fc26fbb80577d311982
BLAKE2b-256 checksum
How to use checksums
c13794367a711b228f2a07b1ab5b7a217809716054e61ec4b32c8cd343a414a8
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.0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 547.9 kB
Tags CPython 3.15 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
2f0b5cdda32b60c91431d770a85199fe3b229c764d75eb1303a22d02904389d3
BLAKE2b-256 checksum
How to use checksums
4f1814567bb4deb41c12bd51eddc8ca31c50beff6257ecd3984fc59b71f8fc79
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.0-cp315-cp315-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-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
f9eee167d1cffe3b79e5b07d02635f72c381701e24d51a38a759de11b6e4ac3e
BLAKE2b-256 checksum
How to use checksums
b7c19eaa0d683433bcd8afbcb9da8e04fcbeedf1770373283152b4114fc7bf4c
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.0-cp315-cp315-macosx_10_15_universal2.whl

Download URL unicodedata2-18.0.0-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
a861d6c50c470df676fed06d83c12154e53893400543fca0812f7ec47eeb4f90
BLAKE2b-256 checksum
How to use checksums
20b12a2d90be437b909619475659e8f732fede62fbd9038a604b0d627efb2b98
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.0-cp314-cp314t-win_arm64.whl

Download URL unicodedata2-18.0.0-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
0509ae68f10cdd7d09ae5cf492fc232e4e5b6e3d64984825368ae6be385ecbdf
BLAKE2b-256 checksum
How to use checksums
ca6b586364a2e6454a3ae88f7b531f2ff93e31dc60342c05404c83ff3588735f
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.0-cp314-cp314t-win_amd64.whl

Download URL unicodedata2-18.0.0-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
2db0cca5fc1ddf8e8cb76eac6e125a53502dae98022b288c58772db94dd18da1
BLAKE2b-256 checksum
How to use checksums
db197a22c0404eaa64c506c32ccf78a429e3a28a0e4357a7f74926a0746bd0e0
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.0-cp314-cp314t-win32.whl

Download URL unicodedata2-18.0.0-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
e1d5b1c93484d7d67d516878c8c3db6754fd3e961512d1558c32be3f1f182918
BLAKE2b-256 checksum
How to use checksums
78e54bc1e4d13b9ff15426c7ff682f32bb04fd2b1d3985835930e8bc3c488fb1
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.0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-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
11ff0b7ebebfa3e1404761700e98b45fbb84351718830dc0092ff13ed4a3d2df
BLAKE2b-256 checksum
How to use checksums
e594eaeb9267b814feda48e73bd4938c2b4bad44209ba51365dcb2d3f00dc64b
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.0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 545.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f7aafc2619522917af92a8ddf19d642d67f7e0a8e73c2d93f338fe150b1d4112
BLAKE2b-256 checksum
How to use checksums
06ad6cee32575588566aeb4a8998b2390cef7c006a5acee4b347239aecd2a9d0
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.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-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
12b7e10b71c88fce42404455d91be0769b514a08cc3c896330de5ebf32032915
BLAKE2b-256 checksum
How to use checksums
faafe889a61fcb94875cd0d090aa6ae52c1b75a050ef352c63b59c4993512215
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.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-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
8454d9b394fed9c0df61d521a61eb6abc66a3bea972d4b7513cdf7664a1d7300
BLAKE2b-256 checksum
How to use checksums
568ef99df5f9855b34d28feeb99a7ab324b5e616cc83439265ed14f69f699498
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.0-cp314-cp314t-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-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
7fb98ed68db4b8ff88a9ad3981e9f2896bb89d8522d4719df6af76fe0841081a
BLAKE2b-256 checksum
How to use checksums
58e0450b001759dc1c24e6851238660eca13b48907d9f08bdac64b3e1ed3ce6f
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.0-cp314-cp314t-macosx_10_15_universal2.whl

Download URL unicodedata2-18.0.0-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
01f5598c24d10f059805b339d21e5860bc5b9a5f941afcf89baee41e59d3a70b
BLAKE2b-256 checksum
How to use checksums
b94aa3a673a55563759f94c757645ef415ee444669a7d73a75bff1737f4211f8
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.0-cp314-cp314-win_arm64.whl

Download URL unicodedata2-18.0.0-cp314-cp314-win_arm64.whl
Size 587.2 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
f7bda901c5b29f498a1e95d56c2ff1c018479008c70fdfce92f3c64c4deb1e58
BLAKE2b-256 checksum
How to use checksums
cb2683761bd416c8e0795e17c38a86a76798b125489ec48a57786d17d854900c
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.0-cp314-cp314-win_amd64.whl

Download URL unicodedata2-18.0.0-cp314-cp314-win_amd64.whl
Size 586.4 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
7e59edc910f160843ee6007c1ebda001f730c689e67b45fdcf099e6d4af3c7d3
BLAKE2b-256 checksum
How to use checksums
d757d43d8f78bf4940349c5506ade8bb0cd175895894cc324fb188d19df34603
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.0-cp314-cp314-win32.whl

Download URL unicodedata2-18.0.0-cp314-cp314-win32.whl
Size 586.7 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
907ee21b4e90f9faa5156fd8103c389b0d88c81ed09fdca523b0b68ba3acb0bd
BLAKE2b-256 checksum
How to use checksums
b145baae9188ae33d3a0932d13e9b5d2f78970975b70816c313e25ffab02e8e8
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.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 545.3 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6e5851a8da0a5e1e1d0ae652c6968f7fec1351bd927ca79336f5821c819f2f45
BLAKE2b-256 checksum
How to use checksums
af23cafb44b9745ad50b27a5717c98674f1b6648f7be55623c5c898a1b8408f4
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.0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Size 543.3 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
1dd553be773125950bf44b99afa156618fb165a3e24a8e91be510ba9de190ade
BLAKE2b-256 checksum
How to use checksums
8096520703ebe00583712c5ea173474fedd303438a25521aa5e4e9efecdf2817
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.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 544.0 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
10b7d43f7ebd9afdb9ad666ecd3529a4ab3204fb9ab34144d0e1894f16997be2
BLAKE2b-256 checksum
How to use checksums
2177439913e00f37f746656e56b48a1e86f2af7c372e04830f8603c680369235
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.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 544.6 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f384ee86c459aacdfbbd68e272f7111b8ff93dc8d6b5fc7991ffbaa59b7cd693
BLAKE2b-256 checksum
How to use checksums
aed06a4f6eca9414e44ab3b5bcc53040180382afc7ab110198b44ba73ca2a638
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.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-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
b558f551585158fe7d44842dbb00292fe02c88a4c32b85b44e39daf99445a67d
BLAKE2b-256 checksum
How to use checksums
2001c84ab440af1308d642953dd3f4e443c4a220ca5882085c438ef9301ea4aa
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.0-cp314-cp314-macosx_10_15_universal2.whl

Download URL unicodedata2-18.0.0-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
88ba288291fda75717c8e0b1257473307aac3b1c093c48dd888b4f0ca3781afd
BLAKE2b-256 checksum
How to use checksums
d5b1116e68243e16f02193969623ac7b491bbebf8c49140cf9b9568283c0c501
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.0-cp313-cp313-win_arm64.whl

Download URL unicodedata2-18.0.0-cp313-cp313-win_arm64.whl
Size 495.2 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
3f1a947cb04cb24c3bb291fa9d0b92b97b75299a9082d53b56cfd1da49564273
BLAKE2b-256 checksum
How to use checksums
b640d01dfb351f38e1f29b330d372b6d54c259866aebde6ce0d5476104a42a55
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.0-cp313-cp313-win_amd64.whl

Download URL unicodedata2-18.0.0-cp313-cp313-win_amd64.whl
Size 493.3 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
72ce52283cb9313d06fb82e749c19eb87ee67c592085701240bc10b6e02d58d6
BLAKE2b-256 checksum
How to use checksums
658827d293df287963a0e20dee236b14ca99d67078be3df916c3281e33941157
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.0-cp313-cp313-win32.whl

Download URL unicodedata2-18.0.0-cp313-cp313-win32.whl
Size 493.1 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
46d570dfb4b5b2f067b87d2edf87b13f56e2587ef0a5092226fb8fb16acfe72b
BLAKE2b-256 checksum
How to use checksums
e5c1898046bc7d0741b65fcf28da72343de00032926e049e5e7ceb30de493ea9
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.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-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
324259ad4a668cc18e64b225d2928eccbbbd02b4665e78471d3098ff33f8d51c
BLAKE2b-256 checksum
How to use checksums
42820a87f512d3cd9e0d6a1f0b2561bb58b468965e5e3996cc4d6c063a882604
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.0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-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
2e55e51bf025d1201a858d7a0c0b53006308d25539283591b06d69ac64d4d9f8
BLAKE2b-256 checksum
How to use checksums
b0ba175b4895fbf2234b941aa243a8021120c2e5db2f62b03b742dbd4d96790a
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.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-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
fee7958d62a76900475953167f79dcd9fd1afb6455b4dcae198c0d0cabd9dc79
BLAKE2b-256 checksum
How to use checksums
4548ee6377976d3d18b41fab43230e0f87d0350049557932f355847e3a3eb6ef
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.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-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
f5efa1f2b0b6d0c13d747a25b6ed812f628a6901c28cf03e9744ab6e35553a22
BLAKE2b-256 checksum
How to use checksums
fa35e3cbbb2746febb609d2077cf639ea2a64a75569dede6977d97507ee5947a
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.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-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
c246b7fcf49c214ed908d34cc471f03c55949c8385ea389531821886c6db49b5
BLAKE2b-256 checksum
How to use checksums
1b56bf7ce1ca8ae1d01fd32c059a710114fb5498cd27ab129b44e5431dab19d1
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.0-cp313-cp313-macosx_10_13_universal2.whl

Download URL unicodedata2-18.0.0-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
58465531b399885187b29c219b6185313f5c88628feab2b5e42dd2349d97c046
BLAKE2b-256 checksum
How to use checksums
9b458f07b059e65125d144093fd1ab660cb35ce2afd7d2a9f9372e78f5f828dc
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.0-cp312-cp312-win_arm64.whl

Download URL unicodedata2-18.0.0-cp312-cp312-win_arm64.whl
Size 495.2 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
15a23dc4a9d96477fe2fdd089c97c2e3380fbf486314f6d635ca5d7694ca5c7f
BLAKE2b-256 checksum
How to use checksums
9846b1a4cf53a8df23fd01ef3ca0ce68504b3cccc4f0273af0f7444fa8ff537a
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.0-cp312-cp312-win_amd64.whl

Download URL unicodedata2-18.0.0-cp312-cp312-win_amd64.whl
Size 493.3 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
2d859078ffbaaf0bfe1aa5ae7129efcd76fa7f051a9daf1e71c12fee5422ec58
BLAKE2b-256 checksum
How to use checksums
8da342acdc80d54b83aed1edad7e3e93bd57917be460b3ec29a491e8e2d58d87
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.0-cp312-cp312-win32.whl

Download URL unicodedata2-18.0.0-cp312-cp312-win32.whl
Size 493.1 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
642a71b015be23f660d117c3057c73d6b5942feb87098318d8e3c609beab09e9
BLAKE2b-256 checksum
How to use checksums
f7731255140d8c2bd368da9d71e4190ccbe248a5c1de88ca80ad5b16ec623c71
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.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-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
1ce16fcb5a6206e32ca7acdcaac87c4465a1f7041df7460b1cd0f0411056d114
BLAKE2b-256 checksum
How to use checksums
5ae3b06526faa4a1957e651f1bd3639278d4300fa5fec785e2710e00d7cddb44
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.0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-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
9c0fa5c07999b91a9947194adef76abac7d72102fa3a2bbc9d15039b29d1de05
BLAKE2b-256 checksum
How to use checksums
75b8df209a6c95dec4f2fae9d741839ccf23f5171866271446fa5adea80e1300
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.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-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
fed7fcf3fcf5bed6878264055d3e52b397c033213a651ae13fb9a79d7f3fbd9e
BLAKE2b-256 checksum
How to use checksums
7d88016793a245f71fc290300e4fa537b8e29fa6b1ce67208e41b8658253d10c
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.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 544.7 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
fef0fe92225c1c5cf3c853dcb541281915174110703b41072352055693f319de
BLAKE2b-256 checksum
How to use checksums
f184f74b0aeaf19f8fdde3939a4937f8ba5f0774a1b60cb137d34a3d2bfe857c
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.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-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
08617b1e4497835b5d2696fc4fcdcdaf32beaddcfdf53636eed39d58a0ddbab5
BLAKE2b-256 checksum
How to use checksums
1291e1552b8b846cf693d64257fcef20b0090fbe847df53dadf882860d29b77a
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.0-cp312-cp312-macosx_10_13_universal2.whl

Download URL unicodedata2-18.0.0-cp312-cp312-macosx_10_13_universal2.whl
Size 993.3 kB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
efbed175b8c7cf1188d366cf4ebf0b83a822c2ab29bcdb989c12d0e653b20c15
BLAKE2b-256 checksum
How to use checksums
cb3d8a3a5b548e1956b297dc6fbbdc7b8dbfc26c4bddbe442fea26beaca8d49e
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.0-cp311-cp311-win_arm64.whl

Download URL unicodedata2-18.0.0-cp311-cp311-win_arm64.whl
Size 495.2 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
74191129693602da7ffbbf6230606df6183d140dd15ee5c47b231cf9572e56f2
BLAKE2b-256 checksum
How to use checksums
741d5f52467988371560ffbffdde1d9bdc9ce049b8db8997854becd07b672a6a
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.0-cp311-cp311-win_amd64.whl

Download URL unicodedata2-18.0.0-cp311-cp311-win_amd64.whl
Size 493.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
f3d76b83bc7f0c7ba2c20bbbacdbf0ccdaa2892f2e3733d372cdc5e9f3d2b957
BLAKE2b-256 checksum
How to use checksums
090edc998585143d492af69eb296a286dd53e1bc99f49d73b8baf2853a70c2df
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.0-cp311-cp311-win32.whl

Download URL unicodedata2-18.0.0-cp311-cp311-win32.whl
Size 493.1 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
1c6844c1a1412fe120f99d15777dd5c7cb0706a65c7f24650be99edeaf61f3b3
BLAKE2b-256 checksum
How to use checksums
bf1c4d6b9617ea8df7c7724c99bbb72f1a47a0685bbf10334809285738bda167
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.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 545.1 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
94df20623b91335c1db3ede4e312e015aee2b892a24be1b5d35df03f6dd50c17
BLAKE2b-256 checksum
How to use checksums
81a2369d96cf356fbacbb92eeeba9918613ef3255d2dbf997e2cfd350951ef49
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.0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-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
c56e96311c7e41732a386857600a7919cafc2c0991ee1f20930ab45a801f4333
BLAKE2b-256 checksum
How to use checksums
2067ab8f3e11c7bcd35fa968efba173e1da78f992ce32943612e4abed4e16939
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.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-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
5ed69d93b1e2ce1dab86ca4048d4fa50c80f1f47463b23238411246f937a2134
BLAKE2b-256 checksum
How to use checksums
0b412f5b7ffb8c15ae40be8e532dc293f03503c3e38db9a413d9b502a2dcf4ac
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.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 544.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b885cf2cf25978048cefe9c2c37ac60a1491baf63f97e7ab3337dfe90df323aa
BLAKE2b-256 checksum
How to use checksums
d77b3c76e465bd229b6349fbce5bdc1b609339c799549ccd12c8520b5bdf1a1c
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.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-cp311-cp311-macosx_11_0_arm64.whl
Size 505.3 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
794214d1b13930967da13d1d8ca31b5acb43362343427cbe3c78800df1a3ba96
BLAKE2b-256 checksum
How to use checksums
3601c36d27b862b86c22b66cd6e5a761eb8acd13249e996fb1ff129788ddd0fb
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.0-cp311-cp311-macosx_10_9_universal2.whl

Download URL unicodedata2-18.0.0-cp311-cp311-macosx_10_9_universal2.whl
Size 993.2 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
fb7b2c0c90aa55fa6e947369e20becfb22c247ace42ae252a32fe044da153da0
BLAKE2b-256 checksum
How to use checksums
ac29a1014453b7b0e093294475c108a047b1c015f61b0d2f39666a3df0494bde
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.0-cp310-cp310-win_arm64.whl

Download URL unicodedata2-18.0.0-cp310-cp310-win_arm64.whl
Size 495.0 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
e3d91ab9263a486537bec406b75f6225a92e05c77461b8c197a25a722ae1aebc
BLAKE2b-256 checksum
How to use checksums
64a0013ef4b7a5c8de4486e6c2317c12fb04faaef9939aee1e8582ac2e0fccb6
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.0-cp310-cp310-win_amd64.whl

Download URL unicodedata2-18.0.0-cp310-cp310-win_amd64.whl
Size 493.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
f1dbab29faf95957f58b08464c9eb32ecea745c146124d07b49f7e71a1dbcf00
BLAKE2b-256 checksum
How to use checksums
82adf3d7cf152f8b3fc275a59695486fabd05d6a08c8c1013d45a6b38329ff4c
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.0-cp310-cp310-win32.whl

Download URL unicodedata2-18.0.0-cp310-cp310-win32.whl
Size 493.1 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
1b87688300202e9d55b3ec27b1c2424097aa2acfce6d0fd8867c71f468deeea9
BLAKE2b-256 checksum
How to use checksums
b7300a1e5cc8aaf1b688c7f945c64b8eac75f5d8c26d03d19556f0a16c180e23
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.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-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
d3e250dd9ab2fd8e39de65143f957a48d8fdbcd54ad61d57a09d8c267934efdc
BLAKE2b-256 checksum
How to use checksums
868f6068869c8ea0294666b7aaff52ae12ad07c80fd47a2a00bd5d7336c602d8
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.0-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Size 540.6 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e367d5f38a55da0893515496f124bc66ec34885bdfa347d4f45de117c46b3536
BLAKE2b-256 checksum
How to use checksums
6565e84b369420cf79a708706e22108288c4517937146011fb96ffb50a2572a4
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.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 541.3 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7abfee87ad30ff146d4a2f57f4c5eb2d772f8c999afb4d894e19184dc590d0f1
BLAKE2b-256 checksum
How to use checksums
288e1a7edbcd37a8cfa674adf082f1bb69afc1cc34eb7f2f475e082ebd2ab218
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.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 541.8 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
69573ad2bc868ef1b0a007c1e3b17ccf5aea376980f1ef6e7f9f9da9fb3ab5fc
BLAKE2b-256 checksum
How to use checksums
c92fa026eaf77955bafbc0f727d6d3591ad524fbb18a24536d98eb9139b5351a
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.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-cp310-cp310-macosx_11_0_arm64.whl
Size 505.2 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9f818278630fb686410c5a242bff61d0c2cdb8aa236629c6cf9182580be27829
BLAKE2b-256 checksum
How to use checksums
3925a84108cf985f1047ed1d85f65ee115c5118e3bf0459407f9847ff214abfa
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.0-cp310-cp310-macosx_10_9_universal2.whl

Download URL unicodedata2-18.0.0-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
982779a91035eaa666e49b034995a5ef64fdfc32d8564d30e7a726b67e2604be
BLAKE2b-256 checksum
How to use checksums
f9b3e2df244440859f366fc26530dc873f5cbdac67f9b30e999a9d0d50a372a1
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.0-cp39-cp39-win_arm64.whl

Download URL unicodedata2-18.0.0-cp39-cp39-win_arm64.whl
Size 495.0 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
9d399928ed59d1229d5051d21f8bcdfb0620b2f249a29b6d3e5de5096771ee80
BLAKE2b-256 checksum
How to use checksums
a634d54b8f2f11b9223f8feabd8874e6dd409cde6215ea5f39881b8ded757493
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.0-cp39-cp39-win_amd64.whl

Download URL unicodedata2-18.0.0-cp39-cp39-win_amd64.whl
Size 493.3 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
cda4dc2e4a0bb2f584dcb1d2b3c3c41c801cd193edd39e7ee711f8154d6cd930
BLAKE2b-256 checksum
How to use checksums
e8c8500aee450b14da65eca3a8f121eae42a5ea6a02fdec1adfb418ef8c7b6f7
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.0-cp39-cp39-win32.whl

Download URL unicodedata2-18.0.0-cp39-cp39-win32.whl
Size 493.1 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
ec99a0d253d57e83f6c88ee55f47ce2fc89695ba612789793309c1d3e8354baf
BLAKE2b-256 checksum
How to use checksums
289a6a8eb6b9e0e534099b9187cf0b61546ea270044ab658beba9c65a14d654b
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.0-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL unicodedata2-18.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Size 542.7 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e0eb254fb203dcf91fc9db6252fdf1ba190a2babe208fbec8112bd873de7ba49
BLAKE2b-256 checksum
How to use checksums
f287078063c47bb132cc9f1effb0fe6dd0035afc5db74470bade839827a27422
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.0-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL unicodedata2-18.0.0-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
3098b40d56baa34063abd1438150d553138414c67f4cbb410b0f22f39598cf27
BLAKE2b-256 checksum
How to use checksums
b97f93e40ec3d84175a5b4be9138837f0a833bf8d9acd049ad83979fbdf0fe81
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.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL unicodedata2-18.0.0-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
4d27a30cfba0867871fb58746bf94dd32fe5cda4324533561fd433734e4f5efe
BLAKE2b-256 checksum
How to use checksums
8749a87744f4a7cf6dc066eea46d246b4e519c58de58cd0910a449fad564d813
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.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL unicodedata2-18.0.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 541.7 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f4633af08e4e926dc5dd1817e47ceb303f3dd73de0924fdd6a97b69cfa108fb1
BLAKE2b-256 checksum
How to use checksums
f8acc259cc7517a3bfdf020f22b47f0afa71a1a9a270a6d73e64123361364334
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.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL unicodedata2-18.0.0-cp39-cp39-macosx_11_0_arm64.whl
Size 505.2 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4b64016457b088ccb2154047c438ee416075d3a63ce8df172ccb06cfac624a6f
BLAKE2b-256 checksum
How to use checksums
c5d010fc0a550f698cb185bb885e740d16d35ae229991b3091dcb62967cb6fa2
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.0-cp39-cp39-macosx_10_9_universal2.whl

Download URL unicodedata2-18.0.0-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
1f237797c97df3fb3cd30437d07562ee57eb11dcfa2c92080382c0ef91dca80a
BLAKE2b-256 checksum
How to use checksums
d5d36556c9fe57fedbb2d4c96c3b26c49e6dd9125e4e9df23920c8b698cf08b6
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