| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/unicodedata2-14.0.0.egg-info/ |
Upload File : |
Metadata-Version: 2.1 Name: unicodedata2 Version: 14.0.0 Summary: Unicodedata backport updated to the latest Unicode version. Home-page: http://github.com/fonttools/unicodedata2 Author: Mike Kaplinskiy Author-email: mike.kaplinskiy@gmail.com License: Apache License 2.0 Download-URL: http://github.com/fonttools/unicodedata2 Platform: any Description-Content-Type: text/markdown Provides-Extra: testing License-File: LICENSE [](https://github.com/fonttools/unicodedata2/actions?query=workflow%3A%22Build+%2B+Deploy%22) [](https://pypi.org/project/unicodedata2/) unicodedata2 ============ [unicodedata] backport/updates. 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. [unicodedata]: https://docs.python.org/3/library/unicodedata.html [PyPI]: https://pypi.org/project/unicodedata2/ 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](https://tox.readthedocs.io/en/latest/). Changelog ========= ## 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