Metadata-Version: 1.0
Name: netdrive
Version: 0.1.3
Summary: A tool used to report the usage of net drive in the Windows
Home-page: https://github.com/jondy/netdrive/
Author: Jondy Zhao
Author-email: jondy.zhao@nexedi.com
License: GPLv3
Download-URL: http://dashingsoft.com/products/slapos/netdrive-0.1.3.tar.gz
Description: Net Resource Usage Report For Windows
        
        Build extentions
        ================
        
        $ python setup.py build
        
        Test basic functions
        ====================
        
        Maybe no test modules installed in the cygwin python. We need copy all
        the test library files to python library path.
        
        $ cd src
        $ python tests.py
        
        Here are example of src/Makefile:
        
        PYTHON = /opt/slapos/bin/python
        
        .PHONY : test 
        
        build: netuse.c
        	(cd ..; $(PYTHON) setup.py build)
        
        test: build
        	$(PYTHON) tests.py
        
        
        Then run test:
        
        $ cd src
        $ make test
        
        Before test netreport.py, 
        
        $ easy_install lxml
        $ ln -s /opt/git/slapos.core
        
        Use Cases
        =========
        
        Slave Node
        ----------
        
        Master Node
        -----------
        
        Exchange Data Format
        ====================
        
        Issues
        ======
        
        1. Some records may be lost if the computer is shutdown in unnormal way.
        
        
Keywords: netdrive
Platform: Windows
