Metadata-Version: 1.0
Name: jprops
Version: 1.0
Summary: Parser for Java .properties files
Home-page: http://mgood.github.com/jprops/
Author: Matt Good
Author-email: matt@matt-good.net
License: BSD
Description: jprops
        ======
        
        Parser for Java .properties files
        
        Supports Python 2.6, 2.7, and 3.3
        
        Documentation:
        http://mgood.github.io/jprops/
        
        Changes
        =======
        
        1.0 (2013-06-12)
        ----------------
        
        * Python 3.3 support
        * More informative error when trying to write a non-string value
        
        0.2 (2012-05-02)
        ----------------
        
        * Handle Windows or Mac line endings
        
        
        0.1 (2011-10-07)
        ----------------
        
        Initial release.
Platform: any
