csv_object_reader

CSV file reader which returns objects


Keywords
csv_object_reader, csv
License
MIT
Install
pip install csv_object_reader==0.1.1

Documentation

csv_object_reader

https://travis-ci.org/fireyone29/csv_object_reader.svg?branch=develop https://coveralls.io/repos/fireyone29/csv_object_reader/badge.svg?branch=develop Documentation Status

Homepage

Visit the home of csv_object_reader on the web: https://github.com/fireyone29/csv_object_reader

Summary

A simple module which mimics the reader classes from python's csv module but returns an object whose attributes are the members of the header instead of a list or dict.

The ObjectReader also provides a way to make fields required to be present and required to be not empty.