Metadata-Version: 2.1
Name: fuzzy-sql
Version: 2.0.1b0
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
Description: # 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. 
        
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
Provides-Extra: dev
