Metadata-Version: 2.1
Name: datasherlock
Version: 0.0.22
Summary: datasherlock
Home-page: http://datasherlock.io
Author: datasherlock
Author-email: founder@datasherlock.io
License: UNKNOWN
Keywords: datasherlock
Platform: UNKNOWN
Provides-Extra: mysql
Provides-Extra: postgres
Provides-Extra: redshift

# 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.

