{ "info": { "author": "Dinu Gherman", "author_email": "gherman@darwin.in-berlin.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Printing", "Topic :: Utilities" ], "description": "`Pdfgrid` is a Python command-line tool and module for adding a regular \ngrid on top of all pages of an existing PDF document. It will mostly be \nused for measuring individual parts of PDF pages like graphics or paragraph \nwidths. For the time being, only a rectangular grid with major and minor \nlines is supported, and their colour and line widths can be set individually.\n\nNOTE: This is an initial release. The API is likely to change and for the \ntime being the grid size is limited to A4, but this will change in future \nreleases.\n\n`Pdfgrid` depends on two Open Source libraries, namely \n`pyPdf `_, a package written by \nMathieu Fenniak and `reportlab `_ \nby ReportLab, Ltd.\n\nThis version fixes an issue with the manual installation.\n\n\nFeatures\n++++++++\n\n- add regular rectangular grid over all pages of a PDF document\n- define grid origin on all PDF pages\n- define grid styles containing grid step, line width and colour\n- use multiple grids at once with different styling\n- install a Python module named ``pdfgrid.py``\n- install a Python command-line script named ``pdfgrid``\n- provide a Unittest test suite\n\n\nExamples\n++++++++\n\nYou can use *pdfgrid* as a Python module e.g. like in the following\ninteractive Python session::\n\n >>> from reportlab.lib.colors import red\n >>> from reportlab.lib.units import cm\n >>> from pdfgrid import grid\n >>> grid(\"foo.pdf\", origin=(0, 0), styles=[(1*cm, 0.1, red)])\n written: foo-grid.pdf\n \nIn addition there is a script named ``pdfscript``, which can be used \nfrom the system command-line e.g. like this::\n\n $ pdfgrid -h\n $ pdfgrid -v\n $ pdfgrid --origin \"0,0\" --styles \"1*cm,0.1,colors.red\" foo.pdf\n written: foo-grid.pdf", "description_content_type": null, "docs_url": null, "download_url": "http://www.dinu-gherman.net/tmp/pdfgrid-0.2.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.dinu-gherman.net/", "keywords": "overlay,grid,PDF", "license": "GPL 3", "maintainer": null, "maintainer_email": null, "name": "pdfgrid", "package_url": "https://pypi.org/project/pdfgrid/", "platform": "Posix,Windows", "project_url": "https://pypi.org/project/pdfgrid/", "project_urls": { "Download": "http://www.dinu-gherman.net/tmp/pdfgrid-0.2.0.tar.gz", "Homepage": "http://www.dinu-gherman.net/" }, "release_url": "https://pypi.org/project/pdfgrid/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Add a grid on top of all pages of a PDF document.", "version": "0.2.0" }, "last_serial": 803159, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d56f6361175e37142bb792cdb66b3902", "sha256": "390efce4e0b6b366bc722f8d19d8067cb311c24f3780cb1cd434f38bf8974b70" }, "downloads": -1, "filename": "pdfgrid-0.1.0-py2.5.egg", "has_sig": false, "md5_digest": "d56f6361175e37142bb792cdb66b3902", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 7637, "upload_time": "2008-10-21T14:53:33", "url": "https://files.pythonhosted.org/packages/ae/5b/ea927cf39a2db3de3a01f414a93a3c13b5a2e1d766383ef9779b8c9d8e51/pdfgrid-0.1.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "b45ed9c615bceaacf594690f31453be2", "sha256": "e40b8830ac01aee4d1f75db2f37d3bb776cc39bab9ce77498f8ba53d5af6eec9" }, "downloads": -1, "filename": "pdfgrid-0.1.0-py2.6.egg", "has_sig": false, "md5_digest": "b45ed9c615bceaacf594690f31453be2", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 7636, "upload_time": "2008-10-21T14:53:59", "url": "https://files.pythonhosted.org/packages/02/2c/7c483f30f6ad941ddac0935bf6320957b69093a782a3f7062822917e96c1/pdfgrid-0.1.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "e7001a2587a3a44935062a46119d07e8", "sha256": "a95d67aee15e9bd2b096850e70dd65ab7d531e91047e078409962401e78b303d" }, "downloads": -1, "filename": "pdfgrid-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e7001a2587a3a44935062a46119d07e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38218, "upload_time": "2008-10-21T14:52:59", "url": "https://files.pythonhosted.org/packages/1b/46/2f8511c5dbe364aff0f856059626bea9dba40d0988a82b7a9a105ebfe7e4/pdfgrid-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "75819c12a73ebe10e44116fa7c35af2c", "sha256": "3ffb93d31a6314ac2c98c3fdfb0f62d3aa1f421b9c8b1e1fcce0449b7b08f10e" }, "downloads": -1, "filename": "pdfgrid-0.2.0-py2.5.egg", "has_sig": false, "md5_digest": "75819c12a73ebe10e44116fa7c35af2c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 7678, "upload_time": "2009-06-07T13:13:42", "url": "https://files.pythonhosted.org/packages/7d/80/799bfc5cfce8f1c6311118c721209042694caac7c4c540e2f799f9eec27c/pdfgrid-0.2.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "7918f8a7ca656eb594535a142108451f", "sha256": "ba299ea4743eafc13221c9bd577336f4b4f932f7f45dd959fa7c3afa74f45bf6" }, "downloads": -1, "filename": "pdfgrid-0.2.0-py2.6.egg", "has_sig": false, "md5_digest": "7918f8a7ca656eb594535a142108451f", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 7677, "upload_time": "2009-06-07T13:13:47", "url": "https://files.pythonhosted.org/packages/c4/a3/40f0f608c41f5b6a7f312b0e7b4808faab7a5bb4c769692495ff669a6774/pdfgrid-0.2.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "272e7d2df93a71a142c2db2e1bd735d0", "sha256": "937bd9b9d20c4f240b09da6c77204fc96fc0ebc13f6b9f3dd8d14339023054a9" }, "downloads": -1, "filename": "pdfgrid-0.2.0.tar.gz", "has_sig": false, "md5_digest": "272e7d2df93a71a142c2db2e1bd735d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38858, "upload_time": "2009-06-07T13:12:32", "url": "https://files.pythonhosted.org/packages/e7/4b/ec11d40aa55f4d039e799bb8d38f8e5fb06b5534b994cb2bf854a37b94f1/pdfgrid-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "75819c12a73ebe10e44116fa7c35af2c", "sha256": "3ffb93d31a6314ac2c98c3fdfb0f62d3aa1f421b9c8b1e1fcce0449b7b08f10e" }, "downloads": -1, "filename": "pdfgrid-0.2.0-py2.5.egg", "has_sig": false, "md5_digest": "75819c12a73ebe10e44116fa7c35af2c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 7678, "upload_time": "2009-06-07T13:13:42", "url": "https://files.pythonhosted.org/packages/7d/80/799bfc5cfce8f1c6311118c721209042694caac7c4c540e2f799f9eec27c/pdfgrid-0.2.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "7918f8a7ca656eb594535a142108451f", "sha256": "ba299ea4743eafc13221c9bd577336f4b4f932f7f45dd959fa7c3afa74f45bf6" }, "downloads": -1, "filename": "pdfgrid-0.2.0-py2.6.egg", "has_sig": false, "md5_digest": "7918f8a7ca656eb594535a142108451f", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 7677, "upload_time": "2009-06-07T13:13:47", "url": "https://files.pythonhosted.org/packages/c4/a3/40f0f608c41f5b6a7f312b0e7b4808faab7a5bb4c769692495ff669a6774/pdfgrid-0.2.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "272e7d2df93a71a142c2db2e1bd735d0", "sha256": "937bd9b9d20c4f240b09da6c77204fc96fc0ebc13f6b9f3dd8d14339023054a9" }, "downloads": -1, "filename": "pdfgrid-0.2.0.tar.gz", "has_sig": false, "md5_digest": "272e7d2df93a71a142c2db2e1bd735d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38858, "upload_time": "2009-06-07T13:12:32", "url": "https://files.pythonhosted.org/packages/e7/4b/ec11d40aa55f4d039e799bb8d38f8e5fb06b5534b994cb2bf854a37b94f1/pdfgrid-0.2.0.tar.gz" } ] }