Skip to content

Instantly share code, notes, and snippets.

View yinhm's full-sized avatar
🎯
Focusing

yinhm yinhm

🎯
Focusing
View GitHub Profile
@yinhm
yinhm / zipline_adapter.py
Created November 16, 2012 06:06 — forked from fawce/csvds.py
Rough draft, datafeed adapater for zipline
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2012 fawce@zipline
# Copyright 2012 yinhm
"""
Generator-style datafeed adapater for zipline.
Based on https://gist.github.com/4057021
"""