Metadata-Version: 1.1
Name: addpage
Version: 0.0.2
Summary: `addpage` is a package for adding page number to PDF file.
Home-page: https://pypi.python.org/pypi/addpage
Author: Saito Tsutomu
Author-email: tsutomu.saito@beproud.jp
License: PSFL
Description: `addpage` is a package for adding page number to PDF file.
        ::
        
           $ addpage -h
           usage: addpage [-h] [-o OUTFILE] [-n FONT_NAME] [-z FONT_SIZE] [-s START]
                          [-k SKIP] [-x MARGIN_X] [-y MARGIN_Y]
                          [-a {center,left,right}] [-f FORMAT]
                          infile
           
           Add page number to PDF file.
           
           positional arguments:
             infile                input PDF file
           
           optional arguments:
             -h, --help            show this help message and exit
             -o OUTFILE, --outfile OUTFILE
             -n FONT_NAME, --font-name FONT_NAME
             -z FONT_SIZE, --font-size FONT_SIZE
             -s START, --start START
             -k SKIP, --skip SKIP
             -x MARGIN_X, --margin-x MARGIN_X
             -y MARGIN_Y, --margin-y MARGIN_Y
             -a {center,left,right}, --alignment {center,left,right}
             -f FORMAT, --format FORMAT
        
        
        Requirements
        ------------
        * Python 3.6 later
        
        Features
        --------
        * nothing
        
        Setup
        -----
        ::
        
           $ pip install addpage
        
        History
        -------
        0.0.1 (2018-9-23)
        ~~~~~~~~~~~~~~~~~~
        * first release
        
        
Keywords: addpage
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
