Skip to content

Commit f81c6fc

Browse files
committed
README translated
--HG-- rename : README.txt => README.es.txt
1 parent 5593361 commit f81c6fc

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

README.es.txt

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
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+
15+
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
16+
<http://pypi.python.org/pypi/virtualenv>`_ tool. The extensions include
17+
wrappers for creating and deleting virtual environments and otherwise
18+
managing your development workflow, making it easier to work on more
19+
than one project at a time without introducing conflicts in their
20+
dependencies.
21+
22+
===============
23+
Características
24+
===============
25+
26+
1. Organiza todos tus entornos virtuales en un sólo lugar.
27+
28+
2. Funciones para administrar tus entornos virtuales (crear, eliminar, copiar).
29+
30+
3. Usa un sólo comando para cambiar entre los entornos.
31+
32+
4. Completa con Tab los comandos que toman un entorno virtual como argumento.
33+
34+
5. Ganchos configurables para todas las operaciones.
35+
36+
6. Sistema de plugins para la creación de extensiones compartibles.
37+
38+
Rich Leland ha grabado un pequeño `screencast
39+
<http://mathematism.com/2009/jul/30/presentation-pip-and-virtualenv/>`__
40+
mostrando las características de virtualenvwrapper.
41+
42+
43+
===========
44+
Instalación
45+
===========
46+
47+
Ve a la `documentación del proyecto <http://www.doughellmann.com/docs/virtualenvwrapper/>`__
48+
para las instrucciones de instalación y configuración.
49+
50+
Actualizar desde 1.x
51+
====================
52+
53+
El script de shell que contiene las funciones ha sido renombrado en la serie
54+
2.x para reflejar el hecho de que otros shells, además de bash, son soportados. En
55+
tu archivo de inicio del shell, cambia ``source
56+
/usr/local/bin/virtualenvwrapper_bashrc`` por ``source
57+
/usr/local/bin/virtualenvwrapper.sh``.
58+
59+
==============
60+
Contribuciones
61+
==============
62+
63+
Antes de contribuir con nuevas características al *core* de virtualenvwrapper,
64+
por favor considera, en vez, si no debe ser implementada como una extensión.
65+
66+
Ve a la `documentación para desarrolladores
67+
<http://www.doughellmann.com/docs/virtualenvwrapper/developers.html>`__
68+
por trucos sobre parches.
69+
70+
========
71+
Licencia
72+
========
73+
74+
Copyright Doug Hellmann, All Rights Reserved
75+
76+
Permission to use, copy, modify, and distribute this software and its
77+
documentation for any purpose and without fee is hereby granted,
78+
provided that the above copyright notice appear in all copies and that
79+
both that copyright notice and this permission notice appear in
80+
supporting documentation, and that the name of Doug Hellmann not be used
81+
in advertising or publicity pertaining to distribution of the software
82+
without specific, written prior permission.
83+
84+
DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
85+
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
86+
EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR
87+
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
88+
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
89+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
90+
PERFORMANCE OF THIS SOFTWARE.
91+
92+
.. _BitBucket: http://bitbucket.org/dhellmann/virtualenvwrapper/overview/

0 commit comments

Comments
 (0)