Import MaxMind's CSV files into our database cache.48/head
commitb79ff82b75e78ee883a8d3b53f11491a9acb4a74
authorKarsten Loesing <karsten.loesing@gmx.net>
Thu, 22 Nov 2012 20:44:43 +0000 (22 15:44 -0500)
committerKarsten Loesing <karsten.loesing@gmx.net>
Thu, 22 Nov 2012 20:44:43 +0000 (22 15:44 -0500)
tree9888fe63399eedc4c39deb679fe00ed6271acd1f
parent8527da513c9e163c648e715680e1c98388aeeaee
Import MaxMind's CSV files into our database cache.

So far, we were using MaxMind's binary database format together with their
library.  That added another dependency, and it made it harder to handle
all data sources (RIR, LIR, MaxMind) with the same code.

This commit also cleans up DownloaderParser and the unit tests.
.gitignore [new file with mode: 0644]
blockfinder
blockfindertest.py
test_data.py [deleted file]
test_lir_data.gz [new file with mode: 0644]
test_rir_data [new file with mode: 0644]