Metadata-Version: 1.1
Name: js.jquery_maskedinput
Version: 1.4.1
Summary: Fanstatic packaging of jquery.maskedinput
Home-page: https://github.com/fanstatic/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.4.1 - 2017-02-23
        ------------------
        
        - Upgrade to 1.4.1.
        - Test against Python 3.3, 3.4, 3.5 and 3.6 with tox and on TravisCI.
        - Add a script to update from npm automatically.
        
        1.3.1 - 2013-05-08
        ------------------
        
        - Upgrade to 1.3.1.
        
        1.3
        ---
        
        - Initial release.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
