Metadata-Version: 1.0
Name: datasherlock
Version: 0.0.10
Summary: datasherlock
Home-page: http://datasherlock.io
Author: datasherlock
Author-email: founder@datasherlock.io
License: UNKNOWN
Description: # Sherlock
        
        ## Requirements
        
        Package requirements are handled using pip. To install them do
        
        ```
        pip install -r requirements.txt
        ```
        
        ## Tests
        
        Testing is set up using [pytest](http://pytest.org) and coverage is handled
        with the pytest-cov plugin.
        
        Run your tests with `py.test` in the root directory.
        
        Coverage is ran by default and is set in the `pytest.ini` file.
        To see an html output of coverage open `htmlcov/index.html` after running the tests.
Keywords: datasherlock
Platform: UNKNOWN
