0
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added another header test More... about 15 years ago
Added a Header class and property so that styled out headers can be placed on columns in a later commit. Comes with test. More... about 15 years ago
Updated readme More... about 15 years ago
Added a unique argument to TableFu.values, which returns a set instead of a list More... about 15 years ago
Map method added More... about 15 years ago
Transpose method works More... about 15 years ago
Added utility static methods to grab CSVs from a URL or file path More... over 15 years ago
Switching comprehensions to generator expressions where possible, in vain hopes of finding a little speed More... over 15 years ago
Added serialization methods for JSON, CSV and Python dict More... over 15 years ago
Some setup.py tweaks More... over 15 years ago
Version bump to 0.3.0 More... over 15 years ago
Filtering now available More... over 15 years ago
Added a count method More... over 15 years ago
Die, camel case. More... over 15 years ago
Added docstrings to unit tests More... over 15 years ago
Added a Row.__iter__() method so list(row) works More... over 15 years ago
Better gitignore More... over 15 years ago
Added dictionary-like methods More... over 15 years ago
Cell values are now writable by setting row keys More... over 15 years ago
Changed TableFu.__init__ to accept file-like objects, specifically web pages More... almost 16 years ago
Fixed a README error More... almost 16 years ago
Added documentation on HTML output More... almost 16 years ago
Added a setup.py script More... almost 16 years ago
Now with HTML output More... almost 16 years ago
More tests. Moving toward outputting HTML
=
More... almost 16 years ago
More documentation and tests More... almost 16 years ago
Added new formatting filters: intcomma and dollars. More... almost 16 years ago
Changed the way columns get turned into strings to reflect user-set columns. More... almost 16 years ago
Added a link formatter. Still having trouble making Formatter.register work as a decorator More... almost 16 years ago
Broke format registry a bit. Trying to make it work as a decorator More... almost 16 years ago