Commit Graph

8 Commits

Author SHA1 Message Date
brent s f3c2045d8d THIS ISN'T WORKING.
so it works for a bit on the compression, BUT... eventually i invariably get a:

Traceback (most recent call last):
  File "/tmp/sksdump.py", line 163, in <module>
    main()
  File "/tmp/sksdump.py", line 159, in main
    compressDB()
  File "/tmp/sksdump.py", line 135, in compressDB
    fh_out.write(lrzip.compress(fh_in.read()))
OSError: [Errno 9] Bad file descriptor

So. I'm gonna try it outside of a with.
2017-09-01 14:47:48 -04:00
brent s 634427cb95 adding sksdump, also not done yet... 2017-09-01 00:55:55 -04:00
brent s 07edd7cc82 another progress check-in, keys now import (but i'd like to do this natively with pygpgme instead of via subprocess) 2017-08-29 12:26:49 -04:00
brent s 8dbec29bd0 formatting's fucking.... ugly. i'm gonna strip the headers and such 2017-08-28 23:07:35 -04:00
brent s ef948d877b another check-in, about to implement searching/fetching 2017-08-28 17:09:12 -04:00
brent s 1d84581a79 check-in 2017-08-28 14:56:45 -04:00
brent s c1d4b53185 i think the test cases are done... 2017-08-28 10:49:11 -04:00
brent s 9054445967 initial commit 2017-08-28 01:46:39 -04:00