Metadata-Version: 1.0
Name: js.ngupload
Version: 0.3.0
Summary: Fanstatic packaging of ngUpload
Home-page: https://github.com/disko/js.ngupload
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: js.ngupload
        ===========
        
        Introduction
        ------------
        
        This library packages `ngUpload`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`ngUpload`: http://twilson63.github.com/ngUpload/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.ngupload``) are published to some URL.
        
        
        How to use?
        -----------
        
        You can import ``upload`` from ``js.ngupload`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.ngupload import upload
          >>> upload.need()
        
        
        CHANGES
        =======
        
        0.3.0
        -----
        
        -   Upgrade ngUpload to 0.3.0
        
        0.1
        ---
        
        -   Initial release.
        
Keywords: Fanstatic ngUpload
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
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: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
