Skip to content

UCSB-VRL/bqapi

Repository files navigation

Bisque API for Python 3

Upload Python Package Pre-commit Checks PyPI Documentation PyPi Installs

Install

pip install bqapi-ucsb

Usage

Upload Image

Upload your first image to BisQue using our tutorial!

Upload an Image to BisQue

Development

For development, follow this guide and this repo.

Contribute

  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