dlab-projects / marketflow

Basic Python library for working with the TAQ (US Trade and Quote) dataset
http://marketflow.readthedocs.org/
BSD 2-Clause "Simplified" License
9 stars 11 forks source link

Move over basic-taq directory from BIDS-collaborative #1

Closed davclark closed 9 years ago

davclark commented 9 years ago

File is at https://github.com/BIDS-collaborative/dlab-finance/blob/master/basic-taq/raw_taq.py

Once we have that, remove from the BIDS-collaborative repo.

davclark commented 9 years ago

cc @yangraymond

davclark commented 9 years ago

You can get information on how to structure a python package at the Python Packaging Guide.

davclark commented 9 years ago

If you get stuck, drop back into the dlab-finance room on Gitter (it just uses your github account).

juanshishido commented 9 years ago

Done and done.

davclark commented 9 years ago

I should've been a bit more clear. This is meant to be a python package. So, it should have library code, tests, and data necessary to run the tests. That directory should mostly stay in dlab-finance.

I forgot to mention it here, but in talking to @yangraymond, we agreed that simply taq would be a nice name for the module itself.

Also see above for information on how to structure a python package.

juanshishido commented 9 years ago

No worries. I didn't see the other comments. I'll restructure.

davclark commented 9 years ago

The stuff that should be left in that dlab-berkeley/raw_taq directory could also get updated to use the new module. That's a great first test. But you can treat that as a separate issue (which should be filed in that repo).