~rensoliemans/bassist

bca90db7 — Rens Oliemans 10 months ago
builds: add working CI via sr.ht's .build.yml
0f3fcf8e — Rens Oliemans 10 months ago
test: fix test_report_correct_subject_failure without internet
2903f5a2 — Rens Oliemans 10 months ago
meta: update pyproject.toml and readme

clone

read-only
https://git.sr.ht/~rensoliemans/bassist
read/write
git@git.sr.ht:~rensoliemans/bassist

You can also use your local clone with git send-email.

#bassist

PyPI builds.sr.ht status

Create borg backups using a config file

#Installation

Install this tool using pip:

pip install bassist

#Usage

For help, run:

bassist --help

You can also use:

python -m bassist --help

#Development

git clone https://git.sr.ht/~rensoliemans/bassist
cd bassist

If using direnv:

echo "layout python" > .envrc
direnv allow

Otherwise, create a virtual environment and activate it. Then, install the dependencies and dev dependencies:

pip install -e '.[dev]'

To run the tests:

pytest