{ "info": { "author": "Koansys, LLC", "author_email": "info@koansys.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "A brief documentation\n=====================\n\nThis recipe takes a number of options:\n\nurl\n The URL to download the jar.\n\n\nTests\n=====\n\nWe will define a buildout template used by the recipe:\n\n >>> buildout_cfg = \"\"\"\n ... [buildout]\n ... parts = elasticsearch\n ...\n ... [elasticsearch]\n ... recipe = koansys.recipe.elasticsearch\n ... url = http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.13.0.tar.gz\n ... \"\"\"\n\nWe'll start by creating a buildout:\n\n >>> import os.path\n >>> write('buildout.cfg', buildout_cfg)\n\nRunning the buildout gives us:\n\n >>> output = system(buildout)\n >>> 'koansys.recipe.elasticsearch: downloading elasticsearch distribution...' in output\n True\n\nCheck whether the binaries are copied:\n\n >>> set(os.listdir('bin')).issuperset(['elasticsearch'])\n True\n\nA start script with the format 'start_PART-NAME_mongod.sh' should be generated.\n\n >>> 'start_elasticsearch.sh' in os.listdir('bin')\n True\n\nIt is possible to change the name of this start script with the 'script_name'\noption. Furthermore all options of mongod (version v1.6.0) are supported via\nbuildout options. A more comprehensive recipe could be for example:\n\n >>> buildout_cfg = \"\"\"\n ... [buildout]\n ... parts = elasticsearch.sh\n ... [elasticsearch]\n ... recipe = koansys.recipe.elasticsearch\n ... url = http://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.13.0.tar.gz\n ... script_name = start_es.sh\n ... quiet=true\n ... fork=true\n ... logpath=${buildout:parts-directory}/elasticsearch/log\n ... dbpath=${buildout:parts-directory}/elasticsearch/data\n ... \"\"\"\n\n1.0.2 2013-01-17\n----------------\n- PyPI release\n\n1.0.0 2010-11-30\n----------------\n \n - Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/koansys.recipe.elasticsearch", "keywords": "elasticsearch zc.buildout recipe", "license": "LGPL 3", "maintainer": null, "maintainer_email": null, "name": "koansys.recipe.elasticsearch", "package_url": "https://pypi.org/project/koansys.recipe.elasticsearch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/koansys.recipe.elasticsearch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/koansys.recipe.elasticsearch" }, "release_url": "https://pypi.org/project/koansys.recipe.elasticsearch/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "ZC Buildout recipe for setting up elasticsearch.", "version": "1.0.2" }, "last_serial": 793969, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "6277944ee1335fd139066b53cbbb3b97", "sha256": "4f1ede91e0d7d82eedfa1d8f4cf9c482cfd3425fa872e78fa7b1c100e45e20c1" }, "downloads": -1, "filename": "koansys.recipe.elasticsearch-1.0.2.zip", "has_sig": false, "md5_digest": "6277944ee1335fd139066b53cbbb3b97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14032, "upload_time": "2013-01-17T11:52:05", "url": "https://files.pythonhosted.org/packages/a3/bf/8e0a362c9df13290c75adf123980ae328a7b4e8014a2357115438f36fe5d/koansys.recipe.elasticsearch-1.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6277944ee1335fd139066b53cbbb3b97", "sha256": "4f1ede91e0d7d82eedfa1d8f4cf9c482cfd3425fa872e78fa7b1c100e45e20c1" }, "downloads": -1, "filename": "koansys.recipe.elasticsearch-1.0.2.zip", "has_sig": false, "md5_digest": "6277944ee1335fd139066b53cbbb3b97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14032, "upload_time": "2013-01-17T11:52:05", "url": "https://files.pythonhosted.org/packages/a3/bf/8e0a362c9df13290c75adf123980ae328a7b4e8014a2357115438f36fe5d/koansys.recipe.elasticsearch-1.0.2.zip" } ] }