insider.git
11 years agoscrape.nasdaq: Strip whitespace from scraped values master
W. Trevor King [Sat, 16 Feb 2013 02:29:20 +0000 (21:29 -0500)]
scrape.nasdaq: Strip whitespace from scraped values

For example, I was getting '\nDIR\n' as a relation code.

11 years agoscrape.nasdaq: Add logging for easier debugging
W. Trevor King [Sat, 16 Feb 2013 02:28:14 +0000 (21:28 -0500)]
scrape.nasdaq: Add logging for easier debugging

If things fail silently, it's hard to know what went wrong.

11 years agoscrape.nasdaq: Convert to BeautifulSoup v4
W. Trevor King [Sat, 16 Feb 2013 02:25:42 +0000 (21:25 -0500)]
scrape.nasdaq: Convert to BeautifulSoup v4

No change in the usage, except that the class attribute is now a list.

11 years agoREADME: Fix 'echanges' -> 'exchanges' typo
W. Trevor King [Sat, 16 Feb 2013 01:48:24 +0000 (20:48 -0500)]
README: Fix 'echanges' -> 'exchanges' typo

12 years agoChange my email address from drexel.edu to tremily.us.
W. Trevor King [Wed, 18 Apr 2012 17:18:58 +0000 (13:18 -0400)]
Change my email address from drexel.edu to tremily.us.

12 years agoFix tremily -> blog.tremily in homepage URL in setup.py.
W. Trevor King [Tue, 28 Feb 2012 14:26:22 +0000 (09:26 -0500)]
Fix tremily -> blog.tremily in homepage URL in setup.py.

12 years agoUpdate URLs from einstein to tremily.
W. Trevor King [Wed, 22 Feb 2012 16:56:12 +0000 (11:56 -0500)]
Update URLs from einstein to tremily.

12 years agoFix web.* -> insider in setup.py package list.
W. Trevor King [Thu, 4 Aug 2011 19:18:43 +0000 (15:18 -0400)]
Fix web.* -> insider in setup.py package list.

12 years agoOops, markdown -> rst for insider link in README.
W. Trevor King [Thu, 21 Jul 2011 22:25:03 +0000 (18:25 -0400)]
Oops, markdown -> rst for insider link in README.

12 years agoAdd long_description (REAMDE) to setup.py.
W. Trevor King [Thu, 21 Jul 2011 22:23:16 +0000 (18:23 -0400)]
Add long_description (REAMDE) to setup.py.

12 years agoAdd 'scraper -> UNKNOWN company' warning to the README.
W. Trevor King [Thu, 21 Jul 2011 19:40:26 +0000 (15:40 -0400)]
Add 'scraper -> UNKNOWN company' warning to the README.

12 years agoAdd nasdaq.py scraper and update README.
W. Trevor King [Thu, 21 Jul 2011 19:36:12 +0000 (15:36 -0400)]
Add nasdaq.py scraper and update README.

12 years agoRemove debugging printouts from NumberColumn.render().
W. Trevor King [Thu, 21 Jul 2011 19:23:22 +0000 (15:23 -0400)]
Remove debugging printouts from NumberColumn.render().

12 years agoAdd Transaction.source and add_transaction.
W. Trevor King [Thu, 21 Jul 2011 19:15:17 +0000 (15:15 -0400)]
Add Transaction.source and add_transaction.

12 years agoAdd NumberColumn for nicely formated numbers.
W. Trevor King [Thu, 21 Jul 2011 19:13:16 +0000 (15:13 -0400)]
Add NumberColumn for nicely formated numbers.

Also remove unused AttrAccessor.

12 years agoSwap out my icon in favor of one by DesignKode.
W. Trevor King [Thu, 21 Jul 2011 16:54:22 +0000 (12:54 -0400)]
Swap out my icon in favor of one by DesignKode.

From their website [1]:

DesignKode is releasing this set of 40 free high quality icons for
your web site and application GUI designs. All icons in this set are
32 x 32 pixel PNG image files. You may freely use these icons in your
commercial or personal projects without attribution.

[1] http://www.designkode.com/blog/free-developer-icons

12 years agoAdd /favicon.ico url (tried automatically by many browsers).
W. Trevor King [Thu, 21 Jul 2011 16:53:48 +0000 (12:53 -0400)]
Add /favicon.ico url (tried automatically by many browsers).

12 years agoBegan versioning.
W. Trevor King [Thu, 21 Jul 2011 16:38:34 +0000 (12:38 -0400)]
Began versioning.