Flywheel Migration Toolkit
flywheel-migration is a library that provides configurable parsing and de-identification of foreign data.
Building
It's recommended that you use pipenv to manage dependencies. For example:
> python3 -m pip install pipenv
> pipenv install -e .[dev]
Testing
Tests and python linting can be done using the tests.sh
script, after running pipenv install:
> pipenv run tests/bin/tests.sh