pygetpapers icon indicating copy to clipboard operation
pygetpapers copied to clipboard

Options are inconsistent between `getpapers` and `pygetpapers`

Open petermr opened this issue 3 years ago • 0 comments

It is ESSENTIAL that ALL options common to getpapers and pygetpapers are IDENTICAL.

Example:

getpapers --pdf

but

pygetpapers --makepdf

Changing the options mean that any existing scripts for getpapers will break. Please check that EVERY option in getpapers is either implemented in exactly the same way, or is documented as unimplemented (NOT changed)

It is also essential that options behave in exactly the same way, or have enhanced, consistent, functionality.

Example:

--api <repository>  Repository to search (default EPMC)

Currently only EPMC is implemented in pygetpapers

(The current pygetpapers --api flag changes the operations and its use is inconsistent

petermr avatar Mar 17 '21 09:03 petermr