This is a pre-alpha project. Everything in this repo is subject to heavy change.

Build & Test

View the Project on Github here.

Metadata Parsers

Capture Steps

Installation

pip3 install -r requirements.txt

python3 was not linked, so had to:

brew link --overwrite python

Tests

To run the tests, run:

./run-tests.sh

Tun run a single test, from root run:

./run-tests.sh <name of test>

Packaging

pip3 wheel -r requirements.txt