We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gspread - https://github.com/burnash/gspread
gspread API Reference - http://gspread.readthedocs.org/en/latest/index.html
gspread w/ oauth2 - http://gspread.readthedocs.org/en/latest/oauth2.html
pyopenssl error - http://chriskief.com/tag/pyopenssl/
harder than it should be, need to install a few things via macports or homebrew (macports shown)
sudo port install openssl sudo env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/opt/local/lib" CFLAGS="-I/opt/local/include" pip install cryptography PyOpenSSL oauth2client gspread
sudo port install openssl
sudo env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/opt/local/lib" CFLAGS="-I/opt/local/include" pip install cryptography PyOpenSSL oauth2client gspread