Metadata-Version: 1.1
Name: cascadenik
Version: 2.1.1
Summary: Cascading Stylesheets For Mapnik
Home-page: https://github.com/mapnik/Cascadenik
Author: Michal Migurski
Author-email: mike@teczno.com
License: todo
Description: Usage
        =====
        
        See `INSTALL.md` for installation instructions.
        
        See the `doc/` folder for more usage examples.
        
        Unroll the rules in example.mss and show their cascade order:
        
            % cascadenik-style.py example.mss > example-ordered-unrolled.mss
        
        Compile `example.mml` into a Mapnik-suitable XML file:
        
            % cascadenik-compile.py example.mml example-compiled.xml
        
        Render a MML file directly to an image using nik2img.py:
        
            % nik2img.py example.mml example.png
        
Keywords: Mapnik,xml,css,mapping
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Utilities
Requires: Mapnik
Requires: cssutils
Requires: PIL
