Fanstatic packaging of Bootstrap Timepicker
Project description
js.bootstrap_timepicker
Introduction
This library packages Bootstrap Timepicker 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.bootstrap_timepicker) are published to some URL.
How to use?
You can import bootstrap_timepicker from js.bootstrap_timepicker and need it where you want these resources to be included on a page:
>>> from js.bootstrap_timepicker import bootstrap_timepicker >>> bootstrap_timepicker.need()
The above includes both CSS and JS in your page. If only need the JS or the CSS you can also include them separately:
>>> from js.bootstrap_timepicker import bootstrap_timepicker_js >>> bootstrap_timepicker_js.need()
or
>>> from js.bootstrap_timepicker import bootstrap_timepicker_css >>> bootstrap_timepicker_css.need()
CHANGES
0.2.1
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
Close
Hashes for js.bootstrap_timepicker-0.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 760312ac43ffa38f9571b3ec5b0e46e97909f26c4f4f7a69fb09a680073c2c9d |
|
MD5 | 19dae21a07b832938e74df12f37f2db7 |
|
BLAKE2b-256 | 4257afad6e265fb9bdbb8b41ee551df8d5d0d703865ef3b97c2db93f1d388fe4 |