Fanstatic packaging of Fine Uploader
Project description
js.fineuploader
Introduction
This library packages Fine Uploader for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.fineuploader) are published to some URL.
How to use?
You can import fineuploader from js.fineuploader and need it where you want these resources to be included on a page:
>>> from js.fineuploader import fineuploader >>> fineuploader.need()
Or if you want the jQuery plugin version:
>>> from js.fineuploader import jquery_fineuploader >>> jquery_fineuploader.need()
With either version you might also want the CSS:
>>> from js.fineuploader import fineuploader_css >>> fineuploader_css.need()
CHANGES
5.14.0
Update to Fine Uploader 5.14.0.
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.
3.3.0
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.