jegesh / python-random-access-file-reader

Low memory usage random access reader for csv and general files
14 stars 6 forks source link

update for Python 3.x #3

Closed carvetighter closed 6 years ago

carvetighter commented 6 years ago

Do you mind if I update your package for Python 3.x?

I'm kicking off the rust as far as development goes and this would be good to help me and you can give me feedback on what to do differently.

This issue I ran into is that StringIO is moved to io.StringIO.

jegesh commented 6 years ago

There is already an outstanding PR for this issue. If you have any comments you can add them there. Thanks for your interest.