Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 978 Bytes

File metadata and controls

31 lines (23 loc) · 978 Bytes

brickset CLI

build Maintainability Code Coverage

A command line interface for brickset's v3 API.

Requirements

  • Python 3.10+

Installation

$ python3.10 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ brickset config $BRICKSET_API_KEY
$ brickset login
# prompted for username/password to retrieve a user hash

Running tests

$ brew install pipx qlty
$ pipx ensurepath
$ pipx install nox
$ nox