Fanstatic packaging of q
Project description
js.q
Introduction
This library packages q 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.q) are published to some URL.
How to use?
This should be setup before rendering a page. See fanstatic for more information:
>>> from fanstatic import init_needed >>> needed = init_needed(base_url='http://localhost')
You can import q from js.q and need it where you want these resources to be included on a page:
>>> from js.q import q >>> q.need()
Render the inclusion:
>>> print needed.render() <script type="text/javascript" src="http://localhost/fanstatic/q/q.js"></script>
CHANGES
1.0.1 (2014-09-02)
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.
Source Distribution
js.q-1.0.1.tar.gz
(17.8 kB
view hashes)
Built Distributions
js.q-1.0.1-py2.7.egg
(18.2 kB
view hashes)
js.q-1.0.1-py2-none-any.whl
(19.2 kB
view hashes)