{ "info": { "author": "Philippe Lagadec", "author_email": "decalage (a) laposte.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Ruby", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "ORIGAPY module:\n\norigapy is a Python module to clean PDF files by disabling active content \n(javascript, launch, etc), using the Ruby Origami PDF parser.\n\nIt includes a partial version of the origami PDF parser.\n\norigapy website: http://www.decalage.info/python/origapy\norigami website: http://www.security-labs.org/origami\n\n\nREQUIREMENTS:\n\n- Python v2.x\n- Ruby v1.8.x\n\n\nINSTALLATION:\n\n- on Windows, launch install.bat\n- on other systems, launch: setup.py install\n\n\n\nHOW TO USE THIS MODULE:\n\nimport origapy\npc = origapy.PDF_Cleaner()\npc.clean('file.pdf', 'cleaned.pdf')\n\n\nSee also the main code at the end of the module, and docstrings.\n\n\n\nLICENSE:\n\nGPL v3 - See COPYING.txt.\n\nAUTHOR:\n\nPhilippe Lagadec - http://www.decalage.info", "description_content_type": null, "docs_url": null, "download_url": "http://www.decalage.info/python/origapy", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.decalage.info/python/origapy", "keywords": null, "license": "GPL v3", "maintainer": null, "maintainer_email": null, "name": "origapy", "package_url": "https://pypi.org/project/origapy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/origapy/", "project_urls": { "Download": "http://www.decalage.info/python/origapy", "Homepage": "http://www.decalage.info/python/origapy" }, "release_url": "https://pypi.org/project/origapy/0.09/", "requires_dist": null, "requires_python": null, "summary": "A Python module to clean PDF files by disabling active content (javascript, launch, etc), using the Ruby Origami PDF parser.", "version": "0.09" }, "last_serial": 204860, "releases": { "0.09": [] }, "urls": [] }