Metadata-Version: 2.1
Name: tacle
Version: 0.7.2
Summary: TaCLe is a tool for learning constraints and formulas in spreadsheets.
Home-page: https://github.com/ML-KULeuven/tacle
Author: Samuel Kolb
Author-email: samuel.kolb@me.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: python-constraint
Requires-Dist: matplotlib
Requires-Dist: pandas

# TaCle: Tabular Constraint Learner
TaCLe is a constraint learner designed for usage in spreadsheets and tabular data.

## Installation

    pip install tacle

## Papers
Read more about TaCLe in one of our two papers [journal version](https://link.springer.com/article/10.1007/s10994-017-5640-x), [demo paper](https://dl.acm.org/citation.cfm?id=3133193).


