{ "info": { "author": "Pekka Kl\u00e4rck", "author_email": "peke@eliga.fi", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Robot Framework", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: IronPython", "Programming Language :: Python :: Implementation :: Jython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Testing :: Acceptance", "Topic :: Software Development :: Testing :: BDD" ], "description": "Python Library Core\n===================\n\nTools to ease creating larger test libraries for `Robot Framework`_ using\nPython.\n\nCode is stable and version 1.0 is already used by SeleniumLibrary_.\nBetter documentation and packaging still to do.\n\nExample\n-------\n\n.. sourcecode:: python\n\n \"\"\"Main library.\"\"\"\n\n from robotlibcore import HybridCore\n\n from mystuff import Library1, Library2\n\n\n class MyLibrary(HybridCore):\n \"\"\"General library documentation.\"\"\"\n\n def __init__(self):\n libraries = [Library1(), Library2()]\n HybridCore.__init__(self, libraries)\n\n\n.. sourcecode:: python\n\n \"\"\"Library components.\"\"\"\n\n from robotlibcore import keyword\n\n\n class Library1(object):\n\n @keyword\n def example(self):\n \"\"\"Keyword documentation.\"\"\"\n pass\n\n @keyword\n def another_example(self, arg1, arg2='default'):\n pass\n\n def not_keyword(self):\n pass\n\n\n class Library2(object):\n\n @keyword('Custom name')\n def this_name_is_not_used(self):\n pass\n\n @keyword(tags=['tag', 'another'])\n def tags(self):\n pass\n\n\n.. _Robot Framework: http://robotframework.org\n.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary/", "description_content_type": "", "docs_url": null, "download_url": "https://pypi.python.org/pypi/robotframework", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://robotframework.org", "keywords": "robotframework automation libraries", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "robotlibcore-temp", "package_url": "https://pypi.org/project/robotlibcore-temp/", "platform": "any", "project_url": "https://pypi.org/project/robotlibcore-temp/", "project_urls": { "Download": "https://pypi.python.org/pypi/robotframework", "Homepage": "http://robotframework.org" }, "release_url": "https://pypi.org/project/robotlibcore-temp/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Tools to ease creating larger test libraries for Robot Framework using Python.", "version": "1.0.2" }, "last_serial": 5730460, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "2e313c2a3c94e85d1f724c9313fb1053", "sha256": "d6aa982d2bf7084cf6db0b969df2ad7e9c7e980d466e180ebd9d7dfaba1d2bfb" }, "downloads": -1, "filename": "robotlibcore-temp-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2e313c2a3c94e85d1f724c9313fb1053", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4334, "upload_time": "2019-08-26T12:18:47", "url": "https://files.pythonhosted.org/packages/35/c0/ab375fe4b3857908030bd278f3a6fb6b0e7fd6c729565a9700e9e41c7cc0/robotlibcore-temp-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e313c2a3c94e85d1f724c9313fb1053", "sha256": "d6aa982d2bf7084cf6db0b969df2ad7e9c7e980d466e180ebd9d7dfaba1d2bfb" }, "downloads": -1, "filename": "robotlibcore-temp-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2e313c2a3c94e85d1f724c9313fb1053", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4334, "upload_time": "2019-08-26T12:18:47", "url": "https://files.pythonhosted.org/packages/35/c0/ab375fe4b3857908030bd278f3a6fb6b0e7fd6c729565a9700e9e41c7cc0/robotlibcore-temp-1.0.2.tar.gz" } ] }