jasonmellone

Results 6 issues of jasonmellone

Are there any maintained forks of this repo? There are many open PR or issues which get meaningless "this repo is no longer maintained" replies.

Per [docs](https://developer.tdameritrade.com/account-access/apis/get/accounts/%7BaccountId%7D/orders-0): ` "status": "'AWAITING_PARENT_ORDER' or 'AWAITING_CONDITION' or 'AWAITING_MANUAL_REVIEW' or 'ACCEPTED' or 'AWAITING_UR_OUT' or 'PENDING_ACTIVATION' or 'QUEUED' or 'WORKING' or 'REJECTED' or 'PENDING_CANCEL' or 'CANCELED' or 'PENDING_REPLACE' or 'REPLACED' or...

``` # coding: utf-8 # In[1]: from xbrl import XBRLParser, GAAP, GAAPSerializer response = urllib2.urlopen("https://www.sec.gov/Archives/edgar/data/909832/000090983216000032/cost-20160828.xml") html = response.read() with open("xbrl.xml","w") as f: f.write(html) # In[9]: xbrl_parser = XBRLParser() xbrl =...

question

Hello Installing this and using it as "from google import google" causes MANY conflicts with google's cloud API. May you **please** consider renaming the library. This is a really nice...

Nice project but may you please add a build requirements for this work?

### Bug summary I created a environment, `pip install -U prefect` and tried running `prefect server start` and get the below error. Thanks for any help! trace and pip freeze...

bug