{ "info": { "author": "Anybox SAS", "author_email": "gracinet@anybox.fr", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing" ], "description": "A static capability system for buildbot\n=======================================\n\nThis package for buildbot >= 0.9 allows to declare that workers have\ncapabilities, and produce ``BuilderConfig`` instances accordingly.\n\n- capabilities have a name (e.g. 'postgresql'), an optional version\n (9.5) and optional additional parameters (such as port=5433)\n\n- one declares what are each worker's capabilities as part of the\n worker config.\n A given capability name can occur on a worker several times, but a\n given (name, version) must appear exactly once.\n\n- it allows to express that a given build requires a given capability\n (e.g, access to a docker registry, presence of some helper program)\n\n- it spawns several BuilderConfigs according to available capabilities on the full swarm, in a configurable way\n (e.g., one for each postgresql version greater than 9.3 or for 9.1)\n\n- at build time, the optional capability parameters are available as\n properties, so that, e.g., a build running integration tests against\n postgresql 9.5 would be able to use the right port (5433 in the\n example above) to access the database.\n\nFor more details, check the ``doc/`` subdirectory, or the `online Sphinx\nbuild `_", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/anybox.buildbot.odoo", "keywords": "", "license": "GPLv2+", "maintainer": "", "maintainer_email": "", "name": "anybox.buildbot.capability", "package_url": "https://pypi.org/project/anybox.buildbot.capability/", "platform": "", "project_url": "https://pypi.org/project/anybox.buildbot.capability/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/anybox.buildbot.odoo" }, "release_url": "https://pypi.org/project/anybox.buildbot.capability/0.1/", "requires_dist": null, "requires_python": "", "summary": "Static capability system for buildbot", "version": "0.1" }, "last_serial": 3264997, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2dcedee84b26154a6eca1f48c98b8560", "sha256": "9d1590034bd403ffd6f8d0d0bc6f94a74f6f9823e820f6348f53535e042ab72d" }, "downloads": -1, "filename": "anybox.buildbot.capability-0.1-py2.7.egg", "has_sig": false, "md5_digest": "2dcedee84b26154a6eca1f48c98b8560", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 35894, "upload_time": "2017-10-20T09:04:58", "url": "https://files.pythonhosted.org/packages/30/6d/9e19cd89dcb3bada88bbc3f1e30ee85857e03370635bb7cf95897fe22711/anybox.buildbot.capability-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8e8fe90a311365095cb569e7cfd606b2", "sha256": "5a77804acd606176be3d5aa76b54e246b453e54d43404a2367b9d14b90c8640f" }, "downloads": -1, "filename": "anybox.buildbot.capability-0.1.tar.gz", "has_sig": false, "md5_digest": "8e8fe90a311365095cb569e7cfd606b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12151, "upload_time": "2017-10-20T09:04:59", "url": "https://files.pythonhosted.org/packages/17/5e/605f50f75866f3339b3e3556d0512d866a08f528dc8712bf33141674c922/anybox.buildbot.capability-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2dcedee84b26154a6eca1f48c98b8560", "sha256": "9d1590034bd403ffd6f8d0d0bc6f94a74f6f9823e820f6348f53535e042ab72d" }, "downloads": -1, "filename": "anybox.buildbot.capability-0.1-py2.7.egg", "has_sig": false, "md5_digest": "2dcedee84b26154a6eca1f48c98b8560", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 35894, "upload_time": "2017-10-20T09:04:58", "url": "https://files.pythonhosted.org/packages/30/6d/9e19cd89dcb3bada88bbc3f1e30ee85857e03370635bb7cf95897fe22711/anybox.buildbot.capability-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8e8fe90a311365095cb569e7cfd606b2", "sha256": "5a77804acd606176be3d5aa76b54e246b453e54d43404a2367b9d14b90c8640f" }, "downloads": -1, "filename": "anybox.buildbot.capability-0.1.tar.gz", "has_sig": false, "md5_digest": "8e8fe90a311365095cb569e7cfd606b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12151, "upload_time": "2017-10-20T09:04:59", "url": "https://files.pythonhosted.org/packages/17/5e/605f50f75866f3339b3e3556d0512d866a08f528dc8712bf33141674c922/anybox.buildbot.capability-0.1.tar.gz" } ] }