Metadata-Version: 1.0
Name: udr
Version: 1.0
Summary: A Unicode Dict Reader for CSV files
Home-page: http://koansys.org
Author: Koansys, LLC
Author-email: info@koansys.org
License: BSD-derived (http://koansys.org/LICENSE.txt)
Description: udr
        ================
        
        A Unicode Dict Reader in the spirit of csv.DictReader that recodes
        lines in UTF-8. It mostly extends the csv UnicodeReader from the
        python csv docs and makes it a dict reader.
        
        Thanks go to the authors of csv, csv.DictReader and the csv doc author.
        
        Please see docs/index.rst for the documentation.
        
        
        
        udr Changelog
        ==========================
        
        0.0 (unreleased)
        ----------------
        
        - Initial release.
        
Keywords: csv
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
