{
"info": {
"author": "Peter Hudec",
"author_email": "peterhudec@peterhudec.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Installation/Setup"
],
"description": "ChromeDriver Installer for Python\n=================================\n.. image:: https://travis-ci.org/peterhudec/chromedriver_installer.svg?branch=master\n :target: https://travis-ci.org/peterhudec/chromedriver_installer\n\nInstalls `ChromeDriver executable `__\nwith **pip** or **setup.py**.\n\nUsage\n-----\n\nManual Installation\n^^^^^^^^^^^^^^^^^^^\n\nClone the repository:\n\n.. code-block:: bash\n\n (e)$ git clone https://github.com/peterhudec/chromedriver_installer.git\n\nInstall the most recent **ChromeDriver** version without verifying checksum.\n\n.. code-block:: bash\n\n (e)$ python setup.py install\n\nInstall specific **ChromeDriver** version without verifying checksum.\n\n.. code-block:: bash\n\n (e)$ python setup.py install --chromedriver-version=2.10\n\nInstall specific **ChromeDriver** version and verify checksum.\nNote that you can pass multiple coma-separated checksums to the\n``--chromedriver-checksums`` option. This is useful if you plan to install\n**ChromeDriver** on various platforms because there is separate version with\ndifferent checksum for each platform. You can get the checksums for specific\nversion/platform combinations at the\n`chromedriver download URL `__.\n\n.. code-block:: bash\n\n (e)$ python setup.py install \\\n --chromedriver-version=2.10 \\\n --chromedriver-checksums=4fecc99b066cb1a346035bf022607104,058cd8b7b4b9688507701b5e648fd821\n\nAfter install, there should be the ``chromedriver`` executable\navailable in your path:\n\n.. code-block:: bash\n\n (e)$ which chromedriver\n /home/andypipkin/e/bin/chromedriver\n (e)$ chromedriver --version\n ChromeDriver 2.10.267518\n (e)$ chromedriver\n Starting ChromeDriver (v2.10.267518) on port 9515\n Only local connections are allowed.\n\n\nInstallation With PIP\n^^^^^^^^^^^^^^^^^^^^^\n\nThe same as before except you need to pass the install options wrapped in pip's\n``--install-option=\"\"`` option.\n\n.. code-block:: bash\n\n (e)$ pip install chromedriver_installer \\\n --install-option=\"--chromedriver-version=2.10\" \\\n --install-option=\"--chromedriver-checksums=4fecc99b066cb1a346035bf022607104,058cd8b7b4b9688507701b5e648fd821\"\n\nInstallation With easy_install\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nI can't seem to find a way to make **easy_install** pass *user options* to\n**setup.py** so you only can install the most recent\n**ChromeDriver** version with **easy_install**.\n\nHow it Works\n------------\n\nThe **build_scripts** command of the **setup.py** script invoked by\n``python setup.py install`` downloads, the **ChromeDriver** zip archive version\nspecified in the ``--chromedriver-version`` option from\nhttp://chromedriver.storage.googleapis.com/index.html\nto the **temp** directory of the operating system.\nIf the ``--chromedriver-checksums`` option is set, the archive is validated\nagainst the supplied checksums\n(you can get the checksums at the aforementioned URL).\nIf the validation failed, the installation exits with an error.\nIf the validation was successful or if the ``--chromedriver-checksums`` option\nis not set, the archive will be unzipped to the *build directory* and installed\nas an executable to the *bin directory*.\n\nIf the ``--chromedriver-version`` option is ommited, it installs the most recent\nchromedriver version without checksum validation.\n\n\nTesting\n-------\n\nYou need `tox `__ to run the tests.\n\n.. code-block:: bash\n\n (e)$ git clone https://github.com/peterhudec/chromedriver_installer.git\n (e)$ pip install -r requirements.txt\n (e)$ tox",
"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/peterhudec/chromedriver_installer",
"keywords": "chromedriver installer",
"license": "MIT",
"maintainer": null,
"maintainer_email": null,
"name": "chromedriver_installer",
"package_url": "https://pypi.org/project/chromedriver_installer/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/chromedriver_installer/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/peterhudec/chromedriver_installer"
},
"release_url": "https://pypi.org/project/chromedriver_installer/0.0.6/",
"requires_dist": null,
"requires_python": null,
"summary": "Chromedriver Installer",
"version": "0.0.6"
},
"last_serial": 4992470,
"releases": {
"0.0.0": [],
"0.0.1": [],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "02f7babc78b94b18c00032f3c419928e",
"sha256": "a3870f39b6e51d5a50232aefa216dfb57748eafafd49f9fd3042c9214708e654"
},
"downloads": -1,
"filename": "chromedriver_installer-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "02f7babc78b94b18c00032f3c419928e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5055,
"upload_time": "2015-03-12T19:19:09",
"url": "https://files.pythonhosted.org/packages/3f/a6/3f4ee8c9bbaf9235d7d781f857afa91cde32d422ed4960b5f46c2c2ef3c2/chromedriver_installer-0.0.2.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "d67cfc4f37d74b1ff02cf0de72167486",
"sha256": "9d85f3704804596b76a77c8e48bc4f0f6a8075349bc9a48d11029a6b35661549"
},
"downloads": -1,
"filename": "chromedriver_installer-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "d67cfc4f37d74b1ff02cf0de72167486",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5699,
"upload_time": "2015-03-13T12:20:42",
"url": "https://files.pythonhosted.org/packages/98/a5/d1a50b5425bed0dfe655d077a03702beb441dd66123d9dd23116e1768897/chromedriver_installer-0.0.3.tar.gz"
}
],
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "b6ce7b49b09fcb8997d20cb6550a1c2a",
"sha256": "80b2d4e44c418c57aa00fa1d646195edbd036def20182e0a75bd517fd0bf5678"
},
"downloads": -1,
"filename": "chromedriver_installer-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "b6ce7b49b09fcb8997d20cb6550a1c2a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5743,
"upload_time": "2015-03-13T17:36:51",
"url": "https://files.pythonhosted.org/packages/ef/52/406ad1b5a45a922eef45b9d9252553ae4e0fe98520019d25d1dd86345807/chromedriver_installer-0.0.4.tar.gz"
}
],
"0.0.5": [
{
"comment_text": "",
"digests": {
"md5": "8399e9eafe4d034dc5e3cbb90b08141a",
"sha256": "88f54699c20cfd984a5e3d733212e6e30b2e7db33e6d563c96279d1c6e0ac70d"
},
"downloads": -1,
"filename": "chromedriver_installer-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "8399e9eafe4d034dc5e3cbb90b08141a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7150,
"upload_time": "2017-03-12T16:41:05",
"url": "https://files.pythonhosted.org/packages/b1/1f/5f0bf610ad6a7b2f67a90f31d24d8d6fba7c010f72c5cf455e6a3438096c/chromedriver_installer-0.0.5.tar.gz"
}
],
"0.0.6": [
{
"comment_text": "",
"digests": {
"md5": "8d5620e09fbf88c45cc9a5e141f5417e",
"sha256": "c2d5a7c875de58c4da1c98db7af42b9f499f3ffc266e2d28491403cbe7495aba"
},
"downloads": -1,
"filename": "chromedriver_installer-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "8d5620e09fbf88c45cc9a5e141f5417e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7306,
"upload_time": "2017-03-12T18:34:12",
"url": "https://files.pythonhosted.org/packages/c8/01/0a8a725bb605f68923aba16099a01cbbfe547c8b7dc96fd9a554424f6524/chromedriver_installer-0.0.6.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "8d5620e09fbf88c45cc9a5e141f5417e",
"sha256": "c2d5a7c875de58c4da1c98db7af42b9f499f3ffc266e2d28491403cbe7495aba"
},
"downloads": -1,
"filename": "chromedriver_installer-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "8d5620e09fbf88c45cc9a5e141f5417e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7306,
"upload_time": "2017-03-12T18:34:12",
"url": "https://files.pythonhosted.org/packages/c8/01/0a8a725bb605f68923aba16099a01cbbfe547c8b7dc96fd9a554424f6524/chromedriver_installer-0.0.6.tar.gz"
}
]
}