artefactual-labs / bagit-gython

An experimental Go library that integrates Python's reliable BagIt implementation using an embedded modern Python interpreter.
https://pkg.go.dev/github.com/artefactual-labs/bagit-gython
Apache License 2.0
0 stars 0 forks source link

Implement make command #5

Closed sevein closed 2 months ago

sevein commented 3 months ago

This PR introduces a new method to make bags. I've made some refactoring to encapsulate the interactions with the runner helper that we use to wrap bagit-python, but I suspect that more could be done in the future.

It depends on https://github.com/artefactual-labs/bagit-gython/pull/4.