Skip to content

Releases: longaccess/bigstash-python

New feature: log files

Choose a tag to compare

@kouk kouk released this 15 Jun 09:27

We now log errors to a file by default in ~/.config/bigstash/logs/bigstash.

new feature: ignore files

Choose a tag to compare

@kouk kouk released this 08 Jun 09:35

We added the --ignore-file option to specify a file with .gitignore syntax. Files matching the patterns in the file will be ignored.

management features

Choose a tag to compare

@kouk kouk released this 27 May 14:42

New bgst commands:

  • info - shows info about an archive
  • notifications - shows account notifications

First release of bigstash-python

Pre-release

Choose a tag to compare

@kouk kouk released this 15 May 15:20

This release provides a tool, bgst for interacting with the BigStash API. Run it from the command line for usage instructions. An SDK for calling the API from your own Python code exists and will soon be documented.