For development, follow this guide and this repo.
pip install bqapi-ucsb
from bqapi.comm import BQSession
from bqapi.util import fetch_blob
For development, follow this guide and this repo.
- Clone repo
- Make any necessary changes to source code, setup.py, and setup.cfg
- Run
python setup.py sdist
on main folder - Install twin if not installed,
pip install twine
- Make sure to have PyPi account credentials
- run
twine upload dist/*
from main folder - Enter username and password