| Added some docstrings for the commands (mostly by copying the virtualenvwrapper's comments) |
|
More...
|
about 13 years ago
|
| Adapted all remaining tests and fixed 2 small issues in invewrapper that I discovered with it |
|
More...
|
about 13 years ago
|
| Added a simple way to define project templates (included template_django as an example) |
|
More...
|
about 13 years ago
|
| Implemented toggleglobalsitepackages, cpvirtualenv, setvirtualenvproject, mkproject, mktmpenv, wipeenv and allvirtualenv |
|
More...
|
about 13 years ago
|
| Added add2virtualenv command |
|
More...
|
about 13 years ago
|
| Added sitepackages_dir command, and refactored common code |
|
More...
|
about 13 years ago
|
| Adapted relevant virtualenvwrapper tests to work with invewrapper |
|
More...
|
about 13 years ago
|
| Included virtualenvwrapper's test suite |
|
More...
|
about 13 years ago
|
| Now lsvirtualenv deploys inve to already existing virtualenvs |
|
More...
|
about 13 years ago
|
| Install distribute by default |
|
More...
|
about 13 years ago
|
| Python3 compatibility (import and check_output conversion) |
|
More...
|
about 13 years ago
|
| Better inve error handling |
|
More...
|
about 13 years ago
|
| Moved invewrapper in an homonymous package, otherwise package_data won't work |
|
More...
|
about 13 years ago
|
| Add github url |
|
More...
|
about 13 years ago
|
| Changed os.exec to subprocess calls for windows compatibility also, fixed inve invocation, again for windows compatibility maybe it's better to keep the same license as virtualenvwrapper? changed to MIT |
|
More...
|
about 13 years ago
|
| Changed the inve shell script to a python script, and other changes for win compatibility |
|
More...
|
about 13 years ago
|
| Use data_files instead of package_data in setup.py |
|
More...
|
about 13 years ago
|
| Added rmvirtualenv, lsvirtualenv and lssitepackages |
|
More...
|
about 13 years ago
|
| Create .virtualenvs dir when absent Shortened some lines that were > 80 chars |
|
More...
|
about 13 years ago
|
| First invewrapper version, with working mkvirtualenv and workon I had to include a simple patched copy of the inve script, to ease the use and to be able to activate the env without murking the user's pwd |
|
More...
|
about 13 years ago
|