]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commit
*/*: refactor into a driver program and a library.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 16 Sep 2022 23:16:57 +0000 (19:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 16 Sep 2022 23:16:57 +0000 (19:16 -0400)
commit3611c026366d615fb51e31e62cdedb7d68293c3e
tree39d229ff9b38028dcf5f7def310b486a64b60826
parentecc0f1460b13cbfe3f50953431e85c0ec0785042
*/*: refactor into a driver program and a library.

Now there are a few separate modules in a "djbdns" package, and the
djbdns-logparse executable that makes use of them contains only what
the main() function used to.
bin/djbdns-logparse [new file with mode: 0755]
bin/djbdns-logparse.py [deleted file]
setup.py
src/djbdns/common.py [new file with mode: 0644]
src/djbdns/dnscache.py [new file with mode: 0644]
src/djbdns/io.py [new file with mode: 0644]
src/djbdns/tinydns.py [new file with mode: 0644]