akapur / pyiqfeed

Python LIbrary for reading DTN's IQFeed
GNU General Public License v2.0
168 stars 108 forks source link

All previous updates, plus updated BarConn to return numpy array #12

Closed erickmiller closed 7 years ago

erickmiller commented 7 years ago

This is an updated pull request with all new features plus a feature/bug fix for the following issue: https://github.com/akapur/pyiqfeed/issues/11

Also contains the following updates from the last pull request:

Added more PEP8 fixes to conn.py, now when running pylint --confidence=HIGH -E -s y conn.py The pylint analysis results in:

Your code has been rated at 10.00/10

Also includes the previously requested fixes from prior pull request: PEP compliance (ran static checking and fixing with pylint and autopep) Refactored DerivConn into BarConn Removed DerivativeInfo from library Reverted mkt_tm potentially obsolete bug fix

Again for the manual merge, still not sure where the conflict is but it shouldn't be logical.

erickmiller commented 7 years ago

Closing this pull request as it is obsolete and superseded by the latest pull request: https://github.com/akapur/pyiqfeed/pull/13