Commit Graph

16 Commits

Author SHA1 Message Date
Bryan Bishop 906150e033
render markdown on pypi
fixes #54
2020-09-07 09:21:19 -05:00
vi 95a249d8ab Package: use a version of PDFMiner since the interface change (#37). 2013-12-07 07:23:47 +08:00
Bryan Bishop 1ff513389f wow, how did setup.py stay like that for so long? 2013-09-16 15:09:59 -05:00
Bryan Bishop c3e590f22f Revert "fixed self-referential package install and cleaned out __init__.py"
This reverts commit 2275565fb2.

__init__.py is needed for ./bin/pdfparanoia to work.

Conflicts:
	setup.py
2013-07-19 20:19:44 -05:00
Cathal Garvey 6030778089 Made dependencies vary by version to select py3k port of pdfminer if using Py3k 2013-07-14 11:01:27 +01:00
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