lebedov / python-pdfbox

Python interface to Apache PDFBox command-line tools.
Other
75 stars 24 forks source link

Hack using 'base_version' to get 'Major' version #29

Closed bgiesbrecht closed 3 years ago

mara004 commented 1 year ago

Better than #32 but still not optimal since we're now unnecessarily calling pkg_resources.parse_version twice instead of caching the result.