Skip to content

Commit

Permalink
Update README and tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed May 15, 2024
1 parent f283bd9 commit 2e7608f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ If you want to generate a full template for a metadata import, use:
exodus generate_template --model book -o /path/to/sheet.csv
```

If you want to generate a sheet of checksums for files that failed to import, you can:

```shell
exodus hash_errors --path /path/to/directory --output /path/to/sheet.csv
```

## What's Missing Here Right Now

* The ability to create pcdm:Collection objects.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "utk-exodus"
version = "0.1.7"
version = "0.1.8"
description = "A tool for building import sheets from UTK legacy systems"
authors = ["Mark Baggett <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2e7608f

Please sign in to comment.