1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/py-gspreadsheet/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

12 lines
546 B
Plaintext

gspreadsheet is a wrapper around a wrapper to get Google spreadsheets to look
like csv.DictReader.
If you're used to working with CSVs or a human, you'll find that working with
Google's Python API for spreadsheets is so frustrating. With gspreadsheet, you
can adapt your existing csv code to work with Google Spreadsheets with just two
line changes. As an added bonus, if you alter the dict, those changes get saved
back to the original spreadsheet.
WWW: https://pypi.org/project/gspreadsheet/
WWW: https://github.com/texastribune/gspreadsheet