{ "info": { "author": "Stefan Wehrmeyer", "author_email": "mail@stefanwehrmeyer.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Utilities" ], "description": "# Chrome-PrintToPDF\n\nLatest Chrome Browser supports getting PDFs for websites.\n\n## Install\n\nRequires Python 3.5+\n\n pip install chrome-printtopdf\n\n\n## Usage\n\nOn the command line:\n\n python -m chrome_printtopdf /path/to/chrome-bin http://example.org/ out.pdf\n\nAs a library. Have a look at the source for `asyncio` API.\n```python\nfrom chrome_printtopdf import get_pdf_with_chrome_sync\n\npdf_file = get_pdf_with_chrome_sync('http://example.org',\n chrome_binary='/path/to/chrome-bin')\n\nwith open('example.org.pdf', 'wb') as f:\n f.write(pdf_file.read())\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stefanw/chrome-printtopdf", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "chrome-printtopdf", "package_url": "https://pypi.org/project/chrome-printtopdf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/chrome-printtopdf/", "project_urls": { "Homepage": "https://github.com/stefanw/chrome-printtopdf" }, "release_url": "https://pypi.org/project/chrome-printtopdf/0.0.2/", "requires_dist": [ "aiohttp" ], "requires_python": "", "summary": "Get PDFs from URLs using chrome", "version": "0.0.2" }, "last_serial": 2820432, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1e4ac7e99ef5aefe91e15bec689c8b41", "sha256": "2423a586ce51f5f5b62b21846389f5c906150374450fc958b36bb0ac303da381" }, "downloads": -1, "filename": "chrome_printtopdf-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1e4ac7e99ef5aefe91e15bec689c8b41", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 2699, "upload_time": "2017-04-21T20:14:19", "url": "https://files.pythonhosted.org/packages/ac/ef/e1cf001f19eaaa194bddecc8411dff6970fef342458840eb4d75e0098fed/chrome_printtopdf-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c12c33693f7867d46d25f4b88a6ff887", "sha256": "a3c87afa7952d9d5749b8a30d26f167bac1702b9b228cedb98f7349af74a8d3c" }, "downloads": -1, "filename": "chrome-printtopdf-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c12c33693f7867d46d25f4b88a6ff887", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1405, "upload_time": "2017-04-21T20:14:17", "url": "https://files.pythonhosted.org/packages/6c/0b/8cb623e11d8fe3f48b6b41c18cadb0fe2a23d5526bda1f9814e44472c781/chrome-printtopdf-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "31586805342243b6bf24295bcc223bd2", "sha256": "03363b81137728ab203a37b48511c36278757152fa0019230383d8960572bde8" }, "downloads": -1, "filename": "chrome_printtopdf-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "31586805342243b6bf24295bcc223bd2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5460, "upload_time": "2017-04-21T20:41:39", "url": "https://files.pythonhosted.org/packages/02/c3/b0731be0c8b709d1eb4ef0eacf0af61603210023e74702f1e35225c26d7d/chrome_printtopdf-0.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31586805342243b6bf24295bcc223bd2", "sha256": "03363b81137728ab203a37b48511c36278757152fa0019230383d8960572bde8" }, "downloads": -1, "filename": "chrome_printtopdf-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "31586805342243b6bf24295bcc223bd2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5460, "upload_time": "2017-04-21T20:41:39", "url": "https://files.pythonhosted.org/packages/02/c3/b0731be0c8b709d1eb4ef0eacf0af61603210023e74702f1e35225c26d7d/chrome_printtopdf-0.0.2-py3-none-any.whl" } ] }