{ "info": { "author": "Jan Kanis", "author_email": "jan.code@jankanis.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing" ], "description": "Pylenium\n========\n\nThis is a wrapper around the Selenium Webdriver Python API, which provides a more Pythonic interface. The main differences are in the element selectors and the condition API. Pylenium allows you to do ``driver.find_element(css='body')`` instead of ``driver.find_element(By.CSS_SELECTOR, 'body')``.\n\nOther differences:\n\n- There is a ``link_text`` selector. The conditions and WebElements have also been wrapped to support the new selectors.\n- There are a number of new conditions available such as ``any`` and ``not_or_gone`` that can be composed with other conditions.\n- It is possible to use normal python callables as conditions.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/JanKanis/pylenium", "keywords": "selenium", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "pylenium", "package_url": "https://pypi.org/project/pylenium/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pylenium/", "project_urls": { "Homepage": "https://bitbucket.org/JanKanis/pylenium" }, "release_url": "https://pypi.org/project/pylenium/1.0/", "requires_dist": null, "requires_python": null, "summary": "A wrapper around Selenium with a more pythonic interface", "version": "1.0" }, "last_serial": 1583117, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "aa4c859fd63320254ec5779f36db40d0", "sha256": "b9cd4631e93b8560024743bf5739ef77d53704d23089d7ed0e78b94d2aa50e21" }, "downloads": -1, "filename": "pylenium-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aa4c859fd63320254ec5779f36db40d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8264, "upload_time": "2015-06-08T12:19:35", "url": "https://files.pythonhosted.org/packages/49/83/e0fcb4317fd32aa96e30ddc300b3eab2cd222348c28c98122c05fd909c7b/pylenium-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5dcd0f9fbf93d9101a319bfccda2b7a5", "sha256": "a84b7218e2f385e890eb7f3eb129a9344b08f4f91af93657b23f6b9ffa7a960c" }, "downloads": -1, "filename": "pylenium-1.0.tar.gz", "has_sig": false, "md5_digest": "5dcd0f9fbf93d9101a319bfccda2b7a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6962, "upload_time": "2015-06-08T12:19:39", "url": "https://files.pythonhosted.org/packages/e7/5d/b736f82fe2dd04e6fe3bc41219aba000177f9787daa9d3c305375105a318/pylenium-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa4c859fd63320254ec5779f36db40d0", "sha256": "b9cd4631e93b8560024743bf5739ef77d53704d23089d7ed0e78b94d2aa50e21" }, "downloads": -1, "filename": "pylenium-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aa4c859fd63320254ec5779f36db40d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8264, "upload_time": "2015-06-08T12:19:35", "url": "https://files.pythonhosted.org/packages/49/83/e0fcb4317fd32aa96e30ddc300b3eab2cd222348c28c98122c05fd909c7b/pylenium-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5dcd0f9fbf93d9101a319bfccda2b7a5", "sha256": "a84b7218e2f385e890eb7f3eb129a9344b08f4f91af93657b23f6b9ffa7a960c" }, "downloads": -1, "filename": "pylenium-1.0.tar.gz", "has_sig": false, "md5_digest": "5dcd0f9fbf93d9101a319bfccda2b7a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6962, "upload_time": "2015-06-08T12:19:39", "url": "https://files.pythonhosted.org/packages/e7/5d/b736f82fe2dd04e6fe3bc41219aba000177f9787daa9d3c305375105a318/pylenium-1.0.tar.gz" } ] }