Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.18 KB

Bisque API for Python 3

Upload Python Package

Full Documentation

For development, follow this guide and this repo.

Installing

pip install bqapi-ucsb

Pypi link

Usage

from bqapi.comm import BQSession
from bqapi.util import fetch_blob

Development

For development, follow this guide and this repo.

Added GitHub Action

Summary

  1. Clone repo
  2. Make any necessary changes to source code, setup.py, and setup.cfg
  3. Run python setup.py sdist on main folder
  4. Install twin if not installed, pip install twine
  5. Make sure to have PyPi account credentials
  6. run twine upload dist/* from main folder
  7. Enter username and password