Quantopian Migration Tool
In this release we add a migration tool to the pylivetrader cli
it could be used to take code written for quantopian or zipline and make it compatible to pylivetrader
you could use it as follows:
pylivetrader --help
pylivetrader migrate -i quantopian_example.py -o pylivetrader_compatible.py