Metadata-Version: 2.1
Name: fdtool
Version: 0.1.7
Summary: Identify functional dependencies, equivalences, and candidate keys in tabular data
Home-page: https://github.com/USEPA/FDTool/
Author: Matt Buranosky
Author-email: buranosky.matthew@epa.gov
License: CC0
Platform: UNKNOWN
Description-Content-Type: text/markdown

#### README: Algorithm to mine for functional dependencies, equivalences and candidate keys

##### Description: 
FDTool is a Python command-line application that mines functional dependencies, equivalences and
candidate keys from datasets read in from .csv, .txt, and .pkl files.

##### Dependencies:

  1. [Python2](https://www.python.org/) (version 2.7.8 or later recommended)

  2. [Pandas](https://pandas.pydata.org/); pip install pandas

##### Run Application:
```	
$ fdtool /path/to/file
```

##### Notes:
Module ```REPO/fdtool/modules/dbschema``` released under C-FSL license 
and copyright held by Elmar Stellnberger.







