Metadata-Version: 1.0
Name: pypdflib
Version: 0.1.a1
Summary: PangoCairo based Python PDF Library
Home-page: http://github.com/santhoshtr/pypdflib
Author: Santhosh Thottingal
Author-email: santhosh.thottingal@gmail.com
License: LGPL 3.0
Description: pypdflib: Python based PDF Rendering Library
        ============================================
        
        Features:
        ---------------------------
        * Uses Pango Cairo for rendering
        * Supports Complex scripts such as Indic scripts
        
        How to Install:
        ---------------------------
        
        1. Get the sourcecode
        
                git clone git://github.com/santhoshtr/pypdflib.git
        
        2. Goto the pypdflib folder, Bootstrap the buildout system
        
                python bootstrap.py
        
        3. Create the eggs
        
                bin/buildout setup . build
        
        4. Install the library
        
                sudo bin/buildout setup . install 
        
        
        
        
Platform: UNKNOWN
