Skip to main content

Unicodedata with extensions for additional properties.

Project description

Github CI Status PyPI

unicodedataplus

Drop-in replacement for unicodedata with extensions for additional Unicode properties.

Currently supported additional Unicode properties:

  • Script: script(chr)
  • Script Extensions: script_extensions(chr)
  • Block: block(chr)
  • Indic Conjunct Break: indic_conjunct_break(chr)
  • Indic Positional Category: indic_positional_category(chr)
  • Indic Syllabic Category: indic_syllabic_category(chr)
  • Grapheme Cluster Break: grapheme_cluster_break(chr)
  • Vertical Orientation: vertical_orientation(chr)
  • Age: age(chr)
  • Total Strokes (CJK): total_strokes(chr)
  • Emoji: is_emoji(chr)
  • Emoji Presentation: is_emoji_presentation(chr)
  • Emoji Modifier: is_emoji_modifier(chr)
  • Emoji Modifier Base: is_emoji_modifier_base(chr)
  • Emoji Component: is_emoji_component(chr)
  • Extended Pictographic: is_extended_pictographic(chr)

Additionally, two dictionaries (property_value_aliases and property_value_by_alias) are provided for Property Value Alias lookup.

The versions of this package match unicode versions, so unicodedataplus==15.0.0 is data from unicode 15.0.0.

Forked from https://github.com/mikekap/unicodedata2

Changelog

15.1.0

  • Upgrade to Unicode 15.1.0
  • Add indic_conjunct_break property

15.0.0-2

  • Add age property

15.0.0-1

  • Add vertical orientation property

15.0.0

  • Upgrade to Unicode 15.0.0

14.0.0-2

  • Added Emoji properties

14.0.0-1

  • Added Python3.10 and PyPy support

14.0.0

  • Upgrade to Unicode 14.0.0

13.0.0-2

  • Added grapheme cluster break property

13.0.0-1

  • Fixed pre-Python 3.8 compatibility problems

13.0.0

  • Upgrade to Unicode 13.0.0

12.1.0

  • Upgrade to Unicode 12.1.0
  • Added property value alias lookup
  • Added script extensions, indic positional categories, and indic syllabic categories lookup.

12.0.0

  • Forked from unicodedata2
  • Added script, block and total strokes lookup

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

Project details


Download files

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

Source Distribution

unicodedataplus-15.1.0.tar.gz (681.9 kB view details)

Uploaded Source

Built Distributions

unicodedataplus-15.1.0-pp39-pypy39_pp73-win_amd64.whl (486.0 kB view details)

Uploaded PyPy Windows x86-64

unicodedataplus-15.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (502.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

unicodedataplus-15.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (503.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (481.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

unicodedataplus-15.1.0-pp38-pypy38_pp73-win_amd64.whl (486.0 kB view details)

Uploaded PyPy Windows x86-64

unicodedataplus-15.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (502.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

unicodedataplus-15.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (503.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (481.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

unicodedataplus-15.1.0-pp37-pypy37_pp73-win_amd64.whl (486.0 kB view details)

Uploaded PyPy Windows x86-64

unicodedataplus-15.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

unicodedataplus-15.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (503.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (481.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

unicodedataplus-15.1.0-cp311-cp311-win_amd64.whl (488.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

unicodedataplus-15.1.0-cp311-cp311-win32.whl (486.4 kB view details)

Uploaded CPython 3.11 Windows x86

unicodedataplus-15.1.0-cp311-cp311-musllinux_1_1_x86_64.whl (598.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

unicodedataplus-15.1.0-cp311-cp311-musllinux_1_1_i686.whl (589.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

unicodedataplus-15.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (592.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

unicodedataplus-15.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (586.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-cp311-cp311-macosx_10_9_x86_64.whl (485.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

unicodedataplus-15.1.0-cp310-cp310-win_amd64.whl (488.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

unicodedataplus-15.1.0-cp310-cp310-win32.whl (486.6 kB view details)

Uploaded CPython 3.10 Windows x86

unicodedataplus-15.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (572.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

unicodedataplus-15.1.0-cp310-cp310-musllinux_1_1_i686.whl (566.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

unicodedataplus-15.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (567.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

unicodedataplus-15.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (561.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-cp310-cp310-macosx_10_9_x86_64.whl (485.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

unicodedataplus-15.1.0-cp39-cp39-win_amd64.whl (488.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

unicodedataplus-15.1.0-cp39-cp39-win32.whl (486.2 kB view details)

Uploaded CPython 3.9 Windows x86

unicodedataplus-15.1.0-cp39-cp39-musllinux_1_1_x86_64.whl (566.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

unicodedataplus-15.1.0-cp39-cp39-musllinux_1_1_i686.whl (561.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

unicodedataplus-15.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (561.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

unicodedataplus-15.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (556.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-cp39-cp39-macosx_10_9_x86_64.whl (484.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

unicodedataplus-15.1.0-cp38-cp38-win_amd64.whl (488.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

unicodedataplus-15.1.0-cp38-cp38-win32.whl (486.2 kB view details)

Uploaded CPython 3.8 Windows x86

unicodedataplus-15.1.0-cp38-cp38-musllinux_1_1_x86_64.whl (565.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

unicodedataplus-15.1.0-cp38-cp38-musllinux_1_1_i686.whl (559.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

unicodedataplus-15.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (559.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

unicodedataplus-15.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (554.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-cp38-cp38-macosx_10_9_x86_64.whl (484.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

unicodedataplus-15.1.0-cp37-cp37m-win_amd64.whl (486.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

unicodedataplus-15.1.0-cp37-cp37m-win32.whl (483.7 kB view details)

Uploaded CPython 3.7m Windows x86

unicodedataplus-15.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl (559.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

unicodedataplus-15.1.0-cp37-cp37m-musllinux_1_1_i686.whl (554.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

unicodedataplus-15.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (551.9 kB view details)

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

unicodedataplus-15.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (548.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (482.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

unicodedataplus-15.1.0-cp36-cp36m-win_amd64.whl (492.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

unicodedataplus-15.1.0-cp36-cp36m-win32.whl (487.2 kB view details)

Uploaded CPython 3.6m Windows x86

unicodedataplus-15.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl (559.9 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

unicodedataplus-15.1.0-cp36-cp36m-musllinux_1_1_i686.whl (550.5 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

unicodedataplus-15.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (552.5 kB view details)

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

unicodedataplus-15.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (545.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

unicodedataplus-15.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (485.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file unicodedataplus-15.1.0.tar.gz.

File metadata

  • Download URL: unicodedataplus-15.1.0.tar.gz
  • Upload date:
  • Size: 681.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for unicodedataplus-15.1.0.tar.gz
Algorithm Hash digest
SHA256 df075018c0d901eac0153e54401ec4d72d44c2fec3543aae73ab203627307b04
MD5 9e63c5e9defe3f18478646b90b8c9a55
BLAKE2b-256 f97963d4ec9393742629c511102ba759d07f65ca7bed7fdbeffb3e89afa038b8

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f5447329e0280e2b42ce71435d12e9313b16c40e27049593f957c65a3ab3319a
MD5 5df72c3f5392c22db9ebb9371674ed8d
BLAKE2b-256 03424c43ceb934d97d6706a50e0b708a2717e9177491c7d956392a8338f54b1a

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0869b27e1a61797931a666d943066645ba44866e5fea5bad1aac798210cf32c9
MD5 5cdcbe566a1a59f0c5e7b48f013bd231
BLAKE2b-256 3ec93d6fcad9fe870dfd99e288cfb6b5dc61dffb101a645de7c8e72c805c8377

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f80fdd23610a70899922c905a141571422f3b6d58afd55da849609f89d600341
MD5 5325e53acf3413db2a101748222bf207
BLAKE2b-256 5febd1b00b6fb8f9085e09e3ff0de47972895560b49936d29f6617c4c2be569c

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3b04bf8229289a7397131e1b00a4d088b4742d4446bfe309d962497e9fd7c71
MD5 d5680a78e588360e7a5f79b2704bd618
BLAKE2b-256 24cb3a730d2748e674dbf1ac5ec15656b2883cc23f2544ce49ab659f0da12a92

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a461185c86852ae48620105a3ecb82f30cae32ed41eca52477505ef611c8f86a
MD5 fcf545a36e77f9c9dfa39551cfc664eb
BLAKE2b-256 bbd7c88481f8b2aac0e791e6936336301882efa3c4cc463d891eb8c237d8da9b

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2cf58b56a3f13b5aab8b699e616c91543ee4659f50b41a1087ebb7ece9d3e20
MD5 a17d664420faeb7b08526082d9b3f550
BLAKE2b-256 de131772a8eee43f8b13b48190e008d5ff28099a3a6cf0b4e6227ac080752b9b

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88544aea562cdef986ef39bf8cce9e09c81f0060ecabda44f7b5c29836550ce5
MD5 650b0ff6691b32c3a665dcd2d40446c1
BLAKE2b-256 f54303a1cb88f7e67d937574f0270dbec40cfe92329126f6281ab0b5f4b09127

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a7ce0ef1904b29c3e07d67a2626ce9ecc891fc5e2d79e94d343159a13fbc242f
MD5 00afdd05080984c01ff205aa6a4edbf9
BLAKE2b-256 bf41e2b65581d8526f4b7e627e7dfff4d2a9bc108a3c613de875053d74ce7734

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2252165b5d23779d92c43a25ff2f0c1e233e424ca71556e2c41860cd2f154ef5
MD5 98c2df06a530d0a5a31177ba7d3620eb
BLAKE2b-256 3251f75a2e6ccbe357557656eaa6854b0b20a2de044581f1f8ecd9a09cfef40c

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 880a59d6c84597eee8a6389dcddee223ce072bf50557c01401b782be197423f2
MD5 9a1617c363055d8729036788285b5445
BLAKE2b-256 24cc77d236f018a57b7af11d16e6a9a503652fc28f9affc3af7b1b0c130dd369

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f37eab05887e241728594c0cfee6a86f4ee1bf84beaaee974c05a201f82d6dc
MD5 9495b3298dab9c184ffb9386339df2fa
BLAKE2b-256 16cc7410b5eddaaaea45e9219dd7a6d0d631273a96e2f4e34038aafcd9830a6d

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb486d692b8cead69975d4dbb47f5277e4190c4fb89ae97cc740c98b8408d2ef
MD5 c1d15ef5c4210c142e4d401deafa1c89
BLAKE2b-256 16f1a81bc0bad2337d983472f1d2b596abae4559db44c8fb4e9a408a661559a1

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 43d87b6eb830a66e300e49769039e87ce11a83ec9aea651dd00ebca009bbe553
MD5 08cedb29f12f7ee48f925c83e7f60230
BLAKE2b-256 0ab5d5f5d4ab4d493defa2aec5f68c192181b10251243460087a31de0bcd8cfc

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 915128b551ca8f697a256b34d1ce1460b385e58f025a513979a9c21de8df4cb0
MD5 89cdc69fb5c750191dda680c8ddd149b
BLAKE2b-256 96bf49c5f7bcc2348aead9ccb6630500b5900747990b93ac5c9c02696786a129

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 88223628c0b2f5c9e228686c762b98e10559beabf8fd75daba51f21a0a7d099d
MD5 48d905e17c531190d857268bcb269cca
BLAKE2b-256 4e5bef45a33fe4acf44ddc5e07bad65ab663a6d3f4b19d665f66477fca6063fb

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 925480cb0936304448cde54541bf02eb0d4dde039295e6124f2bfbd2b07f0d20
MD5 4693ef37274d69bdc8529b8354486991
BLAKE2b-256 1dc4e8da7ee37e1cdcace5e1b6974d36b98c14d066341fd5811a34312fa62922

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29c657c96f7704d6212f77156a53c174fde481e6d99c00a6d5dacbc18a701b9f
MD5 8e765d846ca3c5d48faa87086f9a566d
BLAKE2b-256 089bcdafbad4bc30c61d818069418f0c657a5906af053381343d805c3642dd09

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 84b26ec37a2478f233d2512c1cef8f85dac2f4da516660a3c27f752439c50e92
MD5 cac7d9b9b42fd05e829040c395ede119
BLAKE2b-256 304bd037fe76ca876767f3d7d8aedb69e0a952a83da347416757079a331a6d11

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70940726b3a68c811c4e372545365301bc70425ac08cf8fa84776f2200e8a820
MD5 bb587bf6a26764c491aa46624838356d
BLAKE2b-256 b326dfde19b156f788e077f3e3be32efb1b9c0dc324dbb9d7f25e9d222b739cc

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 00f89cb0023a261091638ad2afd4aa33f27e9ea3977c11233d35bb4e9947121e
MD5 740e9880f3c3e0aa3e8647ab73f23023
BLAKE2b-256 4e090b08853c613be70cf6562c6a1f566c7a13adacea1b8603448c47d7212248

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0e9c3f8a3c7eaf33b9e2ca577347ac1e3b00503ee5d0336e67c8b708455d780a
MD5 6f0fe6e4a87bf97ebf84fe9ef03333ec
BLAKE2b-256 46a3dcd345e7ce3689cbf25cd2d3e535cb048209228c0ffe5adf7e3065a06bc5

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 72d44d3e73877ac8defc7c8256b068948492aeb2db85cd2fa1e190b90f00698a
MD5 c1b5c438dc5a24a6893358c92e355902
BLAKE2b-256 c6540f936eed8d2f537e5c54c7085449564a9fdcff651ff27f19147ee8e8410b

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f17e68731ed6fc5525428d26f0a0357ef7fca60672bc98d406d899949ed7a6fa
MD5 0ba17879f30db51855ef49e31348e938
BLAKE2b-256 5eb4cf18b8973e4725321eaed6930547c0810b3520ad4533ebd042abe829cc40

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 195004d6901b50dfffae9e40cb89ea3e60524d8f8451378991c447b511da2cf9
MD5 68ceb97de601a845cd68efd7a5d6cd43
BLAKE2b-256 0fea5176ad7d496d9b46dccdd72e87ebaca057e698e4cadb4bd3ade8ed0c4153

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8721e389f290638512a28800d973a398c764ab71d173c4198abb5f2dc054cc75
MD5 1dd92e261acfb87c700ca742689e2a6f
BLAKE2b-256 08b267b225e679fb2563cabdf9c1b3360aee84886c875d48c12b517c77f31412

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2fa1f702bc7789b751c9e2aa59c340adff0d3321558426cd4fcf8c2f4d68a576
MD5 2628b1e4326387642dd970d7034633da
BLAKE2b-256 6154e0ca4f753f7e09f05725cf654c74c64b154c7347ce1000249275ddace0c1

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 67e4d29b3816d77769e120731fca6974f309f4661a0975bb4fcb721c02a8b84d
MD5 b5bfad72fa1b6e03e09ac787d82d4797
BLAKE2b-256 3260f94f395a3939469a271f3c48e9dc777f89faeb03f44876f542398b717b00

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 79e6cf9a51537df6d26774728a32849e47348f027d9e22c60ffa5e166ec99e9e
MD5 8df17753543e5ef90609c1d9816bd0f1
BLAKE2b-256 354519b0bdde7c472813786d7474cd21eac71b39985e966cfbdc57260eed66a0

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 816d49fec2cf50479fa7c2c99c7158619294968f86d2cd7ea43cb867cc92b3a2
MD5 0ed6746bf47dbebc6ab3db6526b0e251
BLAKE2b-256 a3e0c16ce75443265ed565df1321106aacc6cd4516404aceafb4e4c8e2d47528

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 99ac665c48946ac5cc6f4a46d47527f007408d1dc0ad9ab789738a04d0759aa6
MD5 02b07897b0e8a12381123f7ac69f9d34
BLAKE2b-256 cb3dc930fb69ae2c3a47a23f63f69b1ed0cd2680a0136261362d6c1794479618

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abf48283e5f533908449eb23c651a4ece54d5d5860ac34bfcb2989ec7a603b64
MD5 b56214ab4b22ff8b23421491dba4b5ce
BLAKE2b-256 402c35a074fd6c9a4897c887114cdf1de7307353b39b66eabbbd2862dc666809

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6dbce5be6ee6abd58f1121447d971e5cd283aade8511376cef139f5ad621f96a
MD5 154a767740e366cb183d616a64160a5f
BLAKE2b-256 1d00d964cca2f75fac7089e03ecbbc7ab5cbf68e6aa89be03b4a690b97e605b4

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e19574380f37bfefafb72805a297e53dfcd7833cf16dfae6c19062f1233ba7c8
MD5 5509894aa883aff5b3eccf065b1dfe45
BLAKE2b-256 82b5bce6d9ff4f6bed28a63c00337314a6b02cda3d0397b779c1b0bcbad81e07

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 52e7464b920d34c4e854c38a38ce582b822949ecd8fcaa8773433685d70fda67
MD5 2b039c334668ae0c417c675d9a01a8af
BLAKE2b-256 1bdcb0483f5d26ff6441b2cde1d7211385da9750c9b551ef287ca076ed8b82b7

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d233ecfae060d6890fc9a4911060eea7b9405d2ff04ed7d67795366b6469ea34
MD5 6f806cf8c42c477c6dc8e10af21012a3
BLAKE2b-256 366adca25d304e94c5624f3ce85811bddcd0229e53946c996d559c4bf6f87728

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b29525afa4b3c065cc3341c529cf4d13beaf4392203e3e5276199a2e547008bc
MD5 6adb432bd03427413cc1c6cf41c8ea43
BLAKE2b-256 6e45bd48a01858acf98137fbfbfb641d0878ba82bc5bc937dd010764b4206c5e

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f263988f12f165e4992b5de4551d5950f479b1058305424db246429668b630fe
MD5 85ea0bdeaa4bd8b078e8c27cfafa6e45
BLAKE2b-256 bdee93d527f953b266580602eff94cd5fa5734c5763d0b1cbd5b6a9040dc8044

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33963ae040e8a43aa9c6253ab442ffcc66edd7368204f97cd53b03f47d2eee0c
MD5 87c9900fe3ba56e1b883b55bc9a60205
BLAKE2b-256 ebef6707620d5c7ec561966cd7908832839b35e015836eeda5dacbe100b4b989

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdfc7745943ba2e6ff02667bf38a90b40bde120b521e688cedcfeceff507422b
MD5 83432307aa192b102e3c64e90c163787
BLAKE2b-256 b81ab67138ddbc2248b6e0ff2d63f135f78928a07d982ab2df01ce1c8026ae7d

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2c60e715165724eda2ac93d349320bf715d134ec5a396bf1101ac617fd9aa33
MD5 a4aff3d06217d7b853a11948ab4dbb82
BLAKE2b-256 e2839492800165085ffd2c31db8b3e0834f122abc8d83126558ce5ade6125e2b

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 84b839337be1847fafa912f7fc644b96b1d027bb8365e17ec5b438f1178e5e5a
MD5 8d98c809c70afce4f8351cb655a2ddd6
BLAKE2b-256 7bd814402d0a384a23f03f29d3b240389d60dca2b84db137ab240fc1bc2770c4

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e8a4eea63a3038924770597109ab5b1de162de474de589c321654880bc0dd143
MD5 bbee049f303e2439aa54c0a1d4c5bcf0
BLAKE2b-256 96f02f94d18d857e98315426b203ae018671c3308aecb12b62130dda058175f6

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc4ee2d12637dd7b70d5fad6c86241069c14e3ca1d967e454f43ca97993ecb9e
MD5 ef2fb3699244737252403a5339e9be48
BLAKE2b-256 fa5f84ed5409bbac66fb042271fbcdfca4a61c4b2accf62734493e7eec8ac45a

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4c98ae3805f6ab4343cc17d1f2d48a0bc7a53484da0388702b1d0c1d9a17ac68
MD5 a650523a9ca05516eb8ab950cb5dc10a
BLAKE2b-256 d9c3ee0c605817d0867809f4f59614eae94b07cf8ac07d05f8cc0a96571d6486

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abe48ab1e1c472e6220b2de67c3838f2d82ac6af57331b1b92c1b7ab61537c5e
MD5 9334b05037be35afdec46a2db641ca4a
BLAKE2b-256 a4ec44d23d17b970ce4aa9de209be96e43932dbfadc76fbf493d663522a89327

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 026024b95ebbda04c7f1a347873f8e58b2f4318073c947f7e1664569d2a7d243
MD5 bcc0f5265dbea01e4f134fa7199b257a
BLAKE2b-256 3f99edd36801ecda46cbb5617a710a8cf7972f5645fbb8acd8721cce34390528

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 405207c0a88d2fa0e9f31f169e623a1b825619ac519fab68e449ca34ebb2ab1d
MD5 603bf23a65f194dd19c6b0a2b17c6ba3
BLAKE2b-256 42336073c125a134f9ab988accc265e0a348ad0900c5173f95cd61e114013773

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 aec40be3f05f7f2118ff676e1b60f4cb373da7ee753df2982a706f7a042c3316
MD5 0fd6a433e5aaee0bc94ed57fa7f04649
BLAKE2b-256 681f9c3f883a41fd072c3341bdf849ba04fbef862a0ff45a0fb8c6c36a1a39e3

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9c96be17e112122cada24b09a9f7889f22db2600354d8f616209e4d58f3f14fb
MD5 14a7acfe35702df09845b9221830348a
BLAKE2b-256 bfc505f7a1bc99cb82db5500a452ca3934fd4d8f914ad68f1edd411cdb5ce632

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9489e27c7d6d3d9f8eceaf402dd400c5636ba704e2ea7275abd1e4f903fa0353
MD5 f575766a4bb56ece2bd5ef24ccecf8d5
BLAKE2b-256 de8822993964950c3cb64a6a8ae9f7be8eee5d64cb44bbfa514320422b9960cb

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 43e07ddc4f46ce8e1705c52cbc943d700c5bd2024eef82201008461a3158147b
MD5 61025e91b0eafc653e761e1d3016b3ff
BLAKE2b-256 8c15d0eeeb352f7367ea8f3e659be97ab1f4d9c564edaa9ea0e672d745e19784

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1edc04f7d4ce2cbb830a9e10afd5b4a4eb0a769e69cb31bfe2b7878a0992da0a
MD5 d37a1f12d86353f35a440e0dad0f3e68
BLAKE2b-256 192016f9f3951a73c4f6aa4641d10e7c2b78f84428b664a68d0d705c79a203d5

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ba4b42c678bb376ddbdd73cdf409d872dafe70bde40c8923a78fbf758119304
MD5 015a64b83489a54c7e994824bf3deb1e
BLAKE2b-256 0666d677d0a506842ad07ac58d4536dc3c7e0abe897e716e9dec7fb256cb3da2

See more details on using hashes here.

Provenance

File details

Details for the file unicodedataplus-15.1.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for unicodedataplus-15.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a826b462a4dfff2a4ba96aa12d705a54ddf76f8a4f0f2d15fd112b9bb4ddedd
MD5 a0798847c795ebd3e1975e5bcf035927
BLAKE2b-256 8693419fca0434dc2b7ee089be7c941c32bff200584ebbd308f4366eb16d8fa1

See more details on using hashes here.

Provenance

Supported by

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