Skip to main content

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


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)

Uploaded Source

Built Distributions

js.url_parser-1.1.0-py2.7.egg (9.2 kB view hashes)

Uploaded Source

js.url_parser-1.1.0-py2-none-any.whl (10.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page