Skip to content
This repository was archived by the owner on Jul 13, 2018. It is now read-only.
This repository was archived by the owner on Jul 13, 2018. It is now read-only.

Potential for dropping csvkit dependency #2

Description

@rdmurphy

Unless there are bigger plans to use it further down the line, we could potentially pull into utils.py the code needed to power UnicodeCSVReader. It's ~40 lines and only carries the csv dependency.

https://github.com/onyxfish/csvkit/blob/master/csvkit/unicsv.py#L16

It's essentially a light rewrite of the example code provided in the csv module documentation, which they acknowledge here.

Just a thought. Could maybe make Python 3 happy as well?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions