Commit Graph

123 Commits

Author SHA1 Message Date
James Turk
40008d7b53
Merge pull request #1 from jamesturk/modernize
Modernize
2022-11-10 23:14:42 -05:00
James Turk
3cc5a61c1d bring over spatula's .github 2022-11-10 22:14:16 -06:00
James Turk
c95e4714d7 cleanup python 2 compat 2022-11-10 22:11:58 -06:00
James Turk
bd8d2d2ba2 -(object) 2022-11-10 22:08:26 -06:00
James Turk
d96cb91e24 test conversion, part one 2022-11-10 21:55:21 -06:00
James Turk
6465ab972d split src/ and tests/ 2022-11-10 21:39:51 -06:00
James Turk
3fa891b7f4 replace setup.py with pyproject.toml 2022-11-10 21:38:01 -06:00
James Turk
b832b098ca fix failing tests 2022-11-10 21:37:47 -06:00
James Turk
041518e760 cleanup flake8 2022-11-10 21:33:17 -06:00
James Turk
230039fa90 drop Python 2 stuff, including Unicode/StringFilter 2022-11-10 21:29:31 -06:00
James Turk
a7e3fc63b3 black 2022-11-10 21:26:09 -06:00
James Turk
806b8873ec update LICENSE 2017-01-26 15:06:29 -05:00
James Turk
ea8b2fc15b Update .travis.yml 2017-01-26 14:59:47 -05:00
James Turk
d6669d1ebf Update .travis.yml 2014-03-18 01:13:05 -04:00
Bob Lannon
9a0efd71c2 added ability to include a postprocessor for xmltodict object 2013-05-08 00:26:41 -04:00
Bob Lannon
bebf50e05e added ability to specify attribute prefix for fields associated with XML attributes 2013-04-16 16:58:46 -04:00
Bob Lannon
0c13be7813 added new filter for changing field names (keys) 2013-04-16 16:56:43 -04:00
Bob Lannon
65347b5993 added XMLSource, which depends on xmltodict 2013-04-15 17:16:59 -04:00
Bob Lannon
fe56a78963 added ZippedFiles object 2013-04-15 17:09:56 -04:00
Jeremy Carbaugh
984b1b6550 add FallbackCounter class used with Python 2.6 since collections.Counter was added in Python 2.7 2012-03-14 00:01:10 -07:00
Jeremy Carbaugh
adf665fcaa don't call skipTest on python 2.6 2012-03-13 23:48:53 -07:00
James Turk
99f2905c86 travis 2012-03-13 23:16:31 -07:00
James Turk
91143a7da0 Merge branch 'py3' 2012-03-13 11:28:03 -07:00
Jeremy Carbaugh
05f8d4c24c fix SqlDumpEmitter and write basic test 2012-03-12 17:39:26 -07:00
Jeremy Carbaugh
5ac3948ffe add JSONSource test 2012-03-12 17:09:55 -07:00
Jeremy Carbaugh
e0e4dd43e2 switch from BeautifulSoup to lxml 2012-03-12 16:09:15 -07:00
Jeremy Carbaugh
c7544204d8 add test for HtmlTableSource 2012-03-12 15:57:57 -07:00
Jeremy Carbaugh
4225b96ae1 fix sqlite emitter and add test 2012-03-12 00:03:20 -07:00
Jeremy Carbaugh
0e2caaf77c unicodecsv is no longer required 2012-03-11 23:18:23 -07:00
Jeremy Carbaugh
7f69f6a769 use cStringIO on Python 2.x, io.StringIO on 3.x 2012-03-11 23:17:02 -07:00
Jeremy Carbaugh
79976e3c78 remove print statement 2012-03-11 23:16:33 -07:00
Jeremy Carbaugh
d5b56b931b whole bunch of changes to support new unicode-based strings in Py3 2012-03-11 23:14:39 -07:00
Jeremy Carbaugh
46c8ab3ae3 remove duplicate test method 2012-03-11 22:54:22 -07:00
Jeremy Carbaugh
432c4f22ee handle removal of xrange 2012-03-11 22:26:29 -07:00
Jeremy Carbaugh
de72f7755c make int casting explicit 2012-03-11 22:19:15 -07:00
Jeremy Carbaugh
fad10e5a98 use either urllib2 or urllib.request as necessary 2012-03-11 22:18:12 -07:00
Jeremy Carbaugh
8d512d7e07 handle switch from generator next() to __next__() 2012-03-11 22:17:20 -07:00
Jeremy Carbaugh
e5f1012e17 use new as keyword for exceptions 2012-03-11 22:14:24 -07:00
Jeremy Carbaugh
1cfc4404cf change import to package relative import 2012-03-11 22:06:14 -07:00
Jeremy Carbaugh
12847d342e change iteritems and iterkeys to items and keys views 2012-03-11 22:05:46 -07:00
Jeremy Carbaugh
c25550f8da remove print statement 2012-03-11 21:51:58 -07:00
Jeremy Carbaugh
6503320b39 add requirements file for unicodecsv 2012-03-11 21:48:42 -07:00
James Turk
20b1e52dd5 initial docs 2012-03-11 15:40:43 -07:00
James Turk
196259e6c0 Merge branch 'master' of github.com:sunlightlabs/saucebrush 2012-01-06 22:52:38 -05:00
Jeremy Carbaugh
ac096b862f add some unncessary complexity to Histogram for sorting values alphabetically and by most common 2011-09-19 15:23:02 -04:00
Jeremy Carbaugh
638183b562 add prep_field method to histogram to allow for custom labeling and grouping of values 2011-09-19 14:41:54 -04:00
Jeremy Carbaugh
cc42012daf add class docs to Histogram 2011-09-19 14:07:03 -04:00
Jeremy Carbaugh
cdcee89658 add basic histogram stats filter 2011-09-19 14:01:36 -04:00
Jeremy Carbaugh
1587624d22 add FieldKeeper filter 2011-09-15 11:09:04 -04:00
Jeremy Carbaugh
ecbd41808a add doc for CountEmitter 'of' parameter 2011-09-14 14:21:04 -04:00