{ "info": { "author": "Yassu", "author_email": "mathyassu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: Freeware", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "================\nSudokuJson2Pdf\n================\n\nThis project provides a tool which converts json file of sudoku information to pdf.\n\nHow to Install\n================\n\n::\n\n $ pip install SudokuJson2pdf\n\nUsage\n=======\n\n::\n\n $ sudoku2pdf.py [option] question-filename [answer-filename]\n\nFor example,\n\n::\n\n $ cat examples/question1.json\n [\n [\n [1, 8, 7, 4, 9, 3, 6, 5, 2],\n [6, 4, 3, 1, 2, 5, 8, 9, 7],\n [2, 5, 9, 7, 8, 6, 3, 1, 4],\n\n [7, 1, 4, 2, 3, 8, 5, 6, 9],\n [9, 6, 8, 5, 7, 1, 4, 2, 3],\n [5, 3, 2, 6, 4, 9, 1, 7, 8],\n\n [8, 7, 6, 9, 1, 4, 2, 3, 5],\n [4, 9, 1, 3, 5, 2, 7, 8, 6],\n [3, 2, 5, 8, 6, 7, 9, 4, 1]\n ],\n [\n [8, 4, 6, 9, 2, 7, 5, 1, 3],\n [3, 5, 2, 8, 4, 1, 9, 7, 6],\n [7, 1, 9, 6, 3, 5, 4, 2, 8],\n\n [1, 7, 4, 5, 6, 9, 3, 8, 2],\n [6, 8, 3, 2, 1, 4, 7, 9, 5],\n [2, 9, 5, 3, 7, 8, 1, 6, 4],\n\n [4, 2, 7, 1, 8, 3, 6, 5, 9],\n [5, 6, 1, 4, 9, 2, 8, 3, 7],\n [9, 3, 8, 7, 5, 6, 2, 4, 1]\n ]\n ]\n\n $ cat examples/answer1.json\n [\n [\n [1, \".\", 7, 4, 9, 3, 6, 5, 2],\n [6, 4, 3, 1, 2, 5, 8, 9, 7],\n [2, 5, 9, 7, 8, 6, 3, 1, 4],\n\n [7, 1, 4, 2, 3, 8, 5, 6, 9],\n [9, 6, 8, 5, 7, 1, 4, 2, 3],\n [5, 3, 2, 6, 4, 9, 1, 7, 8],\n\n [8, 7, 6, 9, 1, 4, 2, 3, 5],\n [4, 9, 1, 3, 5, 2, 7, 8, 6],\n [3, 2, 5, 8, 6, 7, 9, 4, 1]\n ],\n [\n [8, \".\", 6, 9, 2, 7, 5, 1, 3],\n [3, 5, 2, 8, 4, 1, 9, 7, 6],\n [7, 1, 9, 6, 3, 5, 4, 2, 8],\n\n [1, 7, 4, 5, 6, 9, 3, 8, 2],\n [6, 8, 3, 2, 1, 4, 7, 9, 5],\n [2, 9, 5, 3, 7, 8, 1, 6, 4],\n\n [4, 2, 7, 1, 8, 3, 6, 5, 9],\n [5, 6, 1, 4, 9, 2, 8, 3, 7],\n [9, 3, 8, 7, 5, 6, 2, 4, \".\"]\n ]\n ]\n\n $ sudoku2pdf.py examples/question1.json examples/answer1.json -o examples/out.pdf\n $ ls examples/out.pdf\n examples/out.pdf\n\nLicense\n=========\n\nApache License 2.0", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yassu/SudokuJson2Pdf", "keywords": null, "license": "Released Under the Apache license\nhttps://github.com/yassu/SudokuJson2Pdf", "maintainer": null, "maintainer_email": null, "name": "SudokuJson2Pdf", "package_url": "https://pypi.org/project/SudokuJson2Pdf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SudokuJson2Pdf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/yassu/SudokuJson2Pdf" }, "release_url": "https://pypi.org/project/SudokuJson2Pdf/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "This project provides a tool which convert json file of sudokuinformation to pdf.", "version": "0.0.5" }, "last_serial": 1706436, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "fb173ebf48fee4f13dae0040c7012a41", "sha256": "b7018187e3e4ac1e748a4bd2fefef5a201b6931c86debfa604265d9c8dd090d7" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fb173ebf48fee4f13dae0040c7012a41", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7130, "upload_time": "2015-09-02T21:59:32", "url": "https://files.pythonhosted.org/packages/78/aa/3dbeda5a79a301fea9f8fe447b11c16012c3fa58270786b60fc8d8eb0abd/SudokuJson2Pdf-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4cbe59e9ffa0a3edb4e9ee4f0ee64c9", "sha256": "2a592880c52e11496967529ccc59a27e094a3b09cfc9ab3c54dfef26b9f04769" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c4cbe59e9ffa0a3edb4e9ee4f0ee64c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3460, "upload_time": "2015-09-02T21:59:27", "url": "https://files.pythonhosted.org/packages/1f/83/21083ea24e91ab6de1b013737161f1be7fc617d41644f94e315d94c9c743/SudokuJson2Pdf-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "271972e38d80311964ff2ed233371522", "sha256": "c63779d5263b0518e700bff45f1b825b97071c017097ba572ea31c8f7e94d8ce" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "271972e38d80311964ff2ed233371522", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7121, "upload_time": "2015-09-03T08:33:42", "url": "https://files.pythonhosted.org/packages/9a/ed/848cab4ccfabc9ca2f899be5f4ff5e83f199dece1c44e98e5c20a6558213/SudokuJson2Pdf-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7311401183acaf037a4ed53a20df41eb", "sha256": "07cf0a397670435b08d71375498bb4ccbaeb269975c9b73819622cf5990f6ccf" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.3.tar.gz", "has_sig": false, "md5_digest": "7311401183acaf037a4ed53a20df41eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3454, "upload_time": "2015-09-03T08:33:37", "url": "https://files.pythonhosted.org/packages/fd/3c/476813c0b2199368d68ea1ec85989725592e2a36e0497144ac190c13af98/SudokuJson2Pdf-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "52b16c85e89f9285bd38ac18111d7748", "sha256": "859863c0e0fcba0811997aebf416ebd085ee1832475180f3f2279fdbe799ab28" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "52b16c85e89f9285bd38ac18111d7748", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7113, "upload_time": "2015-09-03T08:43:12", "url": "https://files.pythonhosted.org/packages/75/99/2d9885e99c856606d16dc1e1caeaba175cec99eaab2be6ae520c50953ca6/SudokuJson2Pdf-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6aa8f6f7586393b26dd03573229952eb", "sha256": "fd6122f7619575bc70b5299e704e879b0b1c817e14f223c6bb43c7b2df749c8b" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6aa8f6f7586393b26dd03573229952eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3458, "upload_time": "2015-09-03T08:43:02", "url": "https://files.pythonhosted.org/packages/cb/ce/70a33d04962b58305731ef933e80f6f2979e9f390ed2c5001fdf63624763/SudokuJson2Pdf-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "ea2c660aef404711f1579705ec5a2f49", "sha256": "aaa71256c987f711cd1b6ae0d095c8e1e0e0e86b72f5b3a0f7f66131103da86b" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea2c660aef404711f1579705ec5a2f49", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7666, "upload_time": "2015-09-03T13:47:15", "url": "https://files.pythonhosted.org/packages/78/ec/98c8cfa77002e01ea304b42ae785e70e68ad63f665c3318fcedc10e2dec4/SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6b63356a7d77e67e367720808f9e26a8", "sha256": "765ce6c375074676fd9d0538fc0b075f9ba1d0fecd8172d9ab11066664fca1ac" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.5.tar.gz", "has_sig": false, "md5_digest": "6b63356a7d77e67e367720808f9e26a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3738, "upload_time": "2015-09-03T13:47:10", "url": "https://files.pythonhosted.org/packages/31/32/28ac968c9f0fdf728fd61734607fd6d768ac30eb18a1585bf766e47d8d1c/SudokuJson2Pdf-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea2c660aef404711f1579705ec5a2f49", "sha256": "aaa71256c987f711cd1b6ae0d095c8e1e0e0e86b72f5b3a0f7f66131103da86b" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea2c660aef404711f1579705ec5a2f49", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7666, "upload_time": "2015-09-03T13:47:15", "url": "https://files.pythonhosted.org/packages/78/ec/98c8cfa77002e01ea304b42ae785e70e68ad63f665c3318fcedc10e2dec4/SudokuJson2Pdf-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6b63356a7d77e67e367720808f9e26a8", "sha256": "765ce6c375074676fd9d0538fc0b075f9ba1d0fecd8172d9ab11066664fca1ac" }, "downloads": -1, "filename": "SudokuJson2Pdf-0.0.5.tar.gz", "has_sig": false, "md5_digest": "6b63356a7d77e67e367720808f9e26a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3738, "upload_time": "2015-09-03T13:47:10", "url": "https://files.pythonhosted.org/packages/31/32/28ac968c9f0fdf728fd61734607fd6d768ac30eb18a1585bf766e47d8d1c/SudokuJson2Pdf-0.0.5.tar.gz" } ] }