freebsd-ports/devel/py-pew/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

13 lines
531 B
Text

Python Env Wrapper is a set of commands to manage multiple virtual environments.
Pew can create, delete and copy your environments, using a single command to
switch to them wherever you are, while keeping them in a single (configurable)
location.
Virtualenvs makes it easier to work on more than one project at a time without
introducing conflicts in their dependencies.
Pew is completely shell-agnostic and thus works on bash, zsh, fish, powershell,
etc.
WWW: https://pypi.org/project/pew/
WWW: https://github.com/berdario/pew