Metadata-Version: 2.1
Name: cssspriter
Version: 0.2.1
Summary: CSS Sprites generator
Home-page: https://github.com/perrinjerome/cssspriter
Author: Jérome Perrin
License: GPL
Description: css-spriter
        ===========
        
        Rewrite a CSS to use CSS-Sprites.
        Takes the URL of one or multiple CSS as input, download all images, rewrite CSS
        and produce a CSS and a merged image as output.
        
        This only supports images as ``background-image:``.
        
        Example usage::
          
          ./bin/cssspriter -i http://localhost/devel.css -o full.css -O full.png
        
Keywords: css sprite
Platform: UNKNOWN
Description-Content-Type: text/x-rst
