Metadata-Version: 2.0
Name: unisc
Version: 0.1
Summary: Unicode Script property
Home-page: https://bitbucket.org/emptypage/unisc-python
Author: Masaaki Shibata
Author-email: mshibata@emptypage.jp
License: MIT
Description-Content-Type: UNKNOWN
Keywords: property script script_extensions text unicode
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Text Processing
Requires-Python: >=3.5

=====
unisc
=====

The unisc package is a Unicode Script property library for Python.


Features
--------

The library provides:

- Functions to get the Script / Script_Extensions property values of each
  Unicode character.


References
----------

- `UAX #24: Unicode Script Property <https://www.unicode.org/reports/tr24/>`_


Related Projects
----------------

- The `uniscripts <https://github.com/leoboiko/uniscripts>`_ library is designed
  for the same purpose of this library, which is maintained by Leonardo Boiko.
- `PyICU <https://github.com/ovalhub/pyicu>`_ by Andi Vajda is the Python
  library that wraps the International Components for Unicode library (ICU).


