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:
Follow the instructions in the development section to learn how to package your own library.