===============
Flask-Bootstrap
===============
.. image:: https://travis-ci.org/mbr/flask-bootstrap.png?branch=master
:target: https://travis-ci.org/mbr/flask-bootstrap
Flask-Bootstrap packages `Bootstrap
<http://getbootstrap.com>`_ into an extension that mostly consists
of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap
from a CDN and works with no boilerplate code in your application.
Usage
-----
Here is an example::
from flask_bootstrap import Bootstrap
[...]
Bootstrap(app)
This makes some new templates available, containing blank pages that include all
bootstrap resources, and have predefined blocks where you can put your content.
As of version 3, Flask-Bootstrap has a `proper documentation
<http://pythonhosted.org /Flask-Bootstrap>`_, which you can check for more
details.
Raw data
{
"_id": null,
"home_page": "http://github.com/mbr/flask-bootstrap",
"name": "Flask-Bootstrap",
"maintainer": null,
"docs_url": "https://pythonhosted.org/Flask-Bootstrap/",
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Marc Brinkmann",
"author_email": "git@marcbrinkmann.de",
"download_url": "https://files.pythonhosted.org/packages/88/53/958ce7c2aa26280b7fd7f3eecbf13053f1302ee2acb1db58ef32e1c23c2a/Flask-Bootstrap-3.3.7.1.tar.gz",
"platform": "any",
"description": "===============\nFlask-Bootstrap\n===============\n\n.. image:: https://travis-ci.org/mbr/flask-bootstrap.png?branch=master\n :target: https://travis-ci.org/mbr/flask-bootstrap\n\nFlask-Bootstrap packages `Bootstrap\n<http://getbootstrap.com>`_ into an extension that mostly consists\nof a blueprint named 'bootstrap'. It can also create links to serve Bootstrap\nfrom a CDN and works with no boilerplate code in your application.\n\nUsage\n-----\n\nHere is an example::\n\n from flask_bootstrap import Bootstrap\n\n [...]\n\n Bootstrap(app)\n\nThis makes some new templates available, containing blank pages that include all\nbootstrap resources, and have predefined blocks where you can put your content.\n\nAs of version 3, Flask-Bootstrap has a `proper documentation\n<http://pythonhosted.org /Flask-Bootstrap>`_, which you can check for more\ndetails.",
"bugtrack_url": null,
"license": "BSD",
"summary": "An extension that includes Bootstrap in your project, without any boilerplate code.",
"version": "3.3.7.1",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://github.com/mbr/flask-bootstrap"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8853958ce7c2aa26280b7fd7f3eecbf13053f1302ee2acb1db58ef32e1c23c2a",
"md5": "e40d50f5c5b6438c1c6200a6f2871f81",
"sha256": "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef123ac8"
},
"downloads": -1,
"filename": "Flask-Bootstrap-3.3.7.1.tar.gz",
"has_sig": false,
"md5_digest": "e40d50f5c5b6438c1c6200a6f2871f81",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 456359,
"upload_time": "2017-01-11T23:28:23",
"upload_time_iso_8601": "2017-01-11T23:28:23.944261Z",
"url": "https://files.pythonhosted.org/packages/88/53/958ce7c2aa26280b7fd7f3eecbf13053f1302ee2acb1db58ef32e1c23c2a/Flask-Bootstrap-3.3.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2017-01-11 23:28:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mbr",
"github_project": "flask-bootstrap",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "flask-bootstrap"
}