Metadata-Version: 2.1
Name: sumeh_dq
Version: 0.1.0
Summary: Sumeh is a project designed to extend the functionality of the Cuallee library by enabling the use of configuration
Author-email: Demetrius Albuquerque <demetrius.albuquerque@yahoo.com.br>
Maintainer-email: Demetrius Albuquerque <demetrius.albuquerque@yahoo.com.br>
License: Apache license
Project-URL: bugs, https://github.com/maltzsama/sumeh_dq/issues
Project-URL: changelog, https://github.com/maltzsama/sumeh_dq/blob/master/changelog.md
Project-URL: homepage, https://github.com/maltzsama/sumeh_dq
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: cuallee>=0.14.1
Requires-Dist: python-dateutil
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: aws
Requires-Dist: boto3; extra == "aws"
Provides-Extra: mysql
Requires-Dist: mysql-connector-python; extra == "mysql"
Requires-Dist: pandas; extra == "mysql"
Provides-Extra: postgresql
Requires-Dist: psycopg2-binary; extra == "postgresql"
Requires-Dist: pandas; extra == "postgresql"
Provides-Extra: bigquery
Requires-Dist: google-cloud-bigquery; extra == "bigquery"

# Sumeh DQ

[![image](https://img.shields.io/pypi/v/sumeh_dq.svg)](https://pypi.python.org/pypi/sumeh_dq)

[![Documentation Status](https://readthedocs.org/projects/sumeh-dq/badge/?version=latest)](https://sumeh-dq.readthedocs.io/en/latest/?version=latest)

[![Updates](https://pyup.io/repos/github/maltzsama/sumeh_dq/shield.svg)](https://pyup.io/repos/github/maltzsama/sumeh_dq/)

Sumeh is a project designed to extend the functionality of the Cuallee
library by enabling the use of configuration

-   Free software: Apache license
-   Documentation: <https://sumeh-dq.readthedocs.io>.

## Features

-   [x] is_complete
-   [x] is_unique
-   [x] is_primary_key
-   [x] are_complete
-   [x] are_unique
-   [x] is_composite_key
-   [x] is_greater_than
-   [x] is_positive
-   [x] is_negative
-   [x] is_greater_or_equal_than
-   [x] is_less_than
-   [x] is_less_or_equal_than
-   [x] is_equal_than
-   [x] is_contained_in
-   [x] is_in
-   [x] not_contained_in
-   [x] not_in
-   [x] is_between
-   [x] has_pattern
-   [x] is_legit
-   [x] has_min
-   [x] has_max
-   [x] has_std
-   [x] has_mean
-   [x] has_sum
-   [ ] has_percentile
-   [x] has_cardinality
-   [x] has_infogain
-   [ ] has_max_by
-   [ ] has_min_by
-   [ ] has_correlation
-   [x] has_entropy
-   [ ] is_inside_interquartile_range
-   [x] is_in_millions
-   [x] is_in_billions
-   [x] is_t_minus_1
-   [x] is_t_minus_2
-   [x] is_t_minus_3
-   [x] is_t_minus_n
-   [x] is_today
-   [x] is_yesterday
-   [x] is_on_weekday
-   [x] is_on_weekend
-   [x] is_on_monday
-   [x] is_on_tuesday
-   [x] is_on_wednesday
-   [x] is_on_thursday
-   [x] is_on_friday
-   [x] is_on_saturday
-   [x] is_on_sunday
-   [ ] is_on_schedule
-   [ ] is_daily
-   [ ] has_workflow
-   [ ] is_custom
-   [x] satisfies
-   [x] validate
