A useful collection of tools for writing Python programs.
Development is best accomplished using virtualenv or virtualenv-wrapper where a virtual environment can be generated:
UNIX: util/new-env.sh
Windows: util\New-Env.ps1
To update the current development environment
UNIX: util/update-env.sh
Windows: util\Update-Env.ps1
The static analysis test can be run with
vjer test
The unit tests can be run with
python -m unittest -v [tests.test_suite[.test_class[.test_case]]]
The build can be run with
vjer build
This is the procedure for releasing BatCave