Skip to main content

A pyramid routes composer for javascript.

Project description

Pyramid JSRoutes
================

A pyramid routes composer for javascript.

Installation
------------

pip install -U pyramid-jsroutes

Usage
-----

Include the package in your Pyramid app's main function:

```python
def main():
...
config.include('jsroutes')
...
return config.make_wsgi_app()
```

this will make `jsroutes` available to all your template context, then you can use it like:

<script type="text/javascript">${jsroutes|n}</script>

then you can start composing your Pyramid routes from javascript like:

```javascript
JSROUTES.blog_post(1) // /posts/1
```

Settings
--------

By default it'll only collect the routes once and store it in the registry but you can force reloading everytime for development by settings the following settings:

jsroutes.reload_routes = true

Note
----

Each time your modify your Pyramid routes, you need to refresh your page to refetch the updated routes.


.. :changelog:

History
-------

0.1.2 (2013-07-07)
+++++++++++++++++++

- Removed rendering of build route args when route doesn't have args

0.1.1 (2013-07-06)
+++++++++++++++++++

- Added `jsroutes.reload_routes` settings

0.1.0 (2013-07-06)
+++++++++++++++++++

- Initial commit

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

pyramid-jsroutes-0.1.2.tar.gz (3.8 kB view hashes)

Uploaded Source

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