{ "info": { "author": "Birdhouse", "author_email": "wps-dev@dkrz.de", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "*****************************\nbirdhousebuilder.recipe.conda\n*****************************\n\n.. image:: https://travis-ci.org/bird-house/birdhousebuilder.recipe.conda.svg?branch=master\n :target: https://travis-ci.org/bird-house/birdhousebuilder.recipe.conda\n :alt: Travis Build\n\n.. image:: https://img.shields.io/github/license/bird-house/birdhousebuilder.recipe.conda.svg\n :target: https://github.com/bird-house/birdhousebuilder.recipe.conda/blob/master/LICENSE.txt\n :alt: GitHub license\n\n.. image:: https://badges.gitter.im/bird-house/birdhouse.svg\n :target: https://gitter.im/bird-house/birdhouse?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n :alt: Join the chat at https://gitter.im/bird-house/birdhouse\n\nIntroduction\n************\n\n``birdhousebuilder.recipe.conda`` is a `Buildout`_ recipe to install `Anaconda`_ packages. This recipe is used by the `Birdhouse`_ project.\n\n.. _`Buildout`: http://buildout.org/\n.. _`Anaconda`: http://www.continuum.io/\n.. _`Birdhouse`: http://bird-house.github.io/\n\nUsage\n*****\n\nThe recipe requires that Anaconda is already installed. You can use the buildout option ``anaconda-home`` to set the prefix for the anaconda installation. You can also use the recipe option ``prefix`` to set the conda prefix. Otherwise the environment variable ``CONDA_PREFIX`` (variable is set when activating a conda environment) is used as conda prefix.\n\n\nSupported options\n=================\n\nThis recipe supports the following options:\n\n**anaconda-home**\n Buildout option pointing to the root folder of the Anaconda installation. Default: ``$HOME/anaconda``.\n\n**conda-channels**\n Buildout option (optional) with channels of conda packages. Default: defaults\n\n**conda-offline**\n Buildout option (optional) to set conda offline mode. It has no effect when buildout is already in offline mode. Default: false\n\n**channel-priority**\n Buildout option (optional) to set channel priority in conda install. Default: true\n\n**prefix**\n Path to the conda prefix (optional). If not given then ``CONDA_PREFIX`` or anaconda-home will be used.\n\n**pkgs**\n A list of packages to install, separated by space.\n\n**channels**\n A list of space separated conda channels (optional). These channels are merged with conda-channels option. Default: defaults.\n\n**override-channels**\n If True then default channels from ``~/.condarc`` are ignored (optional). Default. true.\n\n**no-pin**\n If True then conda pinned file is ignored (optional). Default: false.\n\n**env**\n Name of conda environment used for installation (optional). If environment is missing then packages are installed in the active environment.\n\n**default-pkgs**\n A list of packages to install when creating a conda environment separated by space (optional). Default: ``python``\n\n**pip-pkgs**\n A list of packages which are installed by pip into the conda enviroment (optional).\n\n.. note::\n\n If buildout is run in offline mode no network connection will be establish and conda packages will not be installed.\n\n.. note::\n\n If buildout is run in ``newest=false`` mode then conda dependencies are not updated.\n\n\nExample usage\n=============\n\nThe following example ``buildout.cfg`` installs the packages in the active conda environment.\n\n.. code-block:: sh\n\n [buildout]\n parts = conda\n\n [conda]\n recipe = birdhousebuilder.recipe.conda\n pkgs = lxml owslib\n channels = defaults birdhouse\n\nAuthors\n*******\n\nCarsten Ehbrecht ehbrecht at dkrz.de\n\nChanges\n*******\n\n0.4.0 (2018-03-15)\n==================\n\n* pep8 testing in travis (#13).\n* skipped doctests and using buildout.testing (#5).\n* fix conda-prefix in conda version >= 4.4 (#10).\n\n0.3.6 (2017-05-08)\n==================\n\n* don't run conda install in offline mode.\n\n0.3.5 (2016-10-12)\n==================\n\n* added buildout option channel-priority.\n* fixed order of channels.\n\n0.3.4 (2016-10-10)\n==================\n\n* added buildout option conda-offline (#8).\n\n0.3.3 (2016-08-05)\n==================\n\n* fixed: added missing CalledProcessError import\n\n0.3.2 (2016-07-11)\n==================\n\n* catch conda exception (#7).\n\n0.3.1 (2016-06-30)\n==================\n\n* using ``CONDA_PREFIX``.\n\n0.3.0 (2016-06-28)\n==================\n\n* added option no-pin and override-channels.\n* sets conda env-path and prefix in options.\n* enabled travis build.\n* removed unused as_bool and makedirs functions.\n* using bool_option from zc.buildout.\n* using conda offline mode.\n* install pip packages.\n* added prefix option.\n* using ``CONDA_ENV_PATH``.\n\n0.2.7 (2016-04-15)\n==================\n\n* removed default ioos conda channel.\n\n0.2.6 (2015-12-15)\n==================\n\n* added default ioos conda channel.\n\n0.2.5 (2015-09-21)\n==================\n\n* use buildout offline option ... don't establish internet connection when enabled.\n\n0.2.4 (2015-08-05)\n==================\n\n* use CONDA_ENVS_DIR to overwrite base dir of conda environments.\n\n0.2.2 (2015-02-25)\n==================\n\n* sets buildout:prefix option as installation default directory for birdhouse.\n\n0.2.1 (2015-02-24)\n==================\n\n* setting ``anaconda-home`` with environment variable ``$ANACONDA_HOME``.\n* separation of install prefix and anaconda-home.\n\n0.2.0 (2015-02-23)\n==================\n\n* conda environments can be created now.\n* added channels option.\n\n0.1.4 (2015-01-09)\n==================\n\n* added https://conda.binstar.org/birdhouse to default channels.\n\n0.1.3 (2015-01-08)\n==================\n\n* added https://conda.binstar.org/scitools to default channels.\n\n0.1.2 (2014-12-02)\n==================\n\n* added on on-update buildout option.\n\n0.1.1 (2014-07-31)\n==================\n\n* Updated documentation.\n\n0.1.0 (2014-07-10)\n==================\n\n* Initial Release.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bird-house/birdhousebuilder.recipe.conda", "keywords": "buildout recipe conda anaconda birdhouse", "license": "Apache License 2", "maintainer": "", "maintainer_email": "", "name": "birdhousebuilder.recipe.conda", "package_url": "https://pypi.org/project/birdhousebuilder.recipe.conda/", "platform": "", "project_url": "https://pypi.org/project/birdhousebuilder.recipe.conda/", "project_urls": { "Homepage": "https://github.com/bird-house/birdhousebuilder.recipe.conda" }, "release_url": "https://pypi.org/project/birdhousebuilder.recipe.conda/0.4.0/", "requires_dist": null, "requires_python": "", "summary": "A Buildout recipe to install conda packages", "version": "0.4.0" }, "last_serial": 3672985, "releases": { "0.1.4": [ { "comment_text": "", "digests": { "md5": "b1ae804a6c66459da8a6d5c27fd1e19d", "sha256": "b0978d0b77cda9fa89ce5e4ea6f46a9117aae2173eada10d5db586f8ad0eaa01" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.1.4.tar.gz", "has_sig": false, "md5_digest": "b1ae804a6c66459da8a6d5c27fd1e19d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5097, "upload_time": "2015-01-09T17:34:12", "url": "https://files.pythonhosted.org/packages/e5/bd/085a4f0463d92bed173bb2d966c5c8692c645838991f4f9947d6a95cfd9d/birdhousebuilder.recipe.conda-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "bbaef594c84f36ba2dd956da8cf4f1fd", "sha256": "6b349b0276f1d6f47e2fa91967619093ce7759c16de2a02caedd992c586abadd" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bbaef594c84f36ba2dd956da8cf4f1fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5704, "upload_time": "2015-02-23T16:27:06", "url": "https://files.pythonhosted.org/packages/13/25/4a08ce616e21a3f486b5cbf48bc026cd63655d800eb072897fe9cb5ab0e4/birdhousebuilder.recipe.conda-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f297809ac93033b986805cfeab1cd602", "sha256": "4c8afaf0cc376f1dcd6432162687e262ef55513172dff0ac8b68f15287a32b7b" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f297809ac93033b986805cfeab1cd602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5950, "upload_time": "2015-02-24T15:43:30", "url": "https://files.pythonhosted.org/packages/a9/64/dc664495cc872809e71406125595100e8faf4caed1f840f637e3d963dd16/birdhousebuilder.recipe.conda-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "945b463396eb183f683f59549d1a041a", "sha256": "d59b3ae33e2250187ac78c90ebc0606df3118a90dd2c4846aec0e250d1a42958" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.2.2.tar.gz", "has_sig": false, "md5_digest": "945b463396eb183f683f59549d1a041a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6001, "upload_time": "2015-02-25T12:37:31", "url": "https://files.pythonhosted.org/packages/91/7a/8fc684db21bb00b8c5a2cadb0d461cc190fe6126981e621a8922710d951f/birdhousebuilder.recipe.conda-0.2.2.tar.gz" } ], "0.2.3": [], "0.2.4": [ { "comment_text": "", "digests": { "md5": "3b08c501ef5f9094725c731ff862e1ec", "sha256": "15b1d4fe1d549956921011836114942f014182a82bcdffd04b2559898d505858" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.2.4.tar.gz", "has_sig": false, "md5_digest": "3b08c501ef5f9094725c731ff862e1ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6131, "upload_time": "2015-08-05T16:03:00", "url": "https://files.pythonhosted.org/packages/a7/22/830dcd29ea902e6d3b5e482c7b0da29254190862e79f146a003583697ca3/birdhousebuilder.recipe.conda-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "686ebaf2482c85d1403944acc9eb6496", "sha256": "5d5b3b44fc5bf46dc958b7d2697341c5780b303c92610c68eb8ce0a9b17ee931" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.2.5.tar.gz", "has_sig": false, "md5_digest": "686ebaf2482c85d1403944acc9eb6496", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6276, "upload_time": "2015-09-21T13:30:41", "url": "https://files.pythonhosted.org/packages/a2/81/4a3d6c783c983e9c36470906909dfd1baa0e14e676cc494ef8dfbe048012/birdhousebuilder.recipe.conda-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "5fe37739635bcae929a04a2fb5059e72", "sha256": "2b6c7d2a44bc5750a832f2a78676174b672733d47d4a39c0089bf91f2d08fd25" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.2.6-py2-none-any.whl", "has_sig": false, "md5_digest": "5fe37739635bcae929a04a2fb5059e72", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8946, "upload_time": "2015-12-15T12:18:55", "url": "https://files.pythonhosted.org/packages/41/17/9414c8b963c1487b3d2aab76ab37e7fc04b8402e4bf0479f82853bd95dac/birdhousebuilder.recipe.conda-0.2.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b94db54b67a8794acafb34b9ffbff51", "sha256": "c3c7f4f9872c5fdd3cd9a80173d5e7f2c01720faf4876747496b2a09db27478e" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.2.6.tar.gz", "has_sig": false, "md5_digest": "1b94db54b67a8794acafb34b9ffbff51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6343, "upload_time": "2015-12-15T12:19:00", "url": "https://files.pythonhosted.org/packages/ed/25/6502644e3be08eb4ecd7f31a12f39e0f5ac50b21979e74b49b3601588d58/birdhousebuilder.recipe.conda-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "b80aa60abf1d495229e5fe91cb0c55e6", "sha256": "0beea606e3991329a1d955b6f960a36dc16d1b109213020056cd3c578638249d" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.2.7.tar.gz", "has_sig": false, "md5_digest": "b80aa60abf1d495229e5fe91cb0c55e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6367, "upload_time": "2016-04-15T12:11:51", "url": "https://files.pythonhosted.org/packages/9b/ef/1515981b512a95e99bcae0bb493fdd4305e6cbcc95ff44e6e6a66f1edbbf/birdhousebuilder.recipe.conda-0.2.7.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "67ea88b95cb9802a7e7e0f406aa65110", "sha256": "25d1b76436cc4e698709381658641e52aec798b34cfb5834b19dcf5135967ef5" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.3.0.tar.gz", "has_sig": false, "md5_digest": "67ea88b95cb9802a7e7e0f406aa65110", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6916, "upload_time": "2016-06-28T14:55:12", "url": "https://files.pythonhosted.org/packages/1f/68/dfc407db6b105e375a5bea26b993c38c9015210e413da681daa2621cfe54/birdhousebuilder.recipe.conda-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "3e503a4c9334f0498ff2275e7c9215ea", "sha256": "829c2f1643604b102d7893362d5540f6913b7b448eba413df0708895666111f5" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.3.1.tar.gz", "has_sig": false, "md5_digest": "3e503a4c9334f0498ff2275e7c9215ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6930, "upload_time": "2016-06-30T09:12:39", "url": "https://files.pythonhosted.org/packages/4f/71/77ce879bec5ad39f2276737060f0da87c8655b55d7a7da79406ac9429320/birdhousebuilder.recipe.conda-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "45529a8cfa98b05ecdd85a9f2749f25e", "sha256": "19e6f8d509685ee783074646ab931da08f0b225053c49acfda1271a68a85cb64" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.3.2.tar.gz", "has_sig": false, "md5_digest": "45529a8cfa98b05ecdd85a9f2749f25e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6986, "upload_time": "2016-07-11T11:11:40", "url": "https://files.pythonhosted.org/packages/a1/68/fee6ff78830d9c761c531613bb830ed04e6fe9a6fa1966afc7df01f5b207/birdhousebuilder.recipe.conda-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "e0f81f61921d334e5c812d2cb6cd6a32", "sha256": "8199ac1a8994489fdff5571fd11eb0650b906c01e14d0dce43de9d1913a38e35" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.3.3.tar.gz", "has_sig": false, "md5_digest": "e0f81f61921d334e5c812d2cb6cd6a32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7026, "upload_time": "2016-08-05T15:05:46", "url": "https://files.pythonhosted.org/packages/19/7d/0ef645e5c2e8a82200a32134d17a10289b8c478e83aea21e06617a2b7bd0/birdhousebuilder.recipe.conda-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "bf4e67b25fb27e84e5d1d63292357aa0", "sha256": "44307ea030b2a4c57cbdba0c8c8d565806428111b2b7b57a0bb4d5508c7d535a" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.3.4.tar.gz", "has_sig": false, "md5_digest": "bf4e67b25fb27e84e5d1d63292357aa0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7135, "upload_time": "2016-10-10T12:46:17", "url": "https://files.pythonhosted.org/packages/0e/64/7d7f41ed76c6da5443ee4f33b7c042ed7792e57448011ce6473d81492e1b/birdhousebuilder.recipe.conda-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "894b10075dab6caebcfbd60b8c0044db", "sha256": "ffbb030d655b6833ac2a1dd16801caba0042d4ff79f53223697be80ec2f51234" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.3.5.tar.gz", "has_sig": false, "md5_digest": "894b10075dab6caebcfbd60b8c0044db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7361, "upload_time": "2016-10-12T08:33:41", "url": "https://files.pythonhosted.org/packages/d4/94/367418a77398c3c7904320bd1e51d7f4b38284760095e7236213b33c0545/birdhousebuilder.recipe.conda-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "e4d8bbac791c58f1f61696c220c226f4", "sha256": "d05ffde037d67cde09f83a1f8304f7db0adde209cce77177e4f7ab9d053ca2ca" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.3.6-py2-none-any.whl", "has_sig": false, "md5_digest": "e4d8bbac791c58f1f61696c220c226f4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 11386, "upload_time": "2017-05-08T14:21:41", "url": "https://files.pythonhosted.org/packages/cf/40/781c403c6dffb9215ec0ac132c5a54a5a16ea3e8b3525dd442b08e8b9a22/birdhousebuilder.recipe.conda-0.3.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "04edb84d878e5314ed14e069436e3e64", "sha256": "e1928af1e8dd58c0097357082f136b09d79ef839b4eecf0c7c2289c875c64635" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.3.6.tar.gz", "has_sig": false, "md5_digest": "04edb84d878e5314ed14e069436e3e64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7390, "upload_time": "2017-05-08T14:21:33", "url": "https://files.pythonhosted.org/packages/56/bf/fa9c6eaa5ae6aa9ca8b14f2c147213f8a2b4acd8eaa0187059bbeae5e687/birdhousebuilder.recipe.conda-0.3.6.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "b976e4fb9083e19558790c9d6bbfee74", "sha256": "9bb958ebb3a592b289450994c4bad03ef7245135b37c305ad7dc274c1ed6a7ed" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b976e4fb9083e19558790c9d6bbfee74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11118, "upload_time": "2018-03-15T15:28:08", "url": "https://files.pythonhosted.org/packages/6c/3c/a404becd9a734ef71e9643824550f93b49583b116ce2d6397b3b5470900f/birdhousebuilder.recipe.conda-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b976e4fb9083e19558790c9d6bbfee74", "sha256": "9bb958ebb3a592b289450994c4bad03ef7245135b37c305ad7dc274c1ed6a7ed" }, "downloads": -1, "filename": "birdhousebuilder.recipe.conda-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b976e4fb9083e19558790c9d6bbfee74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11118, "upload_time": "2018-03-15T15:28:08", "url": "https://files.pythonhosted.org/packages/6c/3c/a404becd9a734ef71e9643824550f93b49583b116ce2d6397b3b5470900f/birdhousebuilder.recipe.conda-0.4.0.tar.gz" } ] }