virtualenvwrapper


Namevirtualenvwrapper JSON
Version 6.1.0 PyPI version JSON
download
home_page
Summary
upload_time2024-01-29 13:47:06
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords virtualenv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..   -*- mode: rst -*-

#################
virtualenvwrapper
#################

virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
<http://pypi.python.org/pypi/virtualenv>`_ tool.  The extensions include
wrappers for creating and deleting virtual environments and otherwise
managing your development workflow, making it easier to work on more
than one project at a time without introducing conflicts in their
dependencies.

**Warning:** The 5.x release requires virtualenv 20+

========
Features
========

1.  Organizes all of your virtual environments in one place.

2.  Wrappers for creating, copying and deleting environments, including
    user-configurable hooks.

3.  Use a single command to switch between environments.

4.  Tab completion for commands that take a virtual environment as
    argument.

5. User-configurable hooks for all operations.

6. Plugin system for more creating sharable extensions.

Rich Leland has created a short `screencast
<https://vimeo.com/5894881>`__ showing off the features of
virtualenvwrapper.

============
Installation
============

See the `project documentation
<https://virtualenvwrapper.readthedocs.io/en/latest/>`__ for
installation and setup instructions.

Supported Shells
================

virtualenvwrapper is a set of shell *functions* defined in Bourne
shell compatible syntax.  It is tested under ``bash`` and
``zsh``.  It may work with other shells, so if you find that it does
work with a shell not listed here please let us know by opening a
`ticket on GitHub
<https://github.com/python-virtualenvwrapper/virtualenvwrapper/issues>`_.
If you can modify it to work with another shell, without completely
rewriting it, send a pull request through the `GitHub project page
<https://github.com/python-virtualenvwrapper/virtualenvwrapper/>`_.  If
you write a clone to work with an incompatible shell, let us know and
we will link to it from this page.

Python Versions
===============

virtualenvwrapper is tested under Python 3.8 - 3.12 on macOS and Linux.

=======
Support
=======

Join the `virtualenvwrapper Google Group
<http://groups.google.com/group/virtualenvwrapper/>`__ to discuss
issues and features.

Report bugs via the `bug tracker on GitHub
<https://github.com/python-virtualenvwrapper/virtualenvwrapper/issues>`__.

Shell Aliases
=============

Since virtualenvwrapper is largely a shell script, it uses shell
commands for a lot of its actions.  If your environment makes heavy
use of shell aliases or other customizations, you may encounter
issues.  Before reporting bugs in the bug tracker, please test
*without* your aliases enabled.  If you can identify the alias causing
the problem, that will help make virtualenvwrapper more robust.

==========
Change Log
==========

The `release history`_ is part of the project documentation.

.. _release history: https://virtualenvwrapper.readthedocs.io/en/latest/history.html


=======
License
=======

Copyright Doug Hellmann, All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Doug Hellmann not be used
in advertising or publicity pertaining to distribution of the software
without specific, written prior permission.

DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "virtualenvwrapper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "virtualenv",
    "author": "",
    "author_email": "Doug Hellmann <doug@doughellmann.com>, Jason Myers <jason@mailthemyers.com>",
    "download_url": "https://files.pythonhosted.org/packages/4e/00/71629f631867c434e49fa276d659894c7cb5715f5de2233c10bc47c1fcc6/virtualenvwrapper-6.1.0.tar.gz",
    "platform": null,
    "description": "..   -*- mode: rst -*-\n\n#################\nvirtualenvwrapper\n#################\n\nvirtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv\n<http://pypi.python.org/pypi/virtualenv>`_ tool.  The extensions include\nwrappers for creating and deleting virtual environments and otherwise\nmanaging your development workflow, making it easier to work on more\nthan one project at a time without introducing conflicts in their\ndependencies.\n\n**Warning:** The 5.x release requires virtualenv 20+\n\n========\nFeatures\n========\n\n1.  Organizes all of your virtual environments in one place.\n\n2.  Wrappers for creating, copying and deleting environments, including\n    user-configurable hooks.\n\n3.  Use a single command to switch between environments.\n\n4.  Tab completion for commands that take a virtual environment as\n    argument.\n\n5. User-configurable hooks for all operations.\n\n6. Plugin system for more creating sharable extensions.\n\nRich Leland has created a short `screencast\n<https://vimeo.com/5894881>`__ showing off the features of\nvirtualenvwrapper.\n\n============\nInstallation\n============\n\nSee the `project documentation\n<https://virtualenvwrapper.readthedocs.io/en/latest/>`__ for\ninstallation and setup instructions.\n\nSupported Shells\n================\n\nvirtualenvwrapper is a set of shell *functions* defined in Bourne\nshell compatible syntax.  It is tested under ``bash`` and\n``zsh``.  It may work with other shells, so if you find that it does\nwork with a shell not listed here please let us know by opening a\n`ticket on GitHub\n<https://github.com/python-virtualenvwrapper/virtualenvwrapper/issues>`_.\nIf you can modify it to work with another shell, without completely\nrewriting it, send a pull request through the `GitHub project page\n<https://github.com/python-virtualenvwrapper/virtualenvwrapper/>`_.  If\nyou write a clone to work with an incompatible shell, let us know and\nwe will link to it from this page.\n\nPython Versions\n===============\n\nvirtualenvwrapper is tested under Python 3.8 - 3.12 on macOS and Linux.\n\n=======\nSupport\n=======\n\nJoin the `virtualenvwrapper Google Group\n<http://groups.google.com/group/virtualenvwrapper/>`__ to discuss\nissues and features.\n\nReport bugs via the `bug tracker on GitHub\n<https://github.com/python-virtualenvwrapper/virtualenvwrapper/issues>`__.\n\nShell Aliases\n=============\n\nSince virtualenvwrapper is largely a shell script, it uses shell\ncommands for a lot of its actions.  If your environment makes heavy\nuse of shell aliases or other customizations, you may encounter\nissues.  Before reporting bugs in the bug tracker, please test\n*without* your aliases enabled.  If you can identify the alias causing\nthe problem, that will help make virtualenvwrapper more robust.\n\n==========\nChange Log\n==========\n\nThe `release history`_ is part of the project documentation.\n\n.. _release history: https://virtualenvwrapper.readthedocs.io/en/latest/history.html\n\n\n=======\nLicense\n=======\n\nCopyright Doug Hellmann, All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Doug Hellmann not be used\nin advertising or publicity pertaining to distribution of the software\nwithout specific, written prior permission.\n\nDOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL DOUG HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR\nCONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\nUSE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "6.1.0",
    "project_urls": {
        "homepage": "https://virtualenvwrapper.readthedocs.io/",
        "repository": "https://github.com/python-virtualenvwrapper/virtualenvwrapper"
    },
    "split_keywords": [
        "virtualenv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d2794ba8fc7828bdf0d163e70364fdaab1e9d9d25445d1459ff89cffe42dad3",
                "md5": "a56519e7db79450c00b08c6dd21a23e5",
                "sha256": "b72d2eff7f9859cb4e9558638ac41093c7eef333ec1958e7628055e05dd22d4d"
            },
            "downloads": -1,
            "filename": "virtualenvwrapper-6.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a56519e7db79450c00b08c6dd21a23e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22931,
            "upload_time": "2024-01-29T13:47:04",
            "upload_time_iso_8601": "2024-01-29T13:47:04.148694Z",
            "url": "https://files.pythonhosted.org/packages/3d/27/94ba8fc7828bdf0d163e70364fdaab1e9d9d25445d1459ff89cffe42dad3/virtualenvwrapper-6.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e0071629f631867c434e49fa276d659894c7cb5715f5de2233c10bc47c1fcc6",
                "md5": "9c9fc075da6d747a515d127bea84b97f",
                "sha256": "d467beac5a44be00fb5cd1bcf332398c3dab5fb3bd3af7815ea86b4d6bb3d3a4"
            },
            "downloads": -1,
            "filename": "virtualenvwrapper-6.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9c9fc075da6d747a515d127bea84b97f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 95880,
            "upload_time": "2024-01-29T13:47:06",
            "upload_time_iso_8601": "2024-01-29T13:47:06.056523Z",
            "url": "https://files.pythonhosted.org/packages/4e/00/71629f631867c434e49fa276d659894c7cb5715f5de2233c10bc47c1fcc6/virtualenvwrapper-6.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-29 13:47:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-virtualenvwrapper",
    "github_project": "virtualenvwrapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "virtualenvwrapper"
}
        
Elapsed time: 0.31370s