diff options
Diffstat (limited to 'python/virtualenvwrapper/slack-desc')
-rw-r--r-- | python/virtualenvwrapper/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/virtualenvwrapper/slack-desc b/python/virtualenvwrapper/slack-desc new file mode 100644 index 0000000000..9270cd52bc --- /dev/null +++ b/python/virtualenvwrapper/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +virtualenvwrapper: virtualenvwrapper (Extensions to Ian Bicking's virtualenv tool) +virtualenvwrapper: +virtualenvwrapper: virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv +virtualenvwrapper: tool for creating isolated Python development environments. +virtualenvwrapper: +virtualenvwrapper: The extensions include wrappers for creating and deleting virtual +virtualenvwrapper: environments and otherwise managing your development workflow, +virtualenvwrapper: making it easier to work on more than one project at a time without +virtualenvwrapper: introducing conflicts in their dependencies. +virtualenvwrapper: +virtualenvwrapper: Homepage: http://www.doughellmann.com/projects/virtualenvwrapper/ |