{ "info": { "author": "Tyghe Vallard", "author_email": "vallardt@gmail.com", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://badge.fury.io/py/bootstrap_vi.svg\n :target: http://badge.fury.io/py/bootstrap_vi\n\n.. image:: https://img.shields.io/pypi/dm/bootstrap_vi.svg\n :target: https://pypi.python.org/pypi/bootstrap_vi\n\n.. image:: https://travis-ci.org/necrolyte2/bootstrap_vi.svg\n :target: https://travis-ci.org/necrolyte2/bootstrap_vi\n\n.. image:: https://coveralls.io/repos/necrolyte2/bootstrap_vi/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/necrolyte2/bootstrap_vi?branch=master\n\n\n============\nbootstrap_vi\n============\n\nBootstrap Virtualenv on system without pip or easy_install\n\nIt isn't terribly hard to get virtualenv installed, but often times it would be\nmuch easier to be able to just use a single quick command to get a virtualenv up and\nrunning.\n\nAlso, putting the instructions on how to setup a virtualenv in installation \ninstructions is a bit redundant and not concise enough for novice python users.\n\nThis project allows you to very easily use a single command to bootstrap a\nvirtualenv to solve these issues.\n\nBootstrapping a virtualenv\n==========================\n\nThe idea is to be as simple as possible on a single line you can include in your\ninstallation instructions\n\n.. code-block:: bash\n\n $> wget https://raw.githubusercontent.com/necrolyte2/bootstrap_vi/master/bootstrap_vi.py -O- | python -\n\nThis would setup a virtualenv in the current directory under the venv directory.\nYou can supply any of the virtualenv's arguments after the word python and they will\nbe passed on to the virtualenv call.\n\nIf you want to change the virtualenv's directory and prompt for example:\n\n.. code-block:: bash\n\n $> wget https://raw.githubusercontent.com/necrolyte2/bootstrap_vi/master/bootstrap_vi.py -O- | python - envdir --prompt=\"(myenv)\"\n\nThis would then create the virtualenv in the envdir directory and set the prompt\nfor the environment to ``(myenv)$PS1``\n\nBootstrapping using setuptools\n==============================\n\nYou can also bootstrap virtualenv in a python project by leveraging setup.py.\n\nYou just have to include the following inside your ``setup.py``\n\n.. code-block:: python\n\n setup_requires = [\n 'bootstrap_vi'\n ]\n\nNow you can simply put in your installation docs the following to easily bootstrap\nvirtualenv for your project.\n\nThis would be very similar to the first wget call above.\n\n.. code-block:: bash\n\n $> python setup.py bootstrap_virtualenv\n\n\nSimilarity to the second wget example above, you can pass any virtualenv arguments\n\n.. code-block:: bash\n\n $> python setup.py bootstrap_virtualenv envdir --prompt=\"(myenv)\"\n\nThis would also create a virtualenv in the envdir directory and set the prompt to\n``(myenv)$PS1``\n", "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/necrolyte2/bootstrap_vi", "keywords": "bootstrap,virtualenv", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "bootstrap_vi", "package_url": "https://pypi.org/project/bootstrap_vi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bootstrap_vi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/necrolyte2/bootstrap_vi" }, "release_url": "https://pypi.org/project/bootstrap_vi/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "Bootstrap virtualenv without pip or easy_install", "version": "0.0.4" }, "last_serial": 1627974, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "d2280cc0b7ec4f4266e6da8267975dda", "sha256": "e7d5b9d588b10ed6af7e8c791fc56b26b9dba8e7405e05e24fc094bbbc2724be" }, "downloads": -1, "filename": "bootstrap_vi-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d2280cc0b7ec4f4266e6da8267975dda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3038, "upload_time": "2015-07-09T20:39:00", "url": "https://files.pythonhosted.org/packages/b9/54/5603cd794d80c894ac400c58733c2cc1630700dc0c935828caf3fe49f1db/bootstrap_vi-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "18a56846e609b4cc79e0db97b4681a5a", "sha256": "dab2137ee1dc68c6084716a43bf153ab37ef73e325bb525639855a3803f6936c" }, "downloads": -1, "filename": "bootstrap_vi-0.0.4.tar.gz", "has_sig": false, "md5_digest": "18a56846e609b4cc79e0db97b4681a5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3177, "upload_time": "2015-07-10T16:52:53", "url": "https://files.pythonhosted.org/packages/8c/d6/67d7d4cda991f5d2352d0ed8d03ac7f6571dbd6ea3e0976e77d336513a95/bootstrap_vi-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18a56846e609b4cc79e0db97b4681a5a", "sha256": "dab2137ee1dc68c6084716a43bf153ab37ef73e325bb525639855a3803f6936c" }, "downloads": -1, "filename": "bootstrap_vi-0.0.4.tar.gz", "has_sig": false, "md5_digest": "18a56846e609b4cc79e0db97b4681a5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3177, "upload_time": "2015-07-10T16:52:53", "url": "https://files.pythonhosted.org/packages/8c/d6/67d7d4cda991f5d2352d0ed8d03ac7f6571dbd6ea3e0976e77d336513a95/bootstrap_vi-0.0.4.tar.gz" } ] }