The dependency on pdftables and pdfminer is problematic, as it is Python 2 only. pdftables.six and pdfminer.six provides Python 3, however the bigger problem is that the supplier of pdftables was ScaperWiki, and they deleted their repo, and the tests rely on test data which has vanished, and the package contains some very junky modules which reference specific filenames, like experimental code referring to missing test data (see pdftables/runtables.py pdftables/TableFinder.py).
The dependency on pdftables and pdfminer is problematic, as it is Python 2 only. pdftables.six and pdfminer.six provides Python 3, however the bigger problem is that the supplier of pdftables was ScaperWiki, and they deleted their repo, and the tests rely on test data which has vanished, and the package contains some very junky modules which reference specific filenames, like experimental code referring to missing test data (see pdftables/runtables.py pdftables/TableFinder.py).
Anyways,