js.uuid
Introduction
This library packages node-uuid
_ for fanstatic
_.
.. _fanstatic
: http://fanstatic.org
.. _node-uuid
: https://github.com/broofa/node-uuid
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.