Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 788 Bytes

File metadata and controls

50 lines (28 loc) · 788 Bytes

Ade

A templated file system manager

Build options

build documentation

To build the html documentation:

python setup.py build_sphinx

Once built use your browser to look into:

firefox ./docs/build/html/index.html

Installation

To install the module, run:

python setup.py install

Note

is suggested to install the module in a virtualenv environemnt for testing before central installation.

Test

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.