{ "info": { "author": "Continuum Analytics, Inc.", "author_email": "support@continuum.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "=========\nconda-env\n=========\n\n.. image:: https://travis-ci.org/conda/conda-env.svg\n :target: https://travis-ci.org/conda/conda-env\n\nProvides the `conda env` interface to Conda environments.\n\nInstalling\n----------\n\nTo install `conda env` with conda, run the following command in your root environment:\n\n.. code-block:: bash\n\n $ conda install -c conda conda-env\n\n\nUsage\n-----\nAll of the usage is documented via the ``--help`` flag.\n\n.. code-block:: bash\n\n $ conda env --help\n usage: conda-env [-h] {create,export,list,remove} ...\n\n positional arguments:\n {attach,create,export,list,remove,upload,update}\n attach Embeds information describing your conda environment\n into the notebook metadata\n create Create an environment based on an environment file\n export Export a given environment\n list List the Conda environments\n remove Remove an environment\n upload Upload an environment to anaconda.org\n update Updates the current environment based on environment\n file\n\n optional arguments:\n -h, --help show this help message and exit\n\n\n``environment.yml``\n-------------------\nconda-env allows creating environments using the ``environment.yml``\nspecification file. This allows you to specify a name, channels to use when\ncreating the environment, and the dependencies. For example, to create an\nenvironment named ``stats`` with numpy and pandas create an ``environment.yml``\nfile with this as the contents:\n\n.. code-block:: yaml\n\n name: stats\n dependencies:\n - numpy\n - pandas\n\nThen run this from the command line:\n\n.. code-block:: bash\n\n $ conda env create\n Fetching package metadata: ...\n Solving package specifications: .Linking packages ...\n [ COMPLETE ] |#################################################| 100%\n #\n # To activate this environment, use:\n # $ source activate numpy\n #\n # To deactivate this environment, use:\n # $ source deactivate\n #\n\nYour output might vary a little bit depending on whether you have the packages\nin your local package cache.\n\nYou can explicitly provide an environment spec file using ``-f`` or ``--file``\nand the name of the file you would like to use.\n\nEnvronment file example\n-----------------------\n\n.. code-block:: yaml\n\n name: stats\n channels:\n - javascript\n dependencies:\n - python=3.4 # or 2.7 if you are feeling nostalgic\n - bokeh=0.9.2\n - numpy=1.9.*\n - nodejs=0.10.*\n - flask\n - pip:\n - Flask-Testing\n\n**Recommendation:** Always create your `environment.yml` file by hand.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/conda/conda-env", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "conda-env", "package_url": "https://pypi.org/project/conda-env/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/conda-env/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/conda/conda-env" }, "release_url": "https://pypi.org/project/conda-env/2.4.2/", "requires_dist": null, "requires_python": null, "summary": "tools for interacting with conda environments", "version": "2.4.2" }, "last_serial": 1720340, "releases": { "2.4.2": [ { "comment_text": "", "digests": { "md5": "ac9a7c2beeb363cfffe37df0e5fa2e09", "sha256": "3d64b5b7ef4ecb7ffaf58bf3b1f95a3de545387f7d65c893970417cc76efc1a1" }, "downloads": -1, "filename": "conda-env-2.4.2.tar.gz", "has_sig": false, "md5_digest": "ac9a7c2beeb363cfffe37df0e5fa2e09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13348, "upload_time": "2015-09-13T02:59:21", "url": "https://files.pythonhosted.org/packages/50/1b/6c03bdbacf94f601a8213d97ad018e22ee075374fcca020214c80c948a6c/conda-env-2.4.2.tar.gz" } ], "v0.1.0": [ { "comment_text": "", "digests": { "md5": "7fd0245f102d33e97f02617581dd0385", "sha256": "36144cf408517f1bbe74abc1aab3ef69b804f51fd51c4f5955a9e15fccc413ba" }, "downloads": -1, "filename": "conda-env-v0.1.0.tar.gz", "has_sig": false, "md5_digest": "7fd0245f102d33e97f02617581dd0385", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7169, "upload_time": "2014-04-15T14:19:19", "url": "https://files.pythonhosted.org/packages/c6/4b/4a454429783392d6eaf7eceafe843691c4078e07b28801434b151033f9b7/conda-env-v0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac9a7c2beeb363cfffe37df0e5fa2e09", "sha256": "3d64b5b7ef4ecb7ffaf58bf3b1f95a3de545387f7d65c893970417cc76efc1a1" }, "downloads": -1, "filename": "conda-env-2.4.2.tar.gz", "has_sig": false, "md5_digest": "ac9a7c2beeb363cfffe37df0e5fa2e09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13348, "upload_time": "2015-09-13T02:59:21", "url": "https://files.pythonhosted.org/packages/50/1b/6c03bdbacf94f601a8213d97ad018e22ee075374fcca020214c80c948a6c/conda-env-2.4.2.tar.gz" } ] }