Metadata-Version: 1.2
Name: inline-html
Version: 0.1.2
Summary: HTML stylesheet inliner, replaces resources with data-uri
Home-page: https://github.com/zopyx/inline-html
Author: Andreas Jung
Author-email: info@zopyx.com
Maintainer: Andreas Jung
Maintainer-email: info@zopyx.com
License: GPL2
Description: inline-html
        ===========
        
        This script parses an input HTML and
        
        - inlines all images in <img> tags with data-uri
        - inlines all external stylesheets references using <link rel="stylesheet" type="text/css"...>
        - replaces all CSS references to external files (url(..)) with data-uri
        
        Requirements
        ============
        
        - works with Python 2.7 and 3.4/3.5
        
        Usage
        =====
        
        .. code:: bash
        
          bin/inline-html --in-file in.html --out-file out.html
        
        License
        =======
        
        - GPL 2
        
        Repository
        ==========
        
        - https://github.com/zopyx/inline-html
        
        Bugtracker
        ==========
        
        - https://github.com/zopyx/inline-html/issues
        
        Author
        ======
        
        | Andreas Jung/ZOPYX
        | info@zopyx.com
        | www.zopyx.com
        
Keywords: DocRaptor,HTML,CSS,DATA-URI
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Text Processing :: Markup :: HTML
