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.
Edit REPO\fdtool\config.py
prior to building setup to
change preset time limit or max k-level. Include (optional) custom outfile
name after command to run application.
$ git clone https://github.com/USEPA/FDTool.git
$ cd FDTool
$ python setup.py install
$ fdtool /path/to/file
Module REPO/fdtool/modules/dbschema
released under C-FSL license
and copyright held by Elmar Stellnberger.