Skip to content

Releases: MITLibraries/dspace-api-python-scripts

CLI application

28 Apr 15:10
66a6ef5
Compare
Choose a tag to compare
  • Refactors scripts as a CLI application with commands for creating new collections, adding content to existing collections, and reconciling metadata against a directory of files.
  • Includes tests and updated dependencies.
  • Removes the previous collection of self-contained scripts that can be found in release 1.0.

Self-contained Scripts

02 May 18:02
7f2c25f
Compare
Choose a tag to compare

This release contains versions of these scripts that operate entirely independently aside from a secrets.py file. In order to avoid code duplication, repeated code blocks will soon be extracted as separate functions that will be called for easier maintenance and testing.