Metadata-Version: 1.1
Name: cs.csvutils
Version: 20150116
Summary: CSV file related facilities
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: CSV file related facilities.
        ============================
        
        * csv_reader(fp, encoding='utf-8', errors='replace'): python 2/3 portable interface to CSV file reading. Reads CSV data from the text file `fp` using csv.reader.
        
        * SharedCSVFile: subclass of cs.fileutils.SharedAppendLines, for sharing an append-only CSV file.
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Requires: cs.fileutils
Requires: cs.debug
Requires: cs.logutils
Requires: cs.queues
