Metadata-Version: 2.4
Name: qualis
Version: 0.4.1
Summary: Data quality framework that tells you WHAT failed, not just that something did
Project-URL: Homepage, https://github.com/ahmedashraffcih/qualis
Project-URL: Documentation, https://github.com/ahmedashraffcih/qualis#readme
Project-URL: Repository, https://github.com/ahmedashraffcih/qualis
Project-URL: Issues, https://github.com/ahmedashraffcih/qualis/issues
Project-URL: Changelog, https://github.com/ahmedashraffcih/qualis/blob/main/CHANGELOG.md
Author-email: Ahmed Ashraf <ahmedashraffcih@gmail.com>
License: Apache-2.0
License-File: LICENSE
Keywords: dama,data-governance,data-quality,data-testing,data-validation,dmbok,dq,great-expectations-alternative
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: duckdb>=1.0
Requires-Dist: jinja2>=3.1
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.12
Provides-Extra: postgres
Requires-Dist: psycopg-pool>=3.1; extra == 'postgres'
Requires-Dist: psycopg[binary]>=3.1; extra == 'postgres'
