Metadata-Version: 1.0
Name: icyeye
Version: 0.1.2
Summary: Inlining of images into CSS files
Home-page: UNKNOWN
Author: Euan Goddard
Author-email: euan.goddard+icyeye@gmail.com
License: UNKNOWN
Description: The Inline CSS Images package (icyeye) provides functionality for transforming
        url(...) declarations in CSS files which refer to images on disk into an inline
        base64 encoded representation of that file.
        
        The purpose of this project is to cut down on HTTP overhead when many small
        images files are referenced by the CSS.
Keywords: css images
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
