yinhm / datafeed

A Datafeed System for Financial Data.
Apache License 2.0
133 stars 46 forks source link

DataSource can't import from zipline,sources? #9

Closed javagg closed 8 years ago

javagg commented 8 years ago

I am working on the integration of a live data feed with zipline. When implementing a new datasource, I found that DataSource is not exported from zipline,sources. Is there some reason for this? Can I implement a new datasource without subclassing from DataSource? Thanks!