builds: add working CI via sr.ht's .build.yml
test: fix test_report_correct_subject_failure without internet
meta: update pyproject.toml and readme
Create borg backups using a config file
Install this tool using pip
:
pip install bassist
For help, run:
bassist --help
You can also use:
python -m bassist --help
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