Initial release of pypdf-cli
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
First release of pypdf-cli. Requires python >= 3.6.
Build locally:
python -m pip -r requirements.txt
pytest
python -m build
Install from PyPi:
python -m pip install pypdf-cli==0.1.0