Noah Levitt
|
2c65ff89fa
|
add license headers
|
2016-04-06 19:37:55 -07:00 |
|
Noah Levitt
|
5f84b061f3
|
make it work with python 2.7 again
|
2015-03-18 16:29:44 -07:00 |
|
Noah Levitt
|
a2c25d4242
|
split into even more source files
|
2014-11-20 00:04:43 -08:00 |
|
Noah Levitt
|
e89fba4332
|
logic fix
|
2014-01-06 17:22:00 -08:00 |
|
Kelsey Hawley
|
48a2db509f
|
updated string printing to be consistent between python 2 & 3. Previously, python 3 would print the db key & values as byte code, while python 2 inherently ignores this when printing. Now the stdout is the same in both versions.
|
2013-12-20 13:47:41 -08:00 |
|
Kelsey Hawley
|
44ea56d65c
|
addressed odd python 3 issue where whichdb cannot recognize an ndbm unless that module has been previously imported. Also removed file_location variable as it wasn't being used afterall
|
2013-12-20 13:43:49 -08:00 |
|
Kelsey Hawley
|
43158fdce2
|
reconfigured dump-anydbm to check the output of whichdb instead of checking for file existence first. This helps bypass the issue of an ndbm database only be recognized without its extension. If which returns None, then the file does not exist, and if it returns '' then it cannot process it
|
2013-12-18 21:16:52 -08:00 |
|
Noah Levitt
|
e9e152ca7d
|
tox (and travis ci?) were hiding the fact that the gdbm dependency was the problem
|
2013-12-07 00:27:59 -08:00 |
|
Noah Levitt
|
371f9e3d43
|
chmod a+x bin/warcprox
|
2013-11-27 11:57:13 -08:00 |
|
Noah Levitt
|
bfd1cf432e
|
warcprox command
|
2013-11-19 17:16:04 -08:00 |
|
Noah Levitt
|
b8ad8abffe
|
working on packaging
|
2013-11-15 22:35:32 -08:00 |
|