Metadata-Version: 2.1
Name: fuzzy-sql
Version: 2.0.2b0
Summary: A generator of random SQL SELECT queries mainly to compare responses from a real dataset against that from a synthetic dataset.
Home-page: UNKNOWN
Author: Samer Kababji
Author-email: skababji@ehealthinformation.ca
License: UNKNOWN
Project-URL: Home, https://github.com/skababji-ehil/fuzzy_sql
Project-URL: Documentation, https://fuzzy-sql.readthedocs.io/en/latest/index.html#
Keywords: sql,synthetic,clinical trials,generative,testing,fuzzy,fuzzing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: Jinja2
Requires-Dist: jsonschema
Requires-Dist: jupyter
Requires-Dist: matplotlib
Requires-Dist: multiprocess
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: seaborn
Provides-Extra: dev
Requires-Dist: Sphinx ; extra == 'dev'
Requires-Dist: dvc ; extra == 'dev'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'

# fuzzy-sql

The package generates random SQL Statements to check the query response from synthetic data against that of real data. The package supports both tabular and longitudinal datasets. Table shapes, variable names and relations in both real and synthetic datasets shall be identical. Refer to the documentation for further details. 


