{
"info": {
"author": "Timo Rieber",
"author_email": "trieber@texperience.de",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.10",
"Framework :: Django :: 1.11",
"Framework :: Django :: 1.8",
"Framework :: Django :: 1.9",
"Intended Audience :: Developers",
"License :: OSI Approved :: ISC License (ISCL)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
],
"description": "Welcome to django-bootstrap-ui\n==============================\n\n.. image:: https://img.shields.io/travis/texperience/django-bootstrap-ui.svg?branch=master\n :target: https://travis-ci.org/texperience/django-bootstrap-ui\n\n.. image:: https://img.shields.io/coveralls/texperience/django-bootstrap-ui/master.svg\n :target: https://coveralls.io/r/texperience/django-bootstrap-ui?branch=master\n\n.. image:: https://img.shields.io/pypi/v/django-bootstrap-ui.svg\n :target: https://pypi.python.org/pypi/django-bootstrap-ui\n\n.. image:: https://img.shields.io/pypi/l/django-bootstrap-ui.svg\n :target: http://en.wikipedia.org/wiki/ISC_license\n\n.. image:: https://readthedocs.org/projects/django-bootstrap-ui/badge/?version=stable\n :target: http://django-bootstrap-ui.readthedocs.org/stable/\n\ndjango-bootstrap-ui aims to be a powerful Django app to ease the integration of the popular `Bootstrap UI framework`_. It is written in `Python`_ and built on the `Django web framework