|
| 1 | +.. -*- mode: rst -*- |
| 2 | +
|
| 3 | +################# |
| 4 | +virtualenvwrapper |
| 5 | +################# |
| 6 | + |
| 7 | +virtualenvwrapper es un conjunto de extensiones de la herramienta de Ian |
| 8 | +Bicking `virtualenv <http://pypi.python.org/pypi/virtualenv>`_. Las extensiones |
| 9 | +incluyen funciones para la creación y eliminación de entornos virtuales y por otro |
| 10 | +lado administración de tu rutina de desarrollo, haciendo fácil trabajar en más |
| 11 | +de un proyecto al mismo tiempo sin introducir conflictos entre sus dependencias. |
| 12 | + |
| 13 | +=============== |
| 14 | +Características |
| 15 | +=============== |
| 16 | + |
| 17 | +1. Organiza todos tus entornos virtuales en un sólo lugar. |
| 18 | + |
| 19 | +2. Funciones para administrar tus entornos virtuales (crear, eliminar, copiar). |
| 20 | + |
| 21 | +3. Usa un sólo comando para cambiar entre los entornos. |
| 22 | + |
| 23 | +4. Completa con Tab los comandos que toman un entorno virtual como argumento. |
| 24 | + |
| 25 | +5. Ganchos configurables para todas las operaciones. |
| 26 | + |
| 27 | +6. Sistema de plugins para la creación de extensiones compartibles. |
| 28 | + |
| 29 | +Rich Leland ha grabado un pequeño `screencast |
| 30 | +<http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/>`__ |
| 31 | +mostrando las características de virtualenvwrapper. |
| 32 | + |
| 33 | + |
| 34 | +=========== |
| 35 | +Instalación |
| 36 | +=========== |
| 37 | + |
| 38 | +Ve a la `documentación del proyecto <http://www.doughellmann.com/docs/virtualenvwrapper/>`__ |
| 39 | +para las instrucciones de instalación y configuración. |
| 40 | + |
| 41 | +Actualizar desde 1.x |
| 42 | +==================== |
| 43 | + |
| 44 | +El script de shell que contiene las funciones ha sido renombrado en la serie |
| 45 | +2.x para reflejar el hecho de que otros shells, además de bash, son soportados. En |
| 46 | +tu archivo de inicio del shell, cambia ``source |
| 47 | +/usr/local/bin/virtualenvwrapper_bashrc`` por ``source |
| 48 | +/usr/local/bin/virtualenvwrapper.sh``. |
| 49 | + |
| 50 | +============== |
| 51 | +Contribuciones |
| 52 | +============== |
| 53 | + |
| 54 | +Antes de contribuir con nuevas características al *core* de virtualenvwrapper, |
| 55 | +por favor considera, en vez, si no debe ser implementada como una extensión. |
| 56 | + |
| 57 | +Ve a la `documentación para desarrolladores |
| 58 | +<http://www.doughellmann.com/docs/virtualenvwrapper/developers.html>`__ |
| 59 | +por trucos sobre parches. |
| 60 | + |
| 61 | +======== |
| 62 | +Licencia |
| 63 | +======== |
| 64 | + |
| 65 | +Copyright Doug Hellmann, All Rights Reserved |
| 66 | + |
| 67 | +Permission to use, copy, modify, and distribute this software and its |
| 68 | +documentation for any purpose and without fee is hereby granted, |
| 69 | +provided that the above copyright notice appear in all copies and that |
| 70 | +both that copyright notice and this permission notice appear in |
| 71 | +supporting documentation, and that the name of Doug Hellmann not be used |
| 72 | +in advertising or publicity pertaining to distribution of the software |
| 73 | +without specific, written prior permission. |
| 74 | + |
| 75 | +DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, |
| 76 | +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO |
| 77 | +EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR |
| 78 | +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF |
| 79 | +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 80 | +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 81 | +PERFORMANCE OF THIS SOFTWARE. |
| 82 | + |
| 83 | +.. _BitBucket: http://bitbucket.org/dhellmann/virtualenvwrapper/overview/ |
0 commit comments