freebsd-ports/devel/py-get-reader/pkg-descr
Sunpoet Po-Chuan Hsieh e42096ef17 Add py-get-reader 1.0.0
get-reader provides a get_reader() function that returns reader objects similar
to those returned by csv.reader(). This package:
- reduces common boilerplate code for handling files and reading records.
- reads data from CSV, pandas, SQL connections, MS Excel, DBF, and squint.
- provides a single interface across Python versions (including seamless
  Unicode-aware CSV support for Python 2).
- is easy to incorporate into your own projects.

WWW: https://github.com/shawnbrown/get_reader
2020-12-24 13:48:37 +00:00

9 lines
490 B
Text

get-reader provides a get_reader() function that returns reader objects similar
to those returned by csv.reader(). This package:
- reduces common boilerplate code for handling files and reading records.
- reads data from CSV, pandas, SQL connections, MS Excel, DBF, and squint.
- provides a single interface across Python versions (including seamless
Unicode-aware CSV support for Python 2).
- is easy to incorporate into your own projects.
WWW: https://github.com/shawnbrown/get_reader