A templated file system manager
To build the html documentation:
python setup.py build_sphinxOnce built use your browser to look into:
firefox ./docs/build/html/index.htmlTo install the module, run:
python setup.py install
Note
is suggested to install the module in a virtualenv environemnt for testing before central installation.
To perform the set of unittest for the module.
python setup.py test
Warning
The code is not fully tested under windows and it's expecting to break in some cases. If any issue is found please report it to the issue tracker.