Fanstatic packaging of node-uuid
Project description
Introduction
This library packages node-uuid 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.uuid) are published to some URL.
How to use?
You can import uuid from js.uuid and need it where you want these resources to be included on a page:
>>> from js.uuid import uuid >>> uuid.need()
CHANGES
1.4.7 (2016-03-18)
Initial packaging of node-uuid as a fanstatic package.