Skip to main content

Travis Build Status

unicodedata2

unicodedata backport/updates to Python 3 and Python 2.

The versions of this package match Unicode versions, so unicodedata2==13.0.0 is data from Unicode 13.0.0. Additionally this backports support for named aliases and named sequences to Python 2.

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.

Without any options, tox will run the tests against the current python version where tox itself was installed:

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

Changelog

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 13.0.0.post2

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 13.0.0.post2
File Size Uploaded
unicodedata2-13.0.0.post2.tar.gz 1.1 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for unicodedata2 13.0.0.post2
File
unicodedata2-13.0.0.post2-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
unicodedata2-13.0.0.post2-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
unicodedata2-13.0.0.post2-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
unicodedata2-13.0.0.post2-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
unicodedata2-13.0.0.post2-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
unicodedata2-13.0.0.post2-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
unicodedata2-13.0.0.post2-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
unicodedata2-13.0.0.post2-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
unicodedata2-13.0.0.post2-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
unicodedata2-13.0.0.post2-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
unicodedata2-13.0.0.post2-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
unicodedata2-13.0.0.post2-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
unicodedata2-13.0.0.post2-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
unicodedata2-13.0.0.post2-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details
unicodedata2-13.0.0.post2-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
unicodedata2-13.0.0.post2-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
unicodedata2-13.0.0.post2-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
unicodedata2-13.0.0.post2-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
unicodedata2-13.0.0.post2-cp35-cp35m-macosx_10_6_intel.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
unicodedata2-13.0.0.post2-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
unicodedata2-13.0.0.post2-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
unicodedata2-13.0.0.post2-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
unicodedata2-13.0.0.post2-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
unicodedata2-13.0.0.post2-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
unicodedata2-13.0.0.post2-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
unicodedata2-13.0.0.post2-cp27-cp27m-macosx_10_9_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 12.0 MB

Release files / unicodedata2-13.0.0.post2.tar.gz

Download URL unicodedata2-13.0.0.post2.tar.gz
Size 1.1 MB
Tags Source
SHA-256 checksum
How to use checksums
a83e504fb0e8ed4757194e61c3f7b69fb3c914856057bea968d0950f80f947fa
BLAKE2b-256 checksum
How to use checksums
b8dba5d9a7649c2eb2681c30850617b83e1295c3a5bebcdb05908e1da11ed8b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp38-cp38-win_amd64.whl

Download URL unicodedata2-13.0.0.post2-cp38-cp38-win_amd64.whl
Size 415.9 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
8c9a60d73d7baea980dc45d23e8a33d7734e94e2c8712ed68b46849e88683726
BLAKE2b-256 checksum
How to use checksums
df124763d1b3e0ce88522eb5e2122c28affda61fbb0636ca20d06d4bafa59033
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp38-cp38-win32.whl

Download URL unicodedata2-13.0.0.post2-cp38-cp38-win32.whl
Size 415.7 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
7ff3da0536bc9e447abbe702b8032b4469f6e9726ed66527eb9656b9a90f376c
BLAKE2b-256 checksum
How to use checksums
077b3b53521d67a957cc1f7028a07777b303aa215ac037625d5afa04905d7665
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp38-cp38-manylinux1_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp38-cp38-manylinux1_x86_64.whl
Size 422.2 kB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
d4e3312b6c7b98516a52243023d6c74c986cd6ce2bcad65bfa895a2b0c905426
BLAKE2b-256 checksum
How to use checksums
0c0c77d8dc535c1a04b15e79e5e20d27c5b8b9bc7605fad4e5ccceac5a7db76c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp38-cp38-macosx_10_9_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp38-cp38-macosx_10_9_x86_64.whl
Size 417.2 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
35c1eb9de478b72164e062c7cb67e7594e829fc7ff718cb5b125e6240257291a
BLAKE2b-256 checksum
How to use checksums
3393ebb3b5e5ec439456e881714c13c3fe58025c0b3e7503f57699bbb44050c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

Release files / unicodedata2-13.0.0.post2-cp37-cp37m-win_amd64.whl

Download URL unicodedata2-13.0.0.post2-cp37-cp37m-win_amd64.whl
Size 415.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
92b5cc2ed195f03cf2fac1226cbc825f2df9f0cf2fc8b6f13d1292251bf6f6d6
BLAKE2b-256 checksum
How to use checksums
2350814fbca4c63e8f947ad216805fb9be2d52379a69b7060b9edbd5ba2f07d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp37-cp37m-win32.whl

Download URL unicodedata2-13.0.0.post2-cp37-cp37m-win32.whl
Size 415.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
da52826de69076a277d5460ee36d95db7cc1a12d4f2ffb45807dcaf0488094d9
BLAKE2b-256 checksum
How to use checksums
8da585e4a8a71d46fcc2085d36881396caf837ac9106f3fa1f6ff33e282cb6ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp37-cp37m-manylinux1_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp37-cp37m-manylinux1_x86_64.whl
Size 422.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4d2aed77b06c1b6e74a15c0d56c3af7d16072e4abf4dbe55635e7a7ceb123e88
BLAKE2b-256 checksum
How to use checksums
afaaa53bf80e95a90cbed5df93fcadadfcd1baf91c7a3ea0b2b911cf22501631
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp37-cp37m-manylinux1_i686.whl

Download URL unicodedata2-13.0.0.post2-cp37-cp37m-manylinux1_i686.whl
Size 420.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
97aaa94497a6fcdc75f7afcc35eccd5061467298b600f473304582f32e27e30f
BLAKE2b-256 checksum
How to use checksums
f04d0ad7d008b76b089b5e1f70139ea39ec0b9a6aee3aca0f10fd7f6c1c77cb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp37-cp37m-macosx_10_9_x86_64.whl
Size 417.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
cca8965804c9765a22f2bc7241a944cd58539c0b8d92f7933ec1cfc44804067a
BLAKE2b-256 checksum
How to use checksums
3a64462d5e141ff85c847c2eedfd1bbba158d7b93e9811dc4f3294ae87c9f2c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

Release files / unicodedata2-13.0.0.post2-cp36-cp36m-win_amd64.whl

Download URL unicodedata2-13.0.0.post2-cp36-cp36m-win_amd64.whl
Size 415.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
db2c63a214720caead3a8eba87b593558e0cb7dddbafaaa0a5d91f98553e8aad
BLAKE2b-256 checksum
How to use checksums
efb400014c0190abd0b13396aa0a93f533e163e07590f3466c826a7660ed8ace
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp36-cp36m-win32.whl

Download URL unicodedata2-13.0.0.post2-cp36-cp36m-win32.whl
Size 415.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
08bed68570fe665f3627056cd7efc8d45f682d1ad442361f5e6caf2ed1c177ba
BLAKE2b-256 checksum
How to use checksums
ed1c4fca906f8f8dd38e121a2ed0596cd56d5516421513d71263aa8fb8965fde
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp36-cp36m-manylinux1_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp36-cp36m-manylinux1_x86_64.whl
Size 422.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
26ad36d7a1c6ab652d66e29e844b4d2afd71c718d37a85140bba64b228eb3adc
BLAKE2b-256 checksum
How to use checksums
bba25fb1d5c30cb04ffa37ffc2af53a558eb3771ea12232c8836e4682d60d4f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp36-cp36m-manylinux1_i686.whl

Download URL unicodedata2-13.0.0.post2-cp36-cp36m-manylinux1_i686.whl
Size 420.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
147e9b3f9363d774e79ec11c5cb8d1bc4bc6043b7c98ed82656fcd6c95e26a7f
BLAKE2b-256 checksum
How to use checksums
1da71f4892d7fa15b2061304eddccc3ae7ef653b4e2aa9eb4fe1612d14961760
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp36-cp36m-macosx_10_9_x86_64.whl
Size 417.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
3600d241a189e543be50412ce53e02db3120d8cae4c3add38a6cc443e853903a
BLAKE2b-256 checksum
How to use checksums
c13489ea213a6368473b8d2ae442dacff8d9c70664fb43bf80b03368aa1f7643
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8

Release files / unicodedata2-13.0.0.post2-cp35-cp35m-win_amd64.whl

Download URL unicodedata2-13.0.0.post2-cp35-cp35m-win_amd64.whl
Size 415.2 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
a5e1ad768e8366b882b0bc3c7b06f48c14df6d3e75c25baccf7af11655e4d742
BLAKE2b-256 checksum
How to use checksums
44dc5eff32f3c9e8f3f8b0f531086bd1bb4868fe806aa75be9fd57461a92c745
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp35-cp35m-win32.whl

Download URL unicodedata2-13.0.0.post2-cp35-cp35m-win32.whl
Size 415.4 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
102a9610e0947e125772ab228059c7e919b35237d6888a5fcdfbbb732a8e6a58
BLAKE2b-256 checksum
How to use checksums
c9a4b301055b9dbc49a786ddfecd693d518f6bb9306a6a59f81f2c54a2fff067
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp35-cp35m-manylinux1_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp35-cp35m-manylinux1_x86_64.whl
Size 422.1 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
e3561d2a1ab55882723b78d9f91b7f98e708bfe3587982e67813947051db3502
BLAKE2b-256 checksum
How to use checksums
7cda7402f154542b4c65a737896290024dd4a76ea8f18c58a1d952051adbe202
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp35-cp35m-manylinux1_i686.whl

Download URL unicodedata2-13.0.0.post2-cp35-cp35m-manylinux1_i686.whl
Size 420.2 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
abecf04a0cc2c72d48173ddfc3dadf9397d64ce9724a08b0f052920707a5a9ec
BLAKE2b-256 checksum
How to use checksums
c678bbb1f438209743c25b0c8ec26218c92a8eaab025b509595d93affd34040e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp35-cp35m-macosx_10_6_intel.whl

Download URL unicodedata2-13.0.0.post2-cp35-cp35m-macosx_10_6_intel.whl
Size 417.7 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
e5b992e4db51488a9756718f29cdad025cd2b7f6694d49524eca9723b21d000a
BLAKE2b-256 checksum
How to use checksums
907e9bb5e0f579ddca1dfed36a03a10cb00fa4fac22b0aa6e4d8b799485a86c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.4

Release files / unicodedata2-13.0.0.post2-cp27-cp27mu-manylinux1_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp27-cp27mu-manylinux1_x86_64.whl
Size 420.6 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
14ce249af737e35bd7973d178b69a8ff4794841beca1b620dae1b6c22dd2f9d2
BLAKE2b-256 checksum
How to use checksums
842a221c683d19c9e6fd4b845647f0dc53f9139350563faeb9e07c5622daeaa6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp27-cp27mu-manylinux1_i686.whl

Download URL unicodedata2-13.0.0.post2-cp27-cp27mu-manylinux1_i686.whl
Size 418.5 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
084186dfe2b7284d3e78d7120efde6df995f0ec9dea225bc70dafe103601a931
BLAKE2b-256 checksum
How to use checksums
8a1a88029cfdaef711c8d1b9a9a6c1dffad75b9b3569173dfe3ebdae72dadf16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp27-cp27m-win_amd64.whl

Download URL unicodedata2-13.0.0.post2-cp27-cp27m-win_amd64.whl
Size 416.8 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
ba94e331ad771093bedd8341186d2f909dd7c8328dd99c15dc8f6d5730b38ab3
BLAKE2b-256 checksum
How to use checksums
88936a687b50e00be6e0ab440239c21b643fa9a438bd1ef098bc4184bd22a07b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp27-cp27m-win32.whl

Download URL unicodedata2-13.0.0.post2-cp27-cp27m-win32.whl
Size 417.0 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
6fd926c8a3d0ab4b8f36c94df9a8540cb8a77221c8936a2f546483fbdf38b3e5
BLAKE2b-256 checksum
How to use checksums
4b5ff1d333b651dd846e14d5e24fc4fd352c2482ec237e49e5478534f51be1fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

Release files / unicodedata2-13.0.0.post2-cp27-cp27m-manylinux1_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp27-cp27m-manylinux1_x86_64.whl
Size 420.6 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
741919f9f1794bb89934598167b85934bccb50900e246b3af8805570e816215d
BLAKE2b-256 checksum
How to use checksums
c59dd7a27a9418ca0845bf6d34dc6e4b00f48357288965e2f0d1fdc8b345b2e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp27-cp27m-manylinux1_i686.whl

Download URL unicodedata2-13.0.0.post2-cp27-cp27m-manylinux1_i686.whl
Size 418.6 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
f60ab375275073a8328f21e1bac0bf3b17956aff910c1f868befbbf78c3cd02f
BLAKE2b-256 checksum
How to use checksums
82575d85961c08a4c3e05d8b0fcb24f3f1cd2bf0dbe4191598f7cee5800720e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.1

Release files / unicodedata2-13.0.0.post2-cp27-cp27m-macosx_10_9_x86_64.whl

Download URL unicodedata2-13.0.0.post2-cp27-cp27m-macosx_10_9_x86_64.whl
Size 416.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
95173328ee8010f30bcfad6e69f47bc22256049e276bff29d28d8a52e65e0e70
BLAKE2b-256 checksum
How to use checksums
e72a0cd02c1ae1ab6b505a466964d385777ef85eb5ebdb366c0df90e744aea4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17
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