shrew 0.1.0
A handy way to manage your bash environment across machines.
A handy way to manage your bash environment across machines.
Install via pip:
$ pip install shrew
Install from source:
$ git clone git://github.com/litters/shrew.git $ cd shrew $ python setup.py install
Full Documentation: http://shrew.readthedocs.org/en/latest.
You will need sphinx installed to generate the
documentation. Documentation can be generated by running python
setup.py doc
. Generated documentation can be found in the
doc/build/html/ directory.
The easiest way to run the tests is to install nose (pip intall
nose
) and run nosetests
or python setup.py test
in the root
of the distribution. Tests are located in the tests/
directory.