Fanstatic packaging of url-parser
Project description
js.url_parser
Introduction
This library packages url-parser 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.url_parser) 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 url_parser from js.url_parser and need it where you want these resources to be included on a page:
>>> from js.url_parser import url_parser >>> url_parser.need()
Render the inclusion:
>>> print needed.render() <script type="text/javascript" src="http://localhost/fanstatic/url-parser/url-parser.js"></script>
CHANGES
1.1.0 (unreleased)
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.url_parser-1.1.0.tar.gz
(8.0 kB
view hashes)
Built Distributions
js.url_parser-1.1.0-py2.7.egg
(9.2 kB
view hashes)
Close
Hashes for js.url_parser-1.1.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59ac6b589178cf6cfecc8deeb08e56debde44ea501507a3c8b369ce11fcb0d43 |
|
MD5 | 0b593ce683bea8e41e28aae12075ce49 |
|
BLAKE2b-256 | 81aa041a4e5d731760010ac6a9ef2c1d73459a4f443cf9649c5b8c65352004a9 |