Flywheel Migration Toolkit


Keywords
Flywheel, data, migration, toolkit
License
MIT
Install
pip install flywheel-migration==13.10.2

Documentation

Flywheel Migration Toolkit

CircleCI

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