Metadata-Version: 1.2
Name: PyICU-BiDi
Version: 0.0.3
Summary: The Unicode bidirectional algorithm from ICU
Home-page: http://pypi.python.org/pypi/PyICU_BiDi
Author: Anselm Kruis
Author-email: a.kruis@science-computing.de
License: GNU Lesser General Public License, version 2.1 or any later version
Description: 
        PyICU_BiDi
        ----------
        
        PyICU_BiDi is a quick and dirty ctypes-based binding of the
        Unicode bidirectional algorithm.
        
        Git repository: https://github.com/akruis/pyicu_bidi.git
        
Keywords: unicode bidi
Platform: any
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
