1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-04 18:17:47 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Bryan Bishop
cafb7330b6 bump version to 0.0.14 2013-07-09 01:35:23 -05:00
Carl Crott
2275565fb2 fixed self-referential package install and cleaned out __init__.py 2013-07-08 22:48:45 -07:00
Cathal Garvey
95e92420c9 Modified the "pdfparanoia" script in bin/ so it uses Argparse and the "with" context statement.
As python 2.6 was already commented as a potential environment, there seemed little
reason to not use Argparse rather than a sys.argv popping system; argparse offers
automatically generated usage documentation and can offer useful errors when input
is incorrect.

The "with" context statement is also highly excellent and should be used wherever
legacy support for old-timers using 2.6 is not needed.
2013-03-21 23:37:34 +00:00
Bryan Bishop
775b927b42 pdfparanoia command-line interface 2013-02-09 09:44:48 -06:00
Bryan Bishop
4f0208963d remove pdfquery from requirements 2013-02-06 00:03:33 -06:00
Bryan Bishop
aa3e188ef4 more setup.py madness 2013-02-05 04:29:16 -06:00
Bryan Bishop
302d2ff2e5 include plugins in package 2013-02-05 04:20:26 -06:00
Bryan Bishop
99285252fc include README.md via MANIFEST.in 2013-02-05 04:17:05 -06:00
Bryan Bishop
011c10c5c4 more setup.py magic 2013-02-05 04:14:08 -06:00
Bryan Bishop
99c88643f7 fix README packaging 2013-02-05 03:56:07 -06:00
Bryan Bishop
d8fc6c1d8f initial commit 2013-02-05 03:10:14 -06:00