google / gdata-python-client

444 stars 228 forks source link

Python3 version is needed #47

Open picibucor opened 8 years ago

picibucor commented 8 years ago

Hi all,

I would like to use gdata with python3.

afcruzs commented 7 years ago

Is this library still maintained?

dvska commented 7 years ago

pip install -e git+https://github.com/dvska/gdata-python3#egg=gdata

andres-torres-marroquin commented 6 years ago

Alternatively you can add use pip install https://github.com/dvska/gdata-python3/archive/35fb3482e3a42e9ca638ba23ccbb712d95a60bd1.zip#egg=gdata (for an specific commit) in the case you don't have git available.