/bplus

The database shell with a passing grade.

Primary LanguagePythonOtherNOASSERTION

bplus

Build Status Coverage Documentation PyPI PyPI Pythons License

The database shell with a passing grade.

Features

  • What it do?

Usage

  • TODO

Install

pip install bplus

Documentation

See https://bplus.readthedocs.org/en/latest/

Development

pip install poetry
cd bplus
poetry install

Run

To run cli entrypoint:

poetry run bplus --help

Tests

poetry run tox

Docker

To run with docker

docker build -t bplus .
docker run bplus:latest bplus --help