Metadata-Version: 1.0
Name: js.jquery-maskedinput
Version: 1.3
Summary: Fanstatic packaging of jquery.maskedinput
Home-page: https://github.com/disko/js.jquery_maskedinput
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: js.jquery_maskedinput
        *********************
        
        Introduction
        ============
        
        This library packages `jquery.maskedinput`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jquery.maskedinput`: http://digitalbush.com/projects/masked-input-plugin/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_maskedinput``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``jquery_maskedinput`` from ``js.jquery_maskedinput``
        and ``need`` it where you want these resources to be included on a page::
        
          >>> from js.jquery_maskedinput import jquery_maskedinput
          >>> jquery_maskedinput.need()
        
        
        CHANGES
        *******
        
        1.3
        ===
        
        -   Initial release.
        
Platform: UNKNOWN
