Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 470 Bytes

File metadata and controls

27 lines (17 loc) · 470 Bytes

basset-python-client

Python client for submitting snapshots to basset

Documentation

Check out basset.io for instructions on usage

Install from pip

pip install basset-python-client

Install source

pipenv install

This package uses pipenv, you can get instructions on installing pipenv here

Run tests

pipenv run python -m unittest discover tests -v