Skip to content

Initial release of pypdf-cli

Compare
Choose a tag to compare
@Tobi208 Tobi208 released this 14 Dec 16:42
· 17 commits to master since this release

First release of pypdf-cli. Requires python >= 3.6.

  • Build locally:

    • Download source
    • python -m pip -r requirements.txt
    • test with pytest
    • python -m build
  • Install from PyPi:

    • python -m pip install pypdf-cli==0.1.0