{ "info": { "author": "@Robpol86", "author_email": "robpol86@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Flask", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries" ], "description": "Flask-Statics-Helper\r\n====================\r\n\r\nProvides Bootstrap3 and other static resources in a modular fashion.\r\n\r\nThe main purpose of this extension is to \"modularize\" static resources\r\n(css and js files) on a per-template basis. In a large Flask\r\napplication, all views/templates don't use the same static resource such\r\nas d3js. If only one view uses d3js out of five or more, there is no\r\nreason to have the d3js ``