This is a work-in-progress port of the python-based [Calcyte tool](https://codeine.research.uts.edu.au/eresearch/calcyte).
## Status
This is Beta code.
## About
Calcyte is a toolkit to implement the [DataCrate] specification:
1. Managing metadata for collections of content via automatically generated
spreadsheets, to create CATALOG.json files
2. Generating HTML from DataCrate CATALOG.json files.
3. Packaging data in BagIt format, and optionally zipping it.
Calcyte targets the [Draft DataCrate Packaging format v0.3](https://github.com/UTS-eResearch/datacrate/blob/master/spec/0.3/data_crate_specification_v0.3.md).
## Installation
- Install [node.js](https://nodejs.org/en/)
- Install the [BagIt](https://github.com/LibraryOfCongress/bagit-java)
`brew install bagit`
- Install Siegfreid using the [instructions](https://github.com/richardlehane/siegfried/wiki/Getting-started).