{ "info": { "author": "Alex Clark (fork author)", "author_email": "aclark@aclark.net", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. Note::\n\n This is a fork of buildout.sendpickedversions made exclusively for use with pythonpackages.com. It configures buildoutname to hostname + dirname dynamically, to facilitate aggregation of a large number of buildouts. If there is general interest, this change may be included in future versions of buildout.sendpickedversions.\n\nbuildout.sendpickedversions\n===========================\n\nThis package is based on buildout.dumppickedversions_ and its purpose is to\ngather the package name and version information from buildout. The main\ndifference with buildout.dumppickedversions_ is that instead of displaying\npicked versions, or dumping everything to a file, we'll send package information\nto a predefined URL.\n\nOriginal use case is that there is Whiskers_ server on the other end which stores\nthe data. There's nothing special about the data, so other end can just as well\nbe anything that can handle json.\n\n\nConfiguration\n-------------\n\nTo use buildout.sendpickedversions with buildout your buildout.cfg should have\nbuildout.sendpickedversions in you extensions-line and following fields\nconfigured:\n\nbuildoutname\n This is the name of the buildout. Whiskers_ uses this information to create\n new buildout object with the package data. If name is not set we use default\n 'dummy_buildout' as a name.\n\nwhiskers-url\n This is the url to whiskers server. As stated above, you can use here\n anything that can just eat the json-data we're sending. If you leave this\n empty or don't set at all buildout.sendpickedversions just displays the data\n dict.\n\nExample\n-------\n\nHere's small example configuration. ::\n\n [buildout]\n extensions = buildout.sendpickedversions\n buildoutname = test\n whiskers-url = http://localhost:6543/buildouts/add\n\n parts = nose\n\n [nose]\n recipe = zc.recipe.egg\n eggs = nose\n\nAbove example configuration assumes you have Whiskers_ server running locally on\nport 6543. If you run buildout it will install nose normally to your buildout\nenvironment and after everything is ready it will try to send following data in\njson-format to localhost:6543/buildouts/add URL: ::\n\n {\"buildoutname\": \"test\",\n \"packages\": [\n {\"version\": \"0.6.24\", \"name\": \"distribute\"},\n {\"version\": \"1.18\", \"name\": \"mr.developer\"},\n {\"version\": \"1.1.2\", \"name\": \"nose\"},\n {\"required_by\": [\"mr.developer 1.18\"], \"version\": \"1.5.2\", \"name\": \"zc.buildout\"},\n {\"version\": \"1.3.2\", \"name\": \"zc.recipe.egg\"}\n ]\n }\n\nThanks\n------\n\nCode is mainly based to Mustapha Benali's buildout.dumppickedversions_. This\nbuildout extension has probably saved thousands of buildouts from nasty version\nconflicts or total havoc. Huge thanks!\n\n.. _buildout.dumppickedversions: http://pypi.python.org/pypi/buildout.dumppickedversions\n.. _Whiskers: http://github.com/pingviini/whiskers\n\n\nChangelog\n=========\n\n0.0.1 (2013-01-15)\n------------------\n\n- Package fix\n [aclark]\n\n0.0.0 (2013-01-15)\n------------------\n\n- Fork for pythonpackages.com\n [aclark]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/pythonpackages/pythonpackages.sendpickedversions", "keywords": "buildout extension send picked versions", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "pythonpackages.sendpickedversions", "package_url": "https://pypi.org/project/pythonpackages.sendpickedversions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pythonpackages.sendpickedversions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/pythonpackages/pythonpackages.sendpickedversions" }, "release_url": "https://pypi.org/project/pythonpackages.sendpickedversions/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Sends picked packages and versions to a whiskers server.", "version": "0.0.1" }, "last_serial": 798158, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "8c81afb3f4c05c6d9a5a0148dd7823c4", "sha256": "70b52d2ea0000bb8f5467205ec83c19f9ed3bcfa0ee82ea0b9be824c39727d88" }, "downloads": -1, "filename": "pythonpackages.sendpickedversions-0.0.0.zip", "has_sig": false, "md5_digest": "8c81afb3f4c05c6d9a5a0148dd7823c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11494, "upload_time": "2013-01-16T03:35:34", "url": "https://files.pythonhosted.org/packages/fd/2a/dd986c062d06206a186b89bac529036508e58a2f44e87c63eb951d46190d/pythonpackages.sendpickedversions-0.0.0.zip" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "31dfbfa152360ad0cfb3d78ce8bb6bdc", "sha256": "2e398b62b4a073dda78579feef69f1487a06b4473c6613d073510ba89ae152e2" }, "downloads": -1, "filename": "pythonpackages.sendpickedversions-0.0.1.zip", "has_sig": false, "md5_digest": "31dfbfa152360ad0cfb3d78ce8bb6bdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20954, "upload_time": "2013-01-16T03:51:14", "url": "https://files.pythonhosted.org/packages/60/b7/f9804cbe6f0c8c9fc831ba92c55953630d36c5ef17a3a0470627473817ef/pythonpackages.sendpickedversions-0.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31dfbfa152360ad0cfb3d78ce8bb6bdc", "sha256": "2e398b62b4a073dda78579feef69f1487a06b4473c6613d073510ba89ae152e2" }, "downloads": -1, "filename": "pythonpackages.sendpickedversions-0.0.1.zip", "has_sig": false, "md5_digest": "31dfbfa152360ad0cfb3d78ce8bb6bdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20954, "upload_time": "2013-01-16T03:51:14", "url": "https://files.pythonhosted.org/packages/60/b7/f9804cbe6f0c8c9fc831ba92c55953630d36c5ef17a3a0470627473817ef/pythonpackages.sendpickedversions-0.0.1.zip" } ] }