Metadata-Version: 1.1
Name: micawber-bs4-classes
Version: 0.4.3
Summary: a small library for extracting rich content from urls
Home-page: https://github.com/Gurbert/micawber_bs4_classes/
Author: Charles Leifer
Author-email: coleifer@gmail.com
License: UNKNOWN
Download-URL: https://github.com/Gurbert/micawber_bs4_classes/archive/0.4.3.tar.gz
Description: Will wrap some embeds with bootstrap codes (ex: youtube, vimeo...) as a way to make them responsive. The code added in this fork is the add_bs4_styling() function and can be found in the parsers.py file. It is intended to work with flask applications only.
        
        For the fix to work you have to include `STYLE_EMBED = True` in your config file.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Flask
