Skip to content

UCSB-VRL/bqapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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