.. _packaged_libs: Pre-packaged libraries ====================== A lot of pre-packaged CSS and Javascript libraries are available on the PyPI and are maintained by the Fanstatic community. These can be installed into your project right away using ``easy_install``, ``pip``, ``buildout`` or by specifying them in ``setup_requires`` in ``setup.py`` within your ``setuptools``-compatible project. No more complicated installation instructions, just reuse a CSS or Javascript library like you reuse Python libraries. Here's a list of currently available libraries: .. list-table:: * - **package** - **library** - **source** * - `css.css3githubbuttons `_ - `CSS3 GitHub Buttons `_ - `GitHub `__ * - `js.ace `_ - `Ajax.org Cloud9 Editor `_ - `GitHub `__ * - `js.amcharts `_ - `amCharts `_ - `GitHub `__ * - `js.backbone `_ - `Backbone `_ - `GitHub `__ * - `js.bootstrap `_ - `Bootstrap, from Twitter `_ - `GitHub `__ * - `js.chosen `_ - `Chosen `_ - ? * - `js.ckeditor `_ - `CKEditor `_ - ? * - `js.classy `_ - `Classy - Classes for JavaScript `_ - `GitHub `__ * - `js.d3 `_ - `D3.js (Data Driven Documents) `_ - `GitHub `__ * - `js.d3_cloud `_ - `D3-Cloud `_ (`Wordle `_-style layout for D3) - `GitHub `__ * - `js.extjs `_ - _`ExtJS`: http://www.sencha.com/products/js/ - `GitHub `__ * - `js.galleriffic `_ - `Galleriffic `_ - `GitHub `__ * - `js.leaflet `_ - `Leaflet `_ - `GitHub `__ * - `js.jquery_datalink `_ - the jQuery plugin `Datalink `_ - `GitHub `__ * - `js.jquery_datatables `_ - the jQuery plugin `DataTable `_ - `GitHub `__ * - `js.jquery_expandbox `_ - `jquery.expandBox `_ - `GitHub `__ * - `js.jquery_form `_ - the jQuery plugin `Form `_ - `GitHub `__ * - `js.jquery_jcrop `_ - `JCrop - Image Cropping Plugin for JQuery `_ - `GitHub `__ * - `js.jquery_jgrowl `_ - `jGrowl `_ - `GitHub `__ * - `js.jquery_jqote2 `_ - `jquery.jqote2 `_ - `GitHub `__ * - `js.jquery_json `_ - the jQuery plugin `jquery-json `_ - `GitHub `__ * - `js.jquery_jstree `_ - the jQuery plugin `JsTree `_ - `GitHub `__ * - `js.jquery_metadata `_ - `jQuery Metadata `_ - `GitHub `__ * - `js.jquery_qtip `_ - `jquery.qTip `_ - `GitHub `__ * - `js.jquery_qunit `_ - the jQuery plugin `QUnit `_ - `GitHub `__ * - `js.jquery_slimbox `_ - the jQuery plugin `Slimbox `_ - `GitHub `__ * - `js.jquery_tablesorter `_ - the jQuery plugin `tablesorter `_ - `GitHub `__ * - `js.jquery_textchildren `_ - the jQuery plugin `Text Children `_ - `GitHub `__ * - `js.jquery_tinyscrollbar `_ - the jQuery plugin `Tiny Scrollbar `_ - Currently no repository * - `js.jquery_tools `_ - `jQuery tools `_ - `GitHub `__ * - `js.jquery_tooltip `_ - the jQuery plugin `Tooltip `_ - `GitHub `__ * - `js.jquery_utils `_ - `jQuery Utils `_ - `GitHub `__ * - `js.jquery `_ - `jQuery `_ - `GitHub `__ * - `js.jqueryui `_ - `jQuery UI `_ - `GitHub `__ * - `js.knockback `_ - `Knockback.js `_ - `GitHub `__ * - `js.knockout `_ - `Knockout `_ - `GitHub `__ * - `js.lesscss `_ - `less.js `_ - `GitHub `__ * - `js.lightbox `_ - `jquery lightbox `_ - `GitHub `__ * - `js.mochikit `_ - `Mochikit `_ - `GitHub `__ * - `js.modernizr `_ - `Modernizr `_ - ? * - `js.raphael `_ - `Raphael `_ - ? * - `js.spin `_ - `spin.js `_ - ? * - `js.sugar `_ - `Sugar `_ - `GitHub `__ * - `js.tinymce `_ - `TinyMCE `_ - `GitHub `__ * - `js.underscore `_ - `underscore.js `_ - ? * - `js.yui `_ - the `YUI Library `_ - `GitHub `__ Follow the instructions in the :doc:`development section ` to learn how to package your own library.