Metadata-Version: 1.1
Name: SudokuJson2Pdf
Version: 0.0.4
Summary: This project provides a tool which convert json file of sudokuinformation to pdf.
Home-page: https://github.com/yassu/SudokuJson2Pdf
Author: Yassu
Author-email: mathyassu@gmail.com
License: Released Under the Apache license
https://github.com/yassu/SudokuJson2Pdf

Description: ================
        SudokuJson2Pdf
        ================
        
        This project provides a tool which converts json file of sudoku information to pdf.
        
        How to Install
        ================
        
        ::
        
          $ pip install SudokuJson2pdf
        
        Usage
        =======
        
        ::
        
          $ sudoku2pdf.py [option] question-filename [answer-filename]
        
        For example, if you want to output out.pdf from in.json with hidden title, you can obtain by
        following code:
        
        ::
        
          $ sudoku2pdf.py --hidden-title in.json -o out.pdf
        
        License
        =========
        
        Apache License 2.0
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: Freeware
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
