Metadata-Version: 1.0
Name: js.unicode_eastasianwidth
Version: 0.3.0
Summary: Fanstatic packaging of Counting the unicode characters based Unicode East Asian Width database for JavaScript. It includes some tools for dealing with characters.
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Description: Unicode-EastAsianWidth-JS
        *************************
        
        Counting the unicode characters based `Unicode East Asian Width database`_ for JavaScript.
        It includes some tools for dealing with characters.
        
        .. _`Unicode East Asian Width database`: http://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt
        
        js.unicode_eastasianwidth |Build Status|_
        -----------------------------------------
        
        .. |Build Status| image:: https://travis-ci.org/MiCHiLU/Unicode-EastAsianWidth-JS.png?branch=python
        .. _`Build Status`: http://travis-ci.org/MiCHiLU/Unicode-EastAsianWidth-JS
        
        Introduction
        ============
        
        This library packages `Unicode-EastAsianWidth-JS`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Unicode-EastAsianWidth-JS`: https://github.com/MiCHiLU/Unicode-EastAsianWidth-JS
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.unicode_eastasianwidth``) are published to some URL.
        
        How to use?
        ===========
        
        
        You can import ``unicode_eastasianwidth`` from ``js.unicode_eastasianwidth`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.unicode_eastasianwidth import unicode_eastasianwidth
          >>> unicode_eastasianwidth.need()
        
          >>> from js.unicode_eastasianwidth import angular_unicode_eastasianwidth
          >>> angular_unicode_eastasianwidth.need()
        
          >>> from js.unicode_eastasianwidth import (
          ...     unicode_eastasianwidth,
          ...     angular_unicode_eastasianwidth,
          ... )
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: PyPy
