Pre-packaged librariesΒΆ

A lot of pre-packaged Javascript libraries are available on the PyPI and are maintained by the Fanstatic community. This can be installed into your project right away using easy_install, pip or buildout. No more complicated installation instructions, just reuse a Javascript library like you reuse Python libraries.

Here’s a list of currently available libraries:

package library source
js.ace Ajax.org Cloud9 Editor bitbucket
js.amcharts amCharts Github
js.bootstrap Bootstrap, from Twitter github
js.chosen Chosen ?
js.ckeditor CKEditor ?
js.classy Classy - Classes for JavaScript bitbucket
js.extjs ExtJS: http://www.sencha.com/products/js/ bitbucket
js.galleriffic Galleriffic bitbucket
js.jquery_datalink the jQuery plugin Datalink bitbucket
js.jquery_datatables the jQuery plugin DataTable bitbucket
js.jquery_expandbox jquery.expandBox bitbucket
js.jquery_form the jQuery plugin Form bitbucket
js.jquery_jgrowl jGrowl bitbucket
js.jquery_jqote2 jquery.jqote2 bitbucket
js.jquery_jstree the jQuery plugin JsTree bitbucket
js.jquery_metadata jQuery Metadata bitbucket
js.jquery_qtip jquery.qTip bitbucket
js.jquery_qunit the jQuery plugin QUnit bitbucket
js.jquery_slimbox the jQuery plugin Slimbox bitbucket
js.jquery_tablesorter the jQuery plugin tablesorter bitbucket
js.jquery_textchildren the jQuery plugin Text Children bitbucket
js.jquery_tools jQuery tools bitbucket
js.jquery_tooltip the jQuery plugin Tooltip bitbucket
js.jquery_utils jQuery Utils bitbucket
js.jquery jQuery bitbucket
js.jqueryui jQuery UI bitbucket
js.lesscss less.js bitbucket
js.lightbox jquery lightbox github
js.modernizr Modernizr ?
js.raphael Raphael ?
js.spin spin.js ?
js.sugar Sugar github
js.tinymce TinyMCE bitbucket
js.underscore underscore.js ?
js.yui the YUI Library bitbucket

Follow the instructions in the development section to learn how to package your own library.

Project Versions

Previous topic

API

Next topic

Integration

This Page