https://github.com/fonttools/unicodedata2
unicodedata backport/updates
https://github.com/fonttools/unicodedata2
Last synced: about 1 month ago
JSON representation
unicodedata backport/updates
- Host: GitHub
- URL: https://github.com/fonttools/unicodedata2
- Owner: fonttools
- License: apache-2.0
- Created: 2014-10-05T18:06:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T17:29:32.000Z (over 2 years ago)
- Last Synced: 2024-04-15T15:02:41.203Z (over 1 year ago)
- Language: C
- Size: 4.62 MB
- Stars: 32
- Watchers: 11
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](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 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 py38` will run tests against Python 3.8.
For more info, check `tox`'s [documentation](https://tox.readthedocs.io/en/latest/).