{ "info": { "author": "Alexey Demakov", "author_email": "moris.aye.aye@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Build Tools" ], "description": "=================\nbuildbot-dbconfig\n=================\n\nBuildbot plugin that allows www-plugins to store settings in database.\n\nThis plugin creates the endpoint '/dbconfig/api/config?name={cfg}'.\n\nMultiple configurations are supported. The 'name' parameter is a configuration name.\n\nGET/PUT loads/stores configuration in buildbot database.\n\nAdd 'dbconfig' to master.cfg:\n\n c['www'] = dict(plugins=dict(dbconfig={'show_menu':False}...}\n\nThe 'show_menu' parameter controls visibility of DbConfig menu item (mostly used for debug).\n\nExample controller code: \n\n name=...\n dbConfigUrl = '/dbconfig/api/config?name='\n\n $scope.loadConfig = () ->\n $http.get(dbConfigUrl+name).then (cfg) ->\n $scope.cfg = cfg.data\n\n $scope.saveConfig = () ->\n $http.put(dbConfigUrl+name,$scope.cfg)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ayaye/buildbot-dbconfig", "keywords": "", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "buildbot-dbconfig", "package_url": "https://pypi.org/project/buildbot-dbconfig/", "platform": "", "project_url": "https://pypi.org/project/buildbot-dbconfig/", "project_urls": { "Homepage": "https://github.com/ayaye/buildbot-dbconfig" }, "release_url": "https://pypi.org/project/buildbot-dbconfig/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Buildbot DbConfig plugin", "version": "0.1.2" }, "last_serial": 3605143, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "599e9b967cf573cb77ee8d90cdb73925", "sha256": "d692d06583d8eb48414d65ba13eb34e986a0c55279a39fdc180a2e5093f1db3e" }, "downloads": -1, "filename": "buildbot-dbconfig-0.1.0.tar.gz", "has_sig": false, "md5_digest": "599e9b967cf573cb77ee8d90cdb73925", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 706347, "upload_time": "2018-02-14T12:38:40", "url": "https://files.pythonhosted.org/packages/f9/c3/f9062add6834b45c451c6f690b494ceb103b02b8468231bbc6e807f03baa/buildbot-dbconfig-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2fe43b7919f4a14bf7241d70c48a7557", "sha256": "e1dff6850fb8ced45d9aa55b3394e358078eb1195eb8f23e6c7b2f0ec7d9356b" }, "downloads": -1, "filename": "buildbot-dbconfig-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2fe43b7919f4a14bf7241d70c48a7557", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 706660, "upload_time": "2018-02-14T12:57:20", "url": "https://files.pythonhosted.org/packages/25/a3/99db9cdb70982ceefc53ad25117baa63f5f134a94e5f39ede18fae4a394f/buildbot-dbconfig-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4a2986e0a8d6bf5b516cc250ebccfbbc", "sha256": "96d6f3d5bb824c72fb2e235c4c8bb509b3915c7ce7b09b1e327b722066c1433f" }, "downloads": -1, "filename": "buildbot-dbconfig-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4a2986e0a8d6bf5b516cc250ebccfbbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 707972, "upload_time": "2018-02-22T11:54:48", "url": "https://files.pythonhosted.org/packages/21/21/db4dd3f0096b1e595a0e977d1b9a51d88bbddc53603861393d5b25894ca5/buildbot-dbconfig-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a2986e0a8d6bf5b516cc250ebccfbbc", "sha256": "96d6f3d5bb824c72fb2e235c4c8bb509b3915c7ce7b09b1e327b722066c1433f" }, "downloads": -1, "filename": "buildbot-dbconfig-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4a2986e0a8d6bf5b516cc250ebccfbbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 707972, "upload_time": "2018-02-22T11:54:48", "url": "https://files.pythonhosted.org/packages/21/21/db4dd3f0096b1e595a0e977d1b9a51d88bbddc53603861393d5b25894ca5/buildbot-dbconfig-0.1.2.tar.gz" } ] }